com.softwareag.centrasite.appl.framework.beans.standard
Interface PostalAddress

All Superinterfaces:
ExtensibleObject
All Known Implementing Classes:
PostalAddressImpl

public interface PostalAddress
extends ExtensibleObject


Method Summary
 java.lang.String getCity()
          Returns the city.
 java.lang.String getCountry()
          Returns the Country.
 java.lang.String getPostalCode()
          Returns the PostalAddress
 java.lang.String getStateOrProvince()
          Returns the State or Province
 java.lang.String getStreet()
          Returns the Street
 java.lang.String getStreetNumber()
          Returns the Street Number
 java.lang.String getType()
          Returns the type of address (for example, "headquarters") as a String.
 void setCity(java.lang.String city)
          Sets the city.
 void setCountry(java.lang.String country)
          Sets the Country.
 void setPostalCode(java.lang.String postalCode)
          Sets the PostalAddress
 void setStateOrProvince(java.lang.String stateOrProvince)
          Sets the State or Province
 void setStreet(java.lang.String street)
          Sets the Street
 void setStreetNumber(java.lang.String streetNumber)
          Sets the StreetNumber
 void setType(java.lang.String type)
          Sets the type of address (for example, "headquarters") as a String.
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject
getSlots, setSlots
 

Method Detail

getCity

java.lang.String getCity()
                         throws CSAppFrameworkException
Returns the city.

Returns:
String
Throws:
CSAppFrameworkException

setCity

void setCity(java.lang.String city)
             throws CSAppFrameworkException
Sets the city.

Parameters:
city -
Throws:
CSAppFrameworkException

getCountry

java.lang.String getCountry()
                            throws CSAppFrameworkException
Returns the Country.

Returns:
String
Throws:
CSAppFrameworkException

setCountry

void setCountry(java.lang.String country)
                throws CSAppFrameworkException
Sets the Country.

Parameters:
country -
Throws:
CSAppFrameworkException

getPostalCode

java.lang.String getPostalCode()
                               throws CSAppFrameworkException
Returns the PostalAddress

Returns:
String
Throws:
CSAppFrameworkException

setPostalCode

void setPostalCode(java.lang.String postalCode)
                   throws CSAppFrameworkException
Sets the PostalAddress

Parameters:
postalCode -
Throws:
CSAppFrameworkException

getStateOrProvince

java.lang.String getStateOrProvince()
                                    throws CSAppFrameworkException
Returns the State or Province

Returns:
String
Throws:
CSAppFrameworkException

setStateOrProvince

void setStateOrProvince(java.lang.String stateOrProvince)
                        throws CSAppFrameworkException
Sets the State or Province

Parameters:
stateOrProvince -
Throws:
CSAppFrameworkException

getStreet

java.lang.String getStreet()
                           throws CSAppFrameworkException
Returns the Street

Returns:
String
Throws:
CSAppFrameworkException

setStreet

void setStreet(java.lang.String street)
               throws CSAppFrameworkException
Sets the Street

Parameters:
street -
Throws:
CSAppFrameworkException

getStreetNumber

java.lang.String getStreetNumber()
                                 throws CSAppFrameworkException
Returns the Street Number

Returns:
Street
Throws:
CSAppFrameworkException

setStreetNumber

void setStreetNumber(java.lang.String streetNumber)
                     throws CSAppFrameworkException
Sets the StreetNumber

Parameters:
streetNumber -
Throws:
CSAppFrameworkException

getType

java.lang.String getType()
                         throws CSAppFrameworkException
Returns the type of address (for example, "headquarters") as a String.

Returns:
String
Throws:
CSAppFrameworkException

setType

void setType(java.lang.String type)
             throws CSAppFrameworkException
Sets the type of address (for example, "headquarters") as a String.

Parameters:
type -
Throws:
CSAppFrameworkException