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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") 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