|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.CheckedOutEntryType
public class CheckedOutEntryType
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 |
---|
public CheckedOutEntryType()
public CheckedOutEntryType(WpcTradeItemType wpcTradeItem, java.lang.String wpcReservedBy, java.util.Calendar startDate, java.util.Calendar endDate, CollaborationAreaActionType collaborationAreaAction)
Method Detail |
---|
public WpcTradeItemType getWpcTradeItem()
public void setWpcTradeItem(WpcTradeItemType wpcTradeItem)
wpcTradeItem
- public java.lang.String getWpcReservedBy()
public void setWpcReservedBy(java.lang.String wpcReservedBy)
wpcReservedBy
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate
- public CollaborationAreaActionType getCollaborationAreaAction()
public void setCollaborationAreaAction(CollaborationAreaActionType collaborationAreaAction)
collaborationAreaAction
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |