|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationInterface
Field Summary |
---|
Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
Method Summary | |
---|---|
java.lang.String |
getAddress()
Get the address string. |
java.lang.String |
getArea()
Get the area String for this location. |
java.lang.String |
getCity()
Get the city name. |
java.lang.String |
getCountry()
Get the country name or abbreviation for this location. |
java.lang.String |
getLocationType()
Get the location type String. |
java.lang.String |
getPostalCode()
Get the postal code for this location. |
void |
setAddress(java.lang.String address)
Set the address string. |
void |
setArea(java.lang.String area)
Set the area string for this location. |
void |
setCity(java.lang.String city)
Set the city name for this location. |
void |
setCountry(java.lang.String country)
Set the country name or abbreviation for this location. |
void |
setLocationType(java.lang.String type)
Set the location type. |
void |
setPostalCode(java.lang.String postalCode)
Set the postal code for this location. |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
Method Detail |
---|
java.lang.String getLocationType() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setLocationType(java.lang.String type) throws ServiceException, java.rmi.RemoteException
type
- The location type.
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getAddress() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setAddress(java.lang.String address) throws ServiceException, java.rmi.RemoteException
address
- The address string.
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getCity() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setCity(java.lang.String city) throws ServiceException, java.rmi.RemoteException
city
- The city name.
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getPostalCode() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setPostalCode(java.lang.String postalCode) throws ServiceException, java.rmi.RemoteException
postalCode
- The postal code.
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getArea() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setArea(java.lang.String area) throws ServiceException, java.rmi.RemoteException
area
- The area string.
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getCountry() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setCountry(java.lang.String country) throws ServiceException, java.rmi.RemoteException
country
- THe country.
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |