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.
Type | Field |
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
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.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 |
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.
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()