Package com.sap.hybris.c4c.customer.dto
Class C4CHeaderData
java.lang.Object
com.sap.hybris.c4c.customer.dto.C4CHeaderData
- All Implemented Interfaces:
Serializable
Data transfer object definition for Header Configurations
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getUuid()voidvoidsetRecipientParty(String recipientParty) voidsetSenderParty(String senderParty) voidsetTimestamp(String timestamp) voidtoString()
-
Constructor Details
-
C4CHeaderData
public C4CHeaderData()
-
-
Method Details
-
toString
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getUuid
- Returns:
- the uuid
-
setUuid
- Parameters:
uuid- the uuid to set
-
getSenderParty
- Returns:
- the senderParty
-
setSenderParty
- Parameters:
senderParty- the senderParty to set
-
getRecipientParty
- Returns:
- the recipientParty
-
setRecipientParty
- Parameters:
recipientParty- the recipientParty to set
-
getTimestamp
- Returns:
- the timestamp
-
setTimestamp
- Parameters:
timestamp- the timestamp to set
-