Class PlaceRef
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatreferredType(String atreferredType) booleangeoLocationUrl(String geoLocationUrl) A string characterizing an address (for instance a formatted address or an identifier taken from an address database or an address API).class type of the referred Place objectA url providing a map for localizing the placegetHref()Unique reference of the placegetId()Unique identifier of the placegetName()A user-friendly name for the place, such as \"Paris Store\", \"London Store\", \"Main Home\"getRole()Role of the place (for instance: 'home delivery', 'shop retrieval')inthashCode()voidsetAddress(String address) voidsetAtreferredType(String atreferredType) voidsetGeoLocationUrl(String geoLocationUrl) voidvoidvoidvoidtoString()
-
Constructor Details
-
PlaceRef
public PlaceRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the place- Returns:
- id
-
setId
-
href
-
getHref
Unique reference of the place- Returns:
- href
-
setHref
-
name
-
getName
A user-friendly name for the place, such as \"Paris Store\", \"London Store\", \"Main Home\"- Returns:
- name
-
setName
-
geoLocationUrl
-
getGeoLocationUrl
A url providing a map for localizing the place- Returns:
- geoLocationUrl
-
setGeoLocationUrl
-
address
-
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
-
atreferredType
-
getAtreferredType
class type of the referred Place object- Returns:
- atreferredType
-
setAtreferredType
-
role
-
getRole
Role of the place (for instance: 'home delivery', 'shop retrieval')- Returns:
- role
-
setRole
-
equals
-
hashCode
public int hashCode() -
toString
-