Class ServiceRequestData
java.lang.Object
de.hybris.platform.customerticketingc4cintegration.data.ServiceRequestData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getID()getName()getNotes()voidsetBuyerMainContactPartyID(String BuyerMainContactPartyID) voidsetBuyerPartyID(String BuyerPartyID) voidsetCreationDateTime(String CreationDateTime) voidsetCustomerID(String CustomerID) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDataOriginTypeCode(String DataOriginTypeCode) voidsetExternalContactID(String ExternalContactID) Deprecated, for removal: This API element is subject to removal in a future version.voidsetExternalCustomerID(String ExternalCustomerID) Deprecated, for removal: This API element is subject to removal in a future version.voidvoidsetLastChangeDateTime(String LastChangeDateTime) voidsetMemoActivities(List<MemoActivity> MemoActivities) voidvoidvoidsetObjectID(String ObjectID) voidsetRelatedTransactions(List<RelatedTransaction> RelatedTransactions) voidsetStatusCode(String StatusCode)
-
Constructor Details
-
ServiceRequestData
public ServiceRequestData()
-
-
Method Details
-
setName
-
getName
-
setCustomerID
Deprecated, for removal: This API element is subject to removal in a future version. -
getCustomerID
Deprecated, for removal: This API element is subject to removal in a future version. -
setExternalCustomerID
@Deprecated(since="2102", forRemoval=true) public void setExternalCustomerID(String ExternalCustomerID) Deprecated, for removal: This API element is subject to removal in a future version. -
getExternalCustomerID
Deprecated, for removal: This API element is subject to removal in a future version. -
setExternalContactID
@Deprecated(since="2102", forRemoval=true) public void setExternalContactID(String ExternalContactID) Deprecated, for removal: This API element is subject to removal in a future version. -
getExternalContactID
Deprecated, for removal: This API element is subject to removal in a future version. -
setBuyerPartyID
-
getBuyerPartyID
-
setBuyerMainContactPartyID
-
getBuyerMainContactPartyID
-
setDataOriginTypeCode
-
getDataOriginTypeCode
-
setID
-
getID
-
setObjectID
-
getObjectID
-
setLastChangeDateTime
-
getLastChangeDateTime
-
setCreationDateTime
-
getCreationDateTime
-
setStatusCode
-
getStatusCode
-
setNotes
-
getNotes
-
setRelatedTransactions
-
getRelatedTransactions
-
setMemoActivities
-
getMemoActivities
-