Class Place
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Place
Place reference. Place defines the places where the products are sold or delivered.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity 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]inthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidtoString()
-
Constructor Details
-
Place
public Place()
-
-
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
-
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 entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-