Class RelatedPlaceRefOrValue

java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.RelatedPlaceRefOrValue

@Deprecated(since="2208") public class RelatedPlaceRefOrValue extends Object
Deprecated.
Related Entity reference. A related place defines a place described by reference or by value linked to a specific entity. The polymorphic attributes @type, @schemaLocation & @referredType are related to the place entity and not the RelatedPlaceRefOrValue class itself
  • Constructor Details

    • RelatedPlaceRefOrValue

      public RelatedPlaceRefOrValue()
      Deprecated.
  • Method Details

    • id

      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Unique identifier of the place
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public RelatedPlaceRefOrValue href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Unique reference of the place
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • name

      public RelatedPlaceRefOrValue name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      A user-friendly name for the place, such as [Paris Store], [London Store], [Main Home]
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • role

      public RelatedPlaceRefOrValue role(String role)
      Deprecated.
    • getRole

      @NotNull public @NotNull String getRole()
      Deprecated.
      Get role
      Returns:
      role
    • setRole

      public void setRole(String role)
      Deprecated.
    • atBaseType

      public RelatedPlaceRefOrValue 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 RelatedPlaceRefOrValue 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 RelatedPlaceRefOrValue 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.
    • atReferredType

      public RelatedPlaceRefOrValue atReferredType(String atReferredType)
      Deprecated.
    • getAtReferredType

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

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