public class SSIItem extends Object
Constructor and Description |
---|
SSIItem()
Creates a new SSI item.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public SSIItem()
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.