|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.LocationTriggerCamel
Defines the Sequence of Data Elements that specify the criteria for a triggered location report to be generated.
Constructor Summary | |
LocationTriggerCamel()
Creates a new LocationTriggerCamel instance. |
|
LocationTriggerCamel(boolean _updateInsideVlr,
boolean _updateOutsideVlr)
Creates a new LocationTriggerCamel instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
boolean |
getUpdateInsideVlr()
This method returns a updateInsideVlr. |
boolean |
getUpdateOutsideVlr()
This method returns a updateOutsideVlr. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setUpdateInsideVlr(boolean updateInsideVlr)
This method sets a updateInsideVlr. |
void |
setUpdateOutsideVlr(boolean updateOutsideVlr)
This method sets a updateOutsideVlr. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocationTriggerCamel()
public LocationTriggerCamel(boolean _updateInsideVlr, boolean _updateOutsideVlr)
_updateInsideVlr
- Generate location report, when a location update occurs inside the current VLR area._updateOutsideVlr
- Generate location report, when the user moves to another VLR area.Method Detail |
public boolean getUpdateInsideVlr()
public boolean getUpdateOutsideVlr()
public void setUpdateInsideVlr(boolean updateInsideVlr)
public void setUpdateOutsideVlr(boolean updateOutsideVlr)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |