orca.manage.extensions.standard.beans
Class LogicalMachineCalendarMng

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

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

See Also:
Serialized Form

Constructor Summary
LogicalMachineCalendarMng()
           
LogicalMachineCalendarMng(ResourceCalendarMng cpu, ResourceCalendarMng memory, ResourceCalendarMng bandwidth, ResourceCalendarMng disk)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ResourceCalendarMng getBandwidth()
          Gets the bandwidth value for this LogicalMachineCalendarMng.
 ResourceCalendarMng getCpu()
          Gets the cpu value for this LogicalMachineCalendarMng.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ResourceCalendarMng getDisk()
          Gets the disk value for this LogicalMachineCalendarMng.
 ResourceCalendarMng getMemory()
          Gets the memory value for this LogicalMachineCalendarMng.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBandwidth(ResourceCalendarMng bandwidth)
          Sets the bandwidth value for this LogicalMachineCalendarMng.
 void setCpu(ResourceCalendarMng cpu)
          Sets the cpu value for this LogicalMachineCalendarMng.
 void setDisk(ResourceCalendarMng disk)
          Sets the disk value for this LogicalMachineCalendarMng.
 void setMemory(ResourceCalendarMng memory)
          Sets the memory value for this LogicalMachineCalendarMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalMachineCalendarMng

public LogicalMachineCalendarMng()

LogicalMachineCalendarMng

public LogicalMachineCalendarMng(ResourceCalendarMng cpu,
                                 ResourceCalendarMng memory,
                                 ResourceCalendarMng bandwidth,
                                 ResourceCalendarMng disk)
Method Detail

getCpu

public ResourceCalendarMng getCpu()
Gets the cpu value for this LogicalMachineCalendarMng.

Returns:
cpu

setCpu

public void setCpu(ResourceCalendarMng cpu)
Sets the cpu value for this LogicalMachineCalendarMng.

Parameters:
cpu -

getMemory

public ResourceCalendarMng getMemory()
Gets the memory value for this LogicalMachineCalendarMng.

Returns:
memory

setMemory

public void setMemory(ResourceCalendarMng memory)
Sets the memory value for this LogicalMachineCalendarMng.

Parameters:
memory -

getBandwidth

public ResourceCalendarMng getBandwidth()
Gets the bandwidth value for this LogicalMachineCalendarMng.

Returns:
bandwidth

setBandwidth

public void setBandwidth(ResourceCalendarMng bandwidth)
Sets the bandwidth value for this LogicalMachineCalendarMng.

Parameters:
bandwidth -

getDisk

public ResourceCalendarMng getDisk()
Gets the disk value for this LogicalMachineCalendarMng.

Returns:
disk

setDisk

public void setDisk(ResourceCalendarMng disk)
Sets the disk value for this LogicalMachineCalendarMng.

Parameters:
disk -

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.