orca.manage.extensions.standard.beans
Class LogicalMachineMng

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

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

See Also:
Serialized Form

Constructor Summary
LogicalMachineMng()
           
LogicalMachineMng(java.lang.String id, long totalCPU, long totalMemory, long totalBandwidth, long totalStorage)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getId()
          Gets the id value for this LogicalMachineMng.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getTotalBandwidth()
          Gets the totalBandwidth value for this LogicalMachineMng.
 long getTotalCPU()
          Gets the totalCPU value for this LogicalMachineMng.
 long getTotalMemory()
          Gets the totalMemory value for this LogicalMachineMng.
 long getTotalStorage()
          Gets the totalStorage value for this LogicalMachineMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(java.lang.String id)
          Sets the id value for this LogicalMachineMng.
 void setTotalBandwidth(long totalBandwidth)
          Sets the totalBandwidth value for this LogicalMachineMng.
 void setTotalCPU(long totalCPU)
          Sets the totalCPU value for this LogicalMachineMng.
 void setTotalMemory(long totalMemory)
          Sets the totalMemory value for this LogicalMachineMng.
 void setTotalStorage(long totalStorage)
          Sets the totalStorage value for this LogicalMachineMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalMachineMng

public LogicalMachineMng()

LogicalMachineMng

public LogicalMachineMng(java.lang.String id,
                         long totalCPU,
                         long totalMemory,
                         long totalBandwidth,
                         long totalStorage)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this LogicalMachineMng.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this LogicalMachineMng.

Parameters:
id -

getTotalCPU

public long getTotalCPU()
Gets the totalCPU value for this LogicalMachineMng.

Returns:
totalCPU

setTotalCPU

public void setTotalCPU(long totalCPU)
Sets the totalCPU value for this LogicalMachineMng.

Parameters:
totalCPU -

getTotalMemory

public long getTotalMemory()
Gets the totalMemory value for this LogicalMachineMng.

Returns:
totalMemory

setTotalMemory

public void setTotalMemory(long totalMemory)
Sets the totalMemory value for this LogicalMachineMng.

Parameters:
totalMemory -

getTotalBandwidth

public long getTotalBandwidth()
Gets the totalBandwidth value for this LogicalMachineMng.

Returns:
totalBandwidth

setTotalBandwidth

public void setTotalBandwidth(long totalBandwidth)
Sets the totalBandwidth value for this LogicalMachineMng.

Parameters:
totalBandwidth -

getTotalStorage

public long getTotalStorage()
Gets the totalStorage value for this LogicalMachineMng.

Returns:
totalStorage

setTotalStorage

public void setTotalStorage(long totalStorage)
Sets the totalStorage value for this LogicalMachineMng.

Parameters:
totalStorage -

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.