|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.AIMSession.SSIObject
public class AIMSession.SSIObject
This is for SSI support.
Constructor Summary | |
---|---|
AIMSession.SSIObject()
Creates a new SSI class. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AIMSession.SSIObject()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |