|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.SSIItem
public class SSIItem
An SSI item is the core object that makes up the SSI list.
Constructor Summary | |
---|---|
SSIItem()
Creates a new SSI item. |
Method Summary | |
---|---|
int |
getBid()
Get the value of bid. |
Object |
getData()
Get the value of data. |
int |
getGid()
Get the value of gid. |
String |
getName()
Get the value of name. |
int |
getType()
Get the value of type. |
void |
setBid(int bid)
Set the value of bid. |
void |
setData(Object data)
Set the value of data. |
void |
setGid(int gid)
Set the value of gid. |
void |
setName(String name)
Set the value of name. |
void |
setType(int type)
Set the value of type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSIItem()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- Value to assign to name.public int getGid()
public void setGid(int gid)
gid
- Value to assign to gid.public int getBid()
public void setBid(int bid)
bid
- Value to assign to bid.public int getType()
public void setType(int type)
type
- Value to assign to type.public Object getData()
public void setData(Object data)
data
- Value to assign to data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |