Class Place
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 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
-