public class Versionable extends LexGridBase implements java.io.Serializable
Constructor and Description |
---|
Versionable() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEffectiveDate()
Returns the value of field 'effectiveDate'.
|
EntryState |
getEntryState()
Returns the value of field 'entryState'.
|
java.util.Date |
getExpirationDate()
Returns the value of field 'expirationDate'.
|
java.lang.Boolean |
getIsActive()
Returns the value of field 'isActive'.
|
java.lang.String |
getOwner()
Returns the value of field 'owner'.
|
java.lang.String |
getStatus()
Returns the value of field 'status'.
|
java.lang.Boolean |
isIsActive()
Returns the value of field 'isActive'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setEffectiveDate(java.util.Date effectiveDate)
Sets the value of field 'effectiveDate'.
|
void |
setEntryState(EntryState entryState)
Sets the value of field 'entryState'.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the value of field 'expirationDate'.
|
void |
setIsActive(java.lang.Boolean isActive)
Sets the value of field 'isActive'.
|
void |
setOwner(java.lang.String owner)
Sets the value of field 'owner'.
|
void |
setStatus(java.lang.String status)
Sets the value of field 'status'.
|
static Versionable |
unmarshalVersionable(java.io.Reader reader)
Method unmarshalVersionable.
|
void |
validate() |
getParent, setParent
public java.util.Date getEffectiveDate()
public EntryState getEntryState()
public java.util.Date getExpirationDate()
public java.lang.Boolean getIsActive()
public java.lang.String getOwner()
public java.lang.String getStatus()
public java.lang.Boolean isIsActive()
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 marshalingorg.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
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setEffectiveDate(java.util.Date effectiveDate)
effectiveDate
- the value of field 'effectiveDate'.public void setEntryState(EntryState entryState)
entryState
- the value of field 'entryState'.public void setExpirationDate(java.util.Date expirationDate)
expirationDate
- the value of field 'expirationDate'.public void setIsActive(java.lang.Boolean isActive)
isActive
- the value of field 'isActive'.public void setOwner(java.lang.String owner)
owner
- the value of field 'owner'.public void setStatus(java.lang.String status)
status
- the value of field 'status'.public static Versionable unmarshalVersionable(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 marshalingorg.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