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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class PlaceRef extends Object
Place reference. Place defines the places where the products are sold or delivered.
  • Constructor Details

    • PlaceRef

      public PlaceRef()
  • Method Details

    • id

      public PlaceRef id(String id)
    • getId

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

      public void setId(String id)
    • href

      public PlaceRef href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public PlaceRef name(String name)
    • getName

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

      public void setName(String name)
    • geoLocationUrl

      public PlaceRef geoLocationUrl(String geoLocationUrl)
    • getGeoLocationUrl

      public String getGeoLocationUrl()
      A url providing a map for localizing the place
      Returns:
      geoLocationUrl
    • setGeoLocationUrl

      public void setGeoLocationUrl(String geoLocationUrl)
    • address

      public PlaceRef address(String address)
    • getAddress

      public String getAddress()
      A string characterizing an address (for instance a formatted address or an identifier taken from an address database or an address API).
      Returns:
      address
    • setAddress

      public void setAddress(String address)
    • atreferredType

      public PlaceRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      class type of the referred Place object
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • role

      public PlaceRef role(String role)
    • getRole

      public String getRole()
      Role of the place (for instance: 'home delivery', 'shop retrieval')
      Returns:
      role
    • setRole

      public void setRole(String role)
    • 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