|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.SSITmp
An SSI tmp.
Constructor Summary | |
SSITmp()
Creates a new SSI tmp. |
Method Summary | |
int |
getAck()
Get the value of ack. |
int |
getAction()
Get the value of action. |
SSIItem |
getItem()
Get the value of item. |
java.lang.String |
getName()
Get the value of name. |
void |
setAck(int ack)
Set the value of ack. |
void |
setAction(int action)
Set the value of action. |
void |
setItem(SSIItem item)
Set the value of item. |
void |
setName(java.lang.String name)
Set the value of name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SSITmp()
Method Detail |
public int getAction()
public void setAction(int action)
action
- Value to assign to action.public int getAck()
public void setAck(int ack)
ack
- Value to assign to ack.public java.lang.String getName()
public void setName(java.lang.String name)
name
- Value to assign to name.public SSIItem getItem()
public void setItem(SSIItem item)
item
- Value to assign to item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |