oracle.panama.model
Interface LocationMark

All Superinterfaces:
Location, ModelObject, Point, XMLObject

public interface LocationMark
extends ModelObject, Location

LocationMark is a named storage for an address. It is used to save the end user the efforts of typing address each time they want to use it as a parameter for a service for example.


Field Summary
TypeField
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier
 
Method Summary
TypeMethod
 java.lang.String getDescription()
           
 Location getLocation()
           
 User getUser()
           
 boolean isGeocoded()
           
 void setDescription(java.lang.String description)
           
 void setLocation(Location location)
           
 void setUser(User user)
           
 
Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll
 
Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML
 
Methods inherited from interface oracle.panama.model.Location
geocode, getAddressLastLine, getAddressLine1, getAddressLine2, getBlock, getCity, getCompanyName, getCountry, getCounty, getGeocodeProvider, getMatchMode, getPostalCode, getPostalCodeExt, getState, setAddressLastLine, setAddressLine1, setAddressLine2, setBlock, setCity, setCompanyName, setCountry, setCounty, setGeocodeProvider, setMatchMode, setPostalCode, setPostalCodeExt, setState
 
Methods inherited from interface oracle.panama.model.Point
getDistance, getLabel, getLatitude, getLongitude, getRadius, setLabel, setLatitude, setLongitude, setRadius
 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier

TYPEID

public static final int TYPEID
The type id of this class.
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUser

public User getUser()

setUser

public void setUser(User user)

isGeocoded

public boolean isGeocoded()