|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.Host
public class Host
Information of host.
Constructor Summary | |
---|---|
Host()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get name of host. |
int |
getSlotsNumber()
Get slots number of host. |
java.lang.String |
getType()
Get type of host. |
void |
setName(java.lang.String name)
Set type of host. |
void |
setSlotsNumber(int slotsNumber)
Set slots number of host. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Host()
Method Detail |
---|
public java.lang.String getType()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- : specifies type of host.public int getSlotsNumber()
public void setSlotsNumber(int slotsNumber)
slotsNumber
- : specifies slots number of host.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |