|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Id
Id for requests and corresponded responses
Method Summary | |
static Id |
createStartId()
Returns new Id object with 'start ID' |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.Integer |
getId()
Getter for attribute id |
int |
getIntValue()
Returns integer value of the ID. |
Id |
getNext()
Returns Id object that is next Id after the current |
boolean |
isNext(Id id)
Checks if the provided id is exactly next Id after the current |
void |
setId(java.lang.Integer id)
Setter for attribute id |
java.lang.String |
toString()
Returns string with description of the object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static Id createStartId()
public void setId(java.lang.Integer id)
id
- A new valuepublic java.lang.Integer getId()
public int getIntValue()
public Id getNext()
public boolean isNext(Id id)
id
- An Id object
public boolean equals(java.lang.Object obj)
obj
- the reference object with which to compare
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |