java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.BillFormat

@Validated @Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen", date="2022-10-21T20:35:18.164Z") public class BillFormat extends Object
A detailed description of the way in which a bill is presented.
  • Constructor Details

    • BillFormat

      public BillFormat()
  • Method Details

    • id

      public BillFormat id(String id)
    • getId

      public String getId()
      Unique identifier of the bill format
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public BillFormat href(String href)
    • getHref

      public String getHref()
      Reference of the bill format
      Returns:
      href
    • setHref

      public void setHref(String href)
    • description

      public BillFormat description(String description)
    • getDescription

      public String getDescription()
      An explanatory text for this bill format
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • name

      public BillFormat name(String name)
    • getName

      @NotNull public @NotNull String getName()
      A short descriptive name
      Returns:
      name
    • setName

      public void setName(String name)
    • atbaseType

      public BillFormat atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public BillFormat atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public BillFormat attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object