Class BundleStarterWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class BundleStarterWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Mandatory data required to start a bundle. This includes the templateId of the bundle, the productCode, and the quantity of the product itself.
    See Also:
    Serialized Form
    • Constructor Detail

      • BundleStarterWsDTO

        public BundleStarterWsDTO()
    • Method Detail

      • setTemplateId

        public void setTemplateId​(java.lang.String templateId)
      • getTemplateId

        public java.lang.String getTemplateId()
      • setProductCode

        public void setProductCode​(java.lang.String productCode)
      • getProductCode

        public java.lang.String getProductCode()
      • setQuantity

        public void setQuantity​(long quantity)
      • getQuantity

        public long getQuantity()