Class BillingDocumentWsDTO

java.lang.Object
com.sap.hybris.sapbillinginvoiceocc.dto.document.BillingDocumentWsDTO
All Implemented Interfaces:
Serializable

public class BillingDocumentWsDTO extends Object implements Serializable
Representation of a Billing document
See Also:
  • Constructor Details

    • BillingDocumentWsDTO

      public BillingDocumentWsDTO()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setType

      public void setType(String type)
    • getType

      public String getType()
    • setDate

      public void setDate(Date date)
    • getDate

      public Date getDate()
    • setTotalPrice

      public void setTotalPrice(PriceWsDTO totalPrice)
    • getTotalPrice

      public PriceWsDTO getTotalPrice()