orca.manage.extensions.standard.beans
Class MachineMng

java.lang.Object
  extended by orca.manage.extensions.standard.beans.MachineMng
All Implemented Interfaces:
java.io.Serializable

public class MachineMng
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

MachineMng

public MachineMng()

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

getName

public java.lang.String getName()
Gets the name value for this MachineMng.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this MachineMng.

Parameters:
name -

getState

public int getState()
Gets the state value for this MachineMng.

Returns:
state

setState

public void setState(int state)
Sets the state value for this MachineMng.

Parameters:
state -

getPending

public int getPending()
Gets the pending value for this MachineMng.

Returns:
pending

setPending

public void setPending(int pending)
Sets the pending value for this MachineMng.

Parameters:
pending -

getMacs

public java.lang.String getMacs()
Gets the macs value for this MachineMng.

Returns:
macs

setMacs

public void setMacs(java.lang.String macs)
Sets the macs value for this MachineMng.

Parameters:
macs -

getMemory

public int getMemory()
Gets the memory value for this MachineMng.

Returns:
memory

setMemory

public void setMemory(int memory)
Sets the memory value for this MachineMng.

Parameters:
memory -

getCurrentIP

public java.lang.String getCurrentIP()
Gets the currentIP value for this MachineMng.

Returns:
currentIP

setCurrentIP

public void setCurrentIP(java.lang.String currentIP)
Sets the currentIP value for this MachineMng.

Parameters:
currentIP -

getCurrentHostName

public java.lang.String getCurrentHostName()
Gets the currentHostName value for this MachineMng.

Returns:
currentHostName

setCurrentHostName

public void setCurrentHostName(java.lang.String currentHostName)
Sets the currentHostName value for this MachineMng.

Parameters:
currentHostName -

getDhcpHWAddress

public java.lang.String getDhcpHWAddress()
Gets the dhcpHWAddress value for this MachineMng.

Returns:
dhcpHWAddress

setDhcpHWAddress

public void setDhcpHWAddress(java.lang.String dhcpHWAddress)
Sets the dhcpHWAddress value for this MachineMng.

Parameters:
dhcpHWAddress -

getDhcpStatements

public java.lang.String getDhcpStatements()
Gets the dhcpStatements value for this MachineMng.

Returns:
dhcpStatements

setDhcpStatements

public void setDhcpStatements(java.lang.String dhcpStatements)
Sets the dhcpStatements value for this MachineMng.

Parameters:
dhcpStatements -

getDhcpOption

public java.lang.String getDhcpOption()
Gets the dhcpOption value for this MachineMng.

Returns:
dhcpOption

setDhcpOption

public void setDhcpOption(java.lang.String dhcpOption)
Sets the dhcpOption value for this MachineMng.

Parameters:
dhcpOption -

getSite

public java.lang.String getSite()
Gets the site value for this MachineMng.

Returns:
site

setSite

public void setSite(java.lang.String site)
Sets the site value for this MachineMng.

Parameters:
site -

getPoolName

public java.lang.String getPoolName()
Gets the poolName value for this MachineMng.

Returns:
poolName

setPoolName

public void setPoolName(java.lang.String poolName)
Sets the poolName value for this MachineMng.

Parameters:
poolName -

getPoolID

public java.lang.String getPoolID()
Gets the poolID value for this MachineMng.

Returns:
poolID

setPoolID

public void setPoolID(java.lang.String poolID)
Sets the poolID value for this MachineMng.

Parameters:
poolID -

getPoolResourceType

public java.lang.String getPoolResourceType()
Gets the poolResourceType value for this MachineMng.

Returns:
poolResourceType

setPoolResourceType

public void setPoolResourceType(java.lang.String poolResourceType)
Sets the poolResourceType value for this MachineMng.

Parameters:
poolResourceType -

isAvailable

public boolean isAvailable()
Gets the available value for this MachineMng.

Returns:
available

setAvailable

public void setAvailable(boolean available)
Sets the available value for this MachineMng.

Parameters:
available -

getNodeID

public java.lang.String getNodeID()
Gets the nodeID value for this MachineMng.

Returns:
nodeID

setNodeID

public void setNodeID(java.lang.String nodeID)
Sets the nodeID value for this MachineMng.

Parameters:
nodeID -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.