edu.nrao.sss.model.user
Class EntryStatus

java.lang.Object
  extended by edu.nrao.sss.model.user.ObjectId
      extended by edu.nrao.sss.model.user.EntryStatus
All Implemented Interfaces:
XMLable, Serializable

public class EntryStatus
extends ObjectId
implements XMLable

See Also:
Serialized Form

Constructor Summary
EntryStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEntryStatus()
           
 void setEntryStatus(String entryStatus)
           
 String toString()
           
 String toXML()
          Provide an XML description of the object.
 
Methods inherited from class edu.nrao.sss.model.user.ObjectId
getId, hashCode, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryStatus

public EntryStatus()
Method Detail

equals

public boolean equals(Object obj)
Specified by:
equals in class ObjectId

getEntryStatus

public String getEntryStatus()

setEntryStatus

public void setEntryStatus(String entryStatus)

toXML

public final String toXML()
Description copied from interface: XMLable
Provide an XML description of the object.

Specified by:
toXML in interface XMLable
Returns:
a String representing the XML of the object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.