java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaPlaceWsDto
All Implemented Interfaces:
Serializable

@Validated public class TmaPlaceWsDto extends Object implements Serializable
Place defines the places where the products is installed or has a footprint (a place could be used for geo fencing
Since:
1810.
See Also:
  • Constructor Details

    • TmaPlaceWsDto

      public TmaPlaceWsDto()
  • Method Details

    • id

      public TmaPlaceWsDto id(String id)
    • getId

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

      public void setId(String id)
    • href

      public TmaPlaceWsDto href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public TmaPlaceWsDto name(String name)
    • getName

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

      public void setName(String name)
    • role

      public TmaPlaceWsDto 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)
    • referredType

      public TmaPlaceWsDto referredType(String referredType)
    • getReferredType

      public String getReferredType()
      Indicate the type of Place class (example: 'geographicAddress')
      Returns:
      referredType
    • setReferredType

      public void setReferredType(String referredType)
    • schemaLocation

      public TmaPlaceWsDto schemaLocation(String schemaLocation)
    • getSchemaLocation

      public String getSchemaLocation()
      A link to the schema describing this REST resource
      Returns:
      schemaLocation
    • setSchemaLocation

      public void setSchemaLocation(String schemaLocation)
    • 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