Class TmaPlaceWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaPlaceWsDto
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHref()Reference of the placegetId()Unique identifier of the placegetName()A user-friendly name for the placeIndicate the type of Place class (example: 'geographicAddress')@NotNull StringgetRole()Role of the place (for instance: 'installation site', 'A-extremity site', 'Supervised Perimeter' etc...)A link to the schema describing this REST resourceinthashCode()referredType(String referredType) schemaLocation(String schemaLocation) voidvoidvoidvoidsetReferredType(String referredType) voidvoidsetSchemaLocation(String schemaLocation) toString()
-
Constructor Details
-
TmaPlaceWsDto
public TmaPlaceWsDto()
-
-
Method Details
-
id
-
getId
Unique identifier of the place- Returns:
- id
-
setId
-
href
-
getHref
Reference of the place- Returns:
- href
-
setHref
-
name
-
getName
A user-friendly name for the place- Returns:
- name
-
setName
-
role
-
getRole
Role of the place (for instance: 'installation site', 'A-extremity site', 'Supervised Perimeter' etc...)- Returns:
- role
-
setRole
-
referredType
-
getReferredType
Indicate the type of Place class (example: 'geographicAddress')- Returns:
- referredType
-
setReferredType
-
schemaLocation
-
getSchemaLocation
A link to the schema describing this REST resource- Returns:
- schemaLocation
-
setSchemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-