|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocationBase
com.ibm.rfid.premises.entities.Location
public class Location
Location is the class used to describe a configured Location object on an IBM WebSphere Sensor Events Server. This class provides access to the following Devicer properties:
The above properties are read-only. Although they are settable using the
setter functions described below, they only affect the data stored in this class instance and should
only be used by the PremisesAccess
class to create Location objects found on the IBM WebSphere Sensor Events
Server.
To define a location, go to the IBM WebSphere Sensor Events Server Admin Console
Constructor Summary | |
---|---|
Location(LocationBase location)
Base constructor, used by PremisesAccess |
Method Summary | |
---|---|
java.lang.String |
getAlias()
Gets the Alias name of the Location |
java.lang.String |
getCategory()
Gets the category name of the device |
java.lang.String |
getChildLocationID()
|
java.lang.String |
getConfigGrp()
Gets the Location Configuration Group |
java.lang.String[] |
getDeviceId()
Gets the Device ID associated with the Location |
java.lang.String |
getLocationId()
Gets the Location ID |
java.util.HashMap |
getMetadata()
Gets devie metadata object as HashMap. |
java.lang.String |
getParent()
Gets the Parent Location name of the Location |
java.lang.String |
getUserName()
Gets the user name of the Location |
boolean |
isContainerLocation()
Gets the boolean value if given location is container Location |
void |
setChildLocationID(java.lang.String locationid)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Location(LocationBase location)
Method Detail |
---|
public java.util.HashMap getMetadata() throws PremisesAccessException
PremisesAccessException
public java.lang.String getUserName()
public java.lang.String getAlias()
public java.lang.String getParent()
public java.lang.String[] getDeviceId()
public boolean isContainerLocation()
public java.lang.String getConfigGrp()
public java.lang.String getLocationId()
public java.lang.String getCategory()
public void setChildLocationID(java.lang.String locationid)
public java.lang.String getChildLocationID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |