Class Place
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Place
Place defines the places where the products are sold, delivered. A place may be used for marking a geo location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanIndicate the type of Place class (example: 'geographicAddress')A link to the schema describing this REST resourcegetHref()Reference of the placegetId()Unique identifier of the placegetName()A user-friendly name for the place@NotNull StringgetRole()Role of the place (for instance: 'installation site', 'A-extremity site', 'Supervised Perimeter' etc...)inthashCode()voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidtoString()
-
Constructor Details
-
Place
public Place()
-
-
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
-
atReferredType
-
getAtReferredType
Indicate the type of Place class (example: 'geographicAddress')- Returns:
- atReferredType
-
setAtReferredType
-
atSchemaLocation
-
getAtSchemaLocation
A link to the schema describing this REST resource- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-