edu.nrao.sss.model.user
Class InstitutionType

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

public class InstitutionType
extends ObjectId
implements XMLable

See Also:
Serialized Form

Field Summary
static String DOMESTIC_NAME
           
 
Constructor Summary
InstitutionType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getInstitutionType()
           
 void setInstitutionType(String institutionType)
           
 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
 

Field Detail

DOMESTIC_NAME

public static final String DOMESTIC_NAME
See Also:
Constant Field Values
Constructor Detail

InstitutionType

public InstitutionType()
Method Detail

equals

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

getInstitutionType

public String getInstitutionType()

setInstitutionType

public void setInstitutionType(String institutionType)

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.