java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.ItemRef

public class ItemRef extends Object
Describes a specific item contained in a parent element
  • Constructor Details

    • ItemRef

      public ItemRef()
  • Method Details

    • entityHref

      public ItemRef entityHref(String entityHref)
    • getEntityHref

      public String getEntityHref()
      Hypertext Reference of the parent element.
      Returns:
      entityHref
    • setEntityHref

      public void setEntityHref(String entityHref)
    • entityId

      public ItemRef entityId(String entityId)
    • getEntityId

      public String getEntityId()
      Unique identifier of the parent element.
      Returns:
      entityId
    • setEntityId

      public void setEntityId(String entityId)
    • itemId

      public ItemRef itemId(String itemId)
    • getItemId

      public String getItemId()
      Unique identifier of the considered item.
      Returns:
      itemId
    • setItemId

      public void setItemId(String itemId)
    • name

      public ItemRef name(String name)
    • getName

      public String getName()
      Name of the related entity.
      Returns:
      name
    • setName

      public void setName(String name)
    • atbaseType

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