org.csapi.jr.se.mm
Class LocationTriggerCamel

java.lang.Object
  |
  +--org.csapi.jr.se.mm.LocationTriggerCamel
All Implemented Interfaces:
java.io.Serializable

public final class LocationTriggerCamel
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that specify the criteria for a triggered location report to be generated.

See Also:
Serialized Form

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

LocationTriggerCamel

public LocationTriggerCamel()
Creates a new LocationTriggerCamel instance.


LocationTriggerCamel

public LocationTriggerCamel(boolean _updateInsideVlr,
                            boolean _updateOutsideVlr)
Creates a new LocationTriggerCamel instance.

Parameters:
_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

getUpdateInsideVlr

public boolean getUpdateInsideVlr()
This method returns a updateInsideVlr.

Returns:
a boolean value

getUpdateOutsideVlr

public boolean getUpdateOutsideVlr()
This method returns a updateOutsideVlr.

Returns:
a boolean value

setUpdateInsideVlr

public void setUpdateInsideVlr(boolean updateInsideVlr)
This method sets a updateInsideVlr.


setUpdateOutsideVlr

public void setUpdateOutsideVlr(boolean updateOutsideVlr)
This method sets a updateOutsideVlr.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object