edu.nrao.sss.model.user
Class UserNote

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

public class UserNote
extends ObjectId
implements XMLable

See Also:
Serialized Form

Constructor Summary
UserNote()
           
UserNote(UserNote userNote)
           
 
Method Summary
 void copy(edu.nrao.sss.model.user.UpdateDetails updateDetails)
           
 void copy(UserNote userNote)
           
 boolean equals(Object obj)
           
 String getEncodedId()
           
 int getUpdatedBy()
           
 Date getUpdatedOn()
           
 String getUserNoteText()
           
 void setUpdatedBy(int updatedBy)
           
 void setUpdatedOn(Date updatedOn)
           
 void setUserNoteText(String userNoteText)
           
 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, toString, wait, wait, wait
 

Constructor Detail

UserNote

public UserNote()

UserNote

public UserNote(UserNote userNote)
Method Detail

copy

public void copy(UserNote userNote)

equals

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

getUserNoteText

public String getUserNoteText()

setUserNoteText

public void setUserNoteText(String userNoteText)

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.

getEncodedId

public String getEncodedId()

getUpdatedBy

public int getUpdatedBy()

getUpdatedOn

public Date getUpdatedOn()

copy

public void copy(edu.nrao.sss.model.user.UpdateDetails updateDetails)

setUpdatedBy

public void setUpdatedBy(int updatedBy)
                  throws IllegalArgumentException
Throws:
IllegalArgumentException

setUpdatedOn

public void setUpdatedOn(Date updatedOn)
                  throws NullPointerException
Throws:
NullPointerException


Copyright © 2009. All Rights Reserved.