Class BillFormatRefOrValue

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.BillFormatRefOrValue

public class BillFormatRefOrValue extends Object
An attachment by value or by reference.
  • Constructor Details

    • BillFormatRefOrValue

      public BillFormatRefOrValue()
  • Method Details

    • id

      public BillFormatRefOrValue id(String id)
    • getId

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

      public void setId(String id)
    • href

      public BillFormatRefOrValue href(String href)
    • getHref

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

      public void setHref(String href)
    • description

      public BillFormatRefOrValue description(String description)
    • getDescription

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

      public void setDescription(String description)
    • isRef

      public BillFormatRefOrValue isRef(Boolean isRef)
    • isIsRef

      @NotNull public @NotNull Boolean isIsRef()
      Get isRef
      Returns:
      isRef
    • setIsRef

      public void setIsRef(Boolean isRef)
    • name

      public BillFormatRefOrValue name(String name)
    • getName

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

      public void setName(String name)
    • atBaseType

      public BillFormatRefOrValue 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 BillFormatRefOrValue 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 BillFormatRefOrValue 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)
    • atReferredType

      public BillFormatRefOrValue atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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