Class ItemRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.ItemRef
Describes a specific item contained in a parent element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) entityHref(String entityHref) 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 entity nameHypertext Reference of the parent element.Unique identifier of the parent element.Unique identifier of the considered item.getName()Name of the related entity.inthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetEntityHref(String entityHref) voidsetEntityId(String entityId) voidvoidtoString()
-
Constructor Details
-
ItemRef
public ItemRef()
-
-
Method Details
-
entityHref
-
getEntityHref
Hypertext Reference of the parent element.- Returns:
- entityHref
-
setEntityHref
-
entityId
-
getEntityId
Unique identifier of the parent element.- Returns:
- entityId
-
setEntityId
-
itemId
-
getItemId
Unique identifier of the considered item.- Returns:
- itemId
-
setItemId
-
name
-
getName
Name of the related entity.- 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
-
atreferredType
-
getAtreferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-