Class RelatedPlace
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.RelatedPlace
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:51.201Z")
public class RelatedPlace
extends Object
A Place and an associated role as installation adress, delivery address, etc....
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class Extensible namegetHref()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, such as: [home delivery], [shop retrieval])inthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidvoidtoString()
-
Constructor Details
-
RelatedPlace
public RelatedPlace()
-
-
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
-
role
-
getRole
Role of the place, such as: [home delivery], [shop retrieval])- Returns:
- role
-
setRole
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class Extensible name- Returns:
- attype
-
setAttype
-
atreferredType
-
getAtreferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-