java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Place

public class Place extends Object
Place defines the places where the products are sold, delivered. A place may be used for marking a geo location.
  • Constructor Details

    • Place

      public Place()
  • Method Details

    • id

      public Place id(String id)
    • getId

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

      public void setId(String id)
    • href

      public Place href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public Place name(String name)
    • getName

      public String getName()
      A user-friendly name for the place
      Returns:
      name
    • setName

      public void setName(String name)
    • role

      public Place role(String role)
    • getRole

      @NotNull public @NotNull String getRole()
      Role of the place (for instance: 'installation site', 'A-extremity site', 'Supervised Perimeter' etc...)
      Returns:
      role
    • setRole

      public void setRole(String role)
    • atReferredType

      public Place atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Indicate the type of Place class (example: 'geographicAddress')
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • atSchemaLocation

      public Place atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A link to the schema describing this REST resource
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • 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