|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.manage.extensions.standard.beans.MachineMng
public class MachineMng
| Constructor Summary | |
|---|---|
MachineMng()
|
|
MachineMng(java.lang.String name,
int state,
int pending,
java.lang.String macs,
int memory,
java.lang.String currentIP,
java.lang.String currentHostName,
java.lang.String dhcpHWAddress,
java.lang.String dhcpStatements,
java.lang.String dhcpOption,
java.lang.String site,
java.lang.String poolName,
java.lang.String poolID,
java.lang.String poolResourceType,
boolean available,
java.lang.String nodeID)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCurrentHostName()
Gets the currentHostName value for this MachineMng. |
java.lang.String |
getCurrentIP()
Gets the currentIP value for this MachineMng. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDhcpHWAddress()
Gets the dhcpHWAddress value for this MachineMng. |
java.lang.String |
getDhcpOption()
Gets the dhcpOption value for this MachineMng. |
java.lang.String |
getDhcpStatements()
Gets the dhcpStatements value for this MachineMng. |
java.lang.String |
getMacs()
Gets the macs value for this MachineMng. |
int |
getMemory()
Gets the memory value for this MachineMng. |
java.lang.String |
getName()
Gets the name value for this MachineMng. |
java.lang.String |
getNodeID()
Gets the nodeID value for this MachineMng. |
int |
getPending()
Gets the pending value for this MachineMng. |
java.lang.String |
getPoolID()
Gets the poolID value for this MachineMng. |
java.lang.String |
getPoolName()
Gets the poolName value for this MachineMng. |
java.lang.String |
getPoolResourceType()
Gets the poolResourceType value for this MachineMng. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSite()
Gets the site value for this MachineMng. |
int |
getState()
Gets the state value for this MachineMng. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isAvailable()
Gets the available value for this MachineMng. |
void |
setAvailable(boolean available)
Sets the available value for this MachineMng. |
void |
setCurrentHostName(java.lang.String currentHostName)
Sets the currentHostName value for this MachineMng. |
void |
setCurrentIP(java.lang.String currentIP)
Sets the currentIP value for this MachineMng. |
void |
setDhcpHWAddress(java.lang.String dhcpHWAddress)
Sets the dhcpHWAddress value for this MachineMng. |
void |
setDhcpOption(java.lang.String dhcpOption)
Sets the dhcpOption value for this MachineMng. |
void |
setDhcpStatements(java.lang.String dhcpStatements)
Sets the dhcpStatements value for this MachineMng. |
void |
setMacs(java.lang.String macs)
Sets the macs value for this MachineMng. |
void |
setMemory(int memory)
Sets the memory value for this MachineMng. |
void |
setName(java.lang.String name)
Sets the name value for this MachineMng. |
void |
setNodeID(java.lang.String nodeID)
Sets the nodeID value for this MachineMng. |
void |
setPending(int pending)
Sets the pending value for this MachineMng. |
void |
setPoolID(java.lang.String poolID)
Sets the poolID value for this MachineMng. |
void |
setPoolName(java.lang.String poolName)
Sets the poolName value for this MachineMng. |
void |
setPoolResourceType(java.lang.String poolResourceType)
Sets the poolResourceType value for this MachineMng. |
void |
setSite(java.lang.String site)
Sets the site value for this MachineMng. |
void |
setState(int state)
Sets the state value for this MachineMng. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MachineMng()
public MachineMng(java.lang.String name,
int state,
int pending,
java.lang.String macs,
int memory,
java.lang.String currentIP,
java.lang.String currentHostName,
java.lang.String dhcpHWAddress,
java.lang.String dhcpStatements,
java.lang.String dhcpOption,
java.lang.String site,
java.lang.String poolName,
java.lang.String poolID,
java.lang.String poolResourceType,
boolean available,
java.lang.String nodeID)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - public int getState()
public void setState(int state)
state - public int getPending()
public void setPending(int pending)
pending - public java.lang.String getMacs()
public void setMacs(java.lang.String macs)
macs - public int getMemory()
public void setMemory(int memory)
memory - public java.lang.String getCurrentIP()
public void setCurrentIP(java.lang.String currentIP)
currentIP - public java.lang.String getCurrentHostName()
public void setCurrentHostName(java.lang.String currentHostName)
currentHostName - public java.lang.String getDhcpHWAddress()
public void setDhcpHWAddress(java.lang.String dhcpHWAddress)
dhcpHWAddress - public java.lang.String getDhcpStatements()
public void setDhcpStatements(java.lang.String dhcpStatements)
dhcpStatements - public java.lang.String getDhcpOption()
public void setDhcpOption(java.lang.String dhcpOption)
dhcpOption - public java.lang.String getSite()
public void setSite(java.lang.String site)
site - public java.lang.String getPoolName()
public void setPoolName(java.lang.String poolName)
poolName - public java.lang.String getPoolID()
public void setPoolID(java.lang.String poolID)
poolID - public java.lang.String getPoolResourceType()
public void setPoolResourceType(java.lang.String poolResourceType)
poolResourceType - public boolean isAvailable()
public void setAvailable(boolean available)
available - public java.lang.String getNodeID()
public void setNodeID(java.lang.String nodeID)
nodeID - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||