public class AIMSession.SSIObject extends Object
Constructor and Description |
---|
AIMSession.SSIObject()
Creates a new SSI class.
|
Modifier and Type | Method and Description |
---|---|
Vector |
getLocal()
Get the value of local.
|
int |
getNumItems()
Get the value of numItems.
|
Vector |
getOfficial()
Get the value of official.
|
Vector |
getPending()
Get the value of pending.
|
boolean |
getReceivedData()
Get the value of receivedData.
|
int |
getTimestamp()
Get the value of timestamp.
|
boolean |
isWaitingForAck()
Get the value of waitingForAck.
|
void |
setLocal(Vector local)
Set the value of local.
|
void |
setNumItems(int numItems)
Set the value of numItems.
|
void |
setOfficial(Vector official)
Set the value of official.
|
void |
setPending(Vector pending)
Set the value of pending.
|
void |
setReceivedData(boolean receivedData)
Set the value of receivedData
|
void |
setTimestamp(int timestamp)
Set the value of timestamp.
|
void |
setWaitingForAck(boolean waitingForAck)
Set the value of waitingForAck.
|
public boolean getReceivedData()
public void setReceivedData(boolean receivedData)
receivedData
- Value to assign to receivedData.public void setWaitingForAck(boolean waitingForAck)
waitingForAck
- a boolean
valuepublic boolean isWaitingForAck()
public void setNumItems(int numItems)
numItems
- Value to assign to numItems.public int getNumItems()
public Vector getOfficial()
public void setOfficial(Vector official)
official
- Value to assign to official.public Vector getLocal()
public void setLocal(Vector local)
local
- Value to assign to local.public Vector getPending()
public void setPending(Vector pending)
pending
- Value to assign to pending.public int getTimestamp()
public void setTimestamp(int timestamp)
timestamp
- Value to assign to timestamp.