edu.nrao.sss.model.user
Class UserContactLevel

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

public class UserContactLevel
extends ObjectId
implements XMLable

See Also:
Serialized Form

Constructor Summary
UserContactLevel()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getUserContactLevel()
           
 void setUserContactLevel(String userContactLevel)
           
 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

UserContactLevel

public UserContactLevel()
Method Detail

equals

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

getUserContactLevel

public String getUserContactLevel()

setUserContactLevel

public void setUserContactLevel(String userContactLevel)

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.


Copyright © 2009. All Rights Reserved.