com.ibm.wpc
Class CheckedOutEntryType

java.lang.Object
  extended by com.ibm.wpc.CheckedOutEntryType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CheckedOutEntryType()
           
CheckedOutEntryType(WpcTradeItemType wpcTradeItem, java.lang.String wpcReservedBy, java.util.Calendar startDate, java.util.Calendar endDate, CollaborationAreaActionType collaborationAreaAction)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CollaborationAreaActionType getCollaborationAreaAction()
          Gets the collaborationAreaAction value for this CheckedOutEntryType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getEndDate()
          Gets the endDate value for this CheckedOutEntryType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this CheckedOutEntryType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWpcReservedBy()
          Gets the wpcReservedBy value for this CheckedOutEntryType.
 WpcTradeItemType getWpcTradeItem()
          Gets the wpcTradeItem value for this CheckedOutEntryType.
 int hashCode()
           
 void setCollaborationAreaAction(CollaborationAreaActionType collaborationAreaAction)
          Sets the collaborationAreaAction value for this CheckedOutEntryType.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this CheckedOutEntryType.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this CheckedOutEntryType.
 void setWpcReservedBy(java.lang.String wpcReservedBy)
          Sets the wpcReservedBy value for this CheckedOutEntryType.
 void setWpcTradeItem(WpcTradeItemType wpcTradeItem)
          Sets the wpcTradeItem value for this CheckedOutEntryType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckedOutEntryType

public CheckedOutEntryType()

CheckedOutEntryType

public CheckedOutEntryType(WpcTradeItemType wpcTradeItem,
                           java.lang.String wpcReservedBy,
                           java.util.Calendar startDate,
                           java.util.Calendar endDate,
                           CollaborationAreaActionType collaborationAreaAction)
Method Detail

getWpcTradeItem

public WpcTradeItemType getWpcTradeItem()
Gets the wpcTradeItem value for this CheckedOutEntryType.

Returns:
wpcTradeItem

setWpcTradeItem

public void setWpcTradeItem(WpcTradeItemType wpcTradeItem)
Sets the wpcTradeItem value for this CheckedOutEntryType.

Parameters:
wpcTradeItem -

getWpcReservedBy

public java.lang.String getWpcReservedBy()
Gets the wpcReservedBy value for this CheckedOutEntryType.

Returns:
wpcReservedBy

setWpcReservedBy

public void setWpcReservedBy(java.lang.String wpcReservedBy)
Sets the wpcReservedBy value for this CheckedOutEntryType.

Parameters:
wpcReservedBy -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this CheckedOutEntryType.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this CheckedOutEntryType.

Parameters:
startDate -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this CheckedOutEntryType.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this CheckedOutEntryType.

Parameters:
endDate -

getCollaborationAreaAction

public CollaborationAreaActionType getCollaborationAreaAction()
Gets the collaborationAreaAction value for this CheckedOutEntryType.

Returns:
collaborationAreaAction

setCollaborationAreaAction

public void setCollaborationAreaAction(CollaborationAreaActionType collaborationAreaAction)
Sets the collaborationAreaAction value for this CheckedOutEntryType.

Parameters:
collaborationAreaAction -

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