|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.versions.EntryState
public class EntryState
Represents a change that occurred between the current state of the versionable entry and an immediately preceeding state of the same entry.
Constructor Summary | |
---|---|
EntryState()
|
Method Summary | |
---|---|
ChangeType |
getChangeType()
Returns the value of field 'changeType'. |
java.lang.String |
getContainingRevision()
Returns the value of field 'containingRevision'. |
java.lang.String |
getPrevRevision()
Returns the value of field 'prevRevision'. |
java.lang.Long |
getRelativeOrder()
Returns the value of field 'relativeOrder'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setChangeType(ChangeType changeType)
Sets the value of field 'changeType'. |
void |
setContainingRevision(java.lang.String containingRevision)
Sets the value of field 'containingRevision'. |
void |
setPrevRevision(java.lang.String prevRevision)
Sets the value of field 'prevRevision'. |
void |
setRelativeOrder(java.lang.Long relativeOrder)
Sets the value of field 'relativeOrder'. |
static EntryState |
unmarshalEntryState(java.io.Reader reader)
Method unmarshalEntryState. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryState()
Method Detail |
---|
public ChangeType getChangeType()
public java.lang.String getContainingRevision()
public java.lang.String getPrevRevision()
public java.lang.Long getRelativeOrder()
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 setChangeType(ChangeType changeType)
changeType
- the value of field 'changeType'.public void setContainingRevision(java.lang.String containingRevision)
containingRevision
- the value of field
'containingRevision'.public void setPrevRevision(java.lang.String prevRevision)
prevRevision
- the value of field 'prevRevision'.public void setRelativeOrder(java.lang.Long relativeOrder)
relativeOrder
- the value of field 'relativeOrder'.public static EntryState unmarshalEntryState(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
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |