|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mayo.edu.lgModel.LexGridBase
org.LexGrid.REST.commonTypes.Versionable
public class Versionable
A resource that can undergo change over time while maintaining its identity.
Constructor Summary | |
---|---|
Versionable()
|
Method Summary | |
---|---|
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'. |
Source |
getOwner()
Returns the value of field 'owner'. |
Status |
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(Source owner)
Sets the value of field 'owner'. |
void |
setStatus(Status status)
Sets the value of field 'status'. |
static Versionable |
unmarshalVersionable(java.io.Reader reader)
Method unmarshalVersionable. |
void |
validate()
|
Methods inherited from class org.mayo.edu.lgModel.LexGridBase |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Versionable()
Method Detail |
---|
public java.util.Date getEffectiveDate()
public EntryState getEntryState()
public java.util.Date getExpirationDate()
public java.lang.Boolean getIsActive()
public Source getOwner()
public Status 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 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 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(Source owner)
owner
- the value of field 'owner'.public void setStatus(Status 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 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 |