public class SSITmp extends Object
| Constructor and Description |
|---|
SSITmp()
Creates a new SSI tmp.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAck()
Get the value of ack.
|
int |
getAction()
Get the value of action.
|
SSIItem |
getItem()
Get the value of item.
|
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(String name)
Set the value of name.
|
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 String getName()
public void setName(String name)
name - Value to assign to name.public SSIItem getItem()
public void setItem(SSIItem item)
item - Value to assign to item.