Class BillFormatUnderscoreUpdate

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

@Deprecated(since="2208") public class BillFormatUnderscoreUpdate extends Object
Deprecated.
A detailed description of the way in which a bill is presented. Skipped properties: id,href
  • Constructor Details

    • BillFormatUnderscoreUpdate

      public BillFormatUnderscoreUpdate()
      Deprecated.
  • Method Details

    • description

      public BillFormatUnderscoreUpdate description(String description)
      Deprecated.
    • getDescription

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

      public void setDescription(String description)
      Deprecated.
    • name

      public BillFormatUnderscoreUpdate name(String name)
      Deprecated.
    • getName

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

      public void setName(String name)
      Deprecated.
    • atBaseType

      public BillFormatUnderscoreUpdate atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public BillFormatUnderscoreUpdate atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public BillFormatUnderscoreUpdate atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object