edu.nrao.sss.model.user
Class AddressCountry

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

public class AddressCountry
extends ObjectId
implements XMLable

See Also:
Serialized Form

Constructor Summary
AddressCountry()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAddressCountry()
           
 String getCountryName()
           
 boolean hasUsingPostalCodes()
           
 boolean isDomestic()
           
 void setAddressCountry(String addressCountry)
           
 void setCountryName(String countryName)
           
 void setHasPostalCodes(boolean hasPostalCodes)
           
 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

AddressCountry

public AddressCountry()
Method Detail

equals

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

getAddressCountry

public String getAddressCountry()

getCountryName

public String getCountryName()

hasUsingPostalCodes

public boolean hasUsingPostalCodes()

isDomestic

public boolean isDomestic()

setAddressCountry

public void setAddressCountry(String addressCountry)

setCountryName

public void setCountryName(String countryName)

setHasPostalCodes

public void setHasPostalCodes(boolean hasPostalCodes)

toXML

public 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.