|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.vamsas.client.Vobject
uk.ac.vamsas.objects.core.MapList
Class MapList.
Field Summary |
Fields inherited from class uk.ac.vamsas.client.Vobject |
__added_since_last_read, __last_hash, __stored_in_document, __updated_since_last_read, __visited, __vorba, registerable, V_parent, vorbaId |
Constructor Summary | |
MapList()
|
Method Summary | |
void |
deleteEnd()
|
void |
deleteFrom()
|
void |
deleteStart()
|
void |
deleteTo()
|
boolean |
equals(java.lang.Object obj)
Overrides the java.lang.Object.equals method. |
long |
getEnd()
Returns the value of field 'end'. |
long |
getFrom()
Returns the value of field 'from'. |
long |
getStart()
Returns the value of field 'start'. |
long |
getTo()
Returns the value of field 'to'. |
boolean |
hasEnd()
Method hasEnd. |
boolean |
hasFrom()
Method hasFrom. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
hasStart()
Method hasStart. |
boolean |
hasTo()
Method hasTo. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setEnd(long end)
Sets the value of field 'end'. |
void |
setFrom(long from)
Sets the value of field 'from'. |
void |
setStart(long start)
Sets the value of field 'start'. |
void |
setTo(long to)
Sets the value of field 'to'. |
static MapList |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class uk.ac.vamsas.client.Vobject |
__callHash, __ensure_instance_ids, __ensure_instance_ids, __getInstanceIdField, __getLHash, __setFinalHash, __setInitHash, doHash, finalize, get__last_hash, getV_parent, getVorbaId, is__stored_in_document, isNewInDocument, isRegisterable, isRegistered, isUpdated, merge, set__added_since_last_read, set__stored_in_document, set__updated_since_last_read, setInstanceIdField, setRegisterable, setV_parent, setVorbaId |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapList()
Method Detail |
public void deleteEnd()
public void deleteFrom()
public void deleteStart()
public void deleteTo()
public boolean equals(java.lang.Object obj)
obj
-
public long getEnd()
public long getFrom()
public long getStart()
public long getTo()
public boolean hasEnd()
public boolean hasFrom()
public boolean hasStart()
public boolean hasTo()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode
in class Vobject
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is null or if any SAXException is thrown during
marshaling
org.exolab.castor.xml.ValidationException
- if this object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during marshaling
org.exolab.castor.xml.ValidationException
- if this object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is null or if any SAXException is thrown during
marshalingpublic void setEnd(long end)
end
- the value of field 'end'.public void setFrom(long from)
from
- the value of field 'from'.public void setStart(long start)
start
- the value of field 'start'.public void setTo(long to)
to
- the value of field 'to'.public static MapList unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is null or if any SAXException is thrown during
marshaling
org.exolab.castor.xml.ValidationException
- if this object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this object is an invalid instance according to the schema
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |