|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.PeriodicLocationRequest
Defines the Sequence of Data Elements that specify the criteria relating to periodic location requests.
Constructor Summary | |
PeriodicLocationRequest()
Creates a new PeriodicLocationRequest instance. |
|
PeriodicLocationRequest(org.csapi.jr.se.Address[] _users,
org.csapi.jr.se.mm.LocationRequest _request,
int _reportingInterval,
int _assignmentID)
Creates a new PeriodicLocationRequest instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getAssignmentID()
This method returns a assignmentID. |
int |
getReportingInterval()
This method returns a reportingInterval. |
org.csapi.jr.se.mm.LocationRequest |
getRequest()
This method returns a request. |
org.csapi.jr.se.Address[] |
getUsers()
This method returns a users. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAssignmentID(int assignmentID)
This method sets a assignmentID. |
void |
setReportingInterval(int reportingInterval)
This method sets a reportingInterval. |
void |
setRequest(org.csapi.jr.se.mm.LocationRequest request)
This method sets a request. |
void |
setUsers(org.csapi.jr.se.Address[] users)
This method sets a users. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PeriodicLocationRequest()
public PeriodicLocationRequest(org.csapi.jr.se.Address[] _users, org.csapi.jr.se.mm.LocationRequest _request, int _reportingInterval, int _assignmentID)
_users
- _request
- _reportingInterval
- _assignmentID
- Method Detail |
public org.csapi.jr.se.Address[] getUsers()
public org.csapi.jr.se.mm.LocationRequest getRequest()
public int getReportingInterval()
public int getAssignmentID()
public void setUsers(org.csapi.jr.se.Address[] users)
public void setRequest(org.csapi.jr.se.mm.LocationRequest request)
public void setReportingInterval(int reportingInterval)
public void setAssignmentID(int assignmentID)
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 |