java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.Addressable

public class Addressable extends Object
Base schema for adressable entities
  • Constructor Details

    • Addressable

      public Addressable()
  • Method Details

    • id

      public Addressable id(String id)
    • getId

      public String getId()
      unique identifier
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public Addressable href(String href)
    • getHref

      public String getHref()
      Hyperlink reference
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atBaseType

      public Addressable 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 Addressable 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 Addressable 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