org.walluck.oscar
Class SSITmp

java.lang.Object
  extended by org.walluck.oscar.SSITmp

public class SSITmp
extends Object

An SSI tmp.

Since:
1.0
Version:
1.0
Author:
David Walluck

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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSITmp

public SSITmp()
Creates a new SSI tmp.

Method Detail

getAction

public int getAction()
Get the value of action.

Returns:
value of action.

setAction

public void setAction(int action)
Set the value of action.

Parameters:
action - Value to assign to action.

getAck

public int getAck()
Get the value of ack.

Returns:
value of ack.

setAck

public void setAck(int ack)
Set the value of ack.

Parameters:
ack - Value to assign to ack.

getName

public String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(String name)
Set the value of name.

Parameters:
name - Value to assign to name.

getItem

public SSIItem getItem()
Get the value of item.

Returns:
value of item.

setItem

public void setItem(SSIItem item)
Set the value of item.

Parameters:
item - Value to assign to item.