orca.manage.extensions.standard.beans
Class ResourceCalendarEntryMng

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

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

See Also:
Serialized Form

Constructor Summary
ResourceCalendarEntryMng()
           
ResourceCalendarEntryMng(long start, long end, long units)
           
 
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
 long getEnd()
          Gets the end value for this ResourceCalendarEntryMng.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getStart()
          Gets the start value for this ResourceCalendarEntryMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUnits()
          Gets the units value for this ResourceCalendarEntryMng.
 int hashCode()
           
 void setEnd(long end)
          Sets the end value for this ResourceCalendarEntryMng.
 void setStart(long start)
          Sets the start value for this ResourceCalendarEntryMng.
 void setUnits(long units)
          Sets the units value for this ResourceCalendarEntryMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCalendarEntryMng

public ResourceCalendarEntryMng()

ResourceCalendarEntryMng

public ResourceCalendarEntryMng(long start,
                                long end,
                                long units)
Method Detail

getStart

public long getStart()
Gets the start value for this ResourceCalendarEntryMng.

Returns:
start

setStart

public void setStart(long start)
Sets the start value for this ResourceCalendarEntryMng.

Parameters:
start -

getEnd

public long getEnd()
Gets the end value for this ResourceCalendarEntryMng.

Returns:
end

setEnd

public void setEnd(long end)
Sets the end value for this ResourceCalendarEntryMng.

Parameters:
end -

getUnits

public long getUnits()
Gets the units value for this ResourceCalendarEntryMng.

Returns:
units

setUnits

public void setUnits(long units)
Sets the units value for this ResourceCalendarEntryMng.

Parameters:
units -

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.