Class C4CHeaderData

java.lang.Object
com.sap.hybris.c4c.customer.dto.C4CHeaderData
All Implemented Interfaces:
Serializable

public class C4CHeaderData extends Object implements Serializable
Data transfer object definition for Header Configurations
See Also:
  • Constructor Details

    • C4CHeaderData

      public C4CHeaderData()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getUuid

      public String getUuid()
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Parameters:
      uuid - the uuid to set
    • getSenderParty

      public String getSenderParty()
      Returns:
      the senderParty
    • setSenderParty

      public void setSenderParty(String senderParty)
      Parameters:
      senderParty - the senderParty to set
    • getRecipientParty

      public String getRecipientParty()
      Returns:
      the recipientParty
    • setRecipientParty

      public void setRecipientParty(String recipientParty)
      Parameters:
      recipientParty - the recipientParty to set
    • getTimestamp

      public String getTimestamp()
      Returns:
      the timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
      Parameters:
      timestamp - the timestamp to set