Class PartOfRelationImpl
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.external.impl.PartOfRelationImpl
- All Implemented Interfaces:
PartOfRelation
Default partOf relation implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPosNr()voidSets authorvoidsetClassType(String classType) Sets class type, one typical value is '300'voidSets child instance IDvoidsetObjectKey(String objectKey) Sets object key, for material items this is the product ID.voidsetObjectType(String objectType) Sets object type, product or an abstract product representativevoidsetParentInstId(String parentInstId) Sets parent instance IDvoidSets position in the BOM
-
Constructor Details
-
PartOfRelationImpl
public PartOfRelationImpl()
-
-
Method Details
-
getInstId
- Specified by:
getInstIdin interfacePartOfRelation- Returns:
- Child instance ID
-
setInstId
Description copied from interface:PartOfRelationSets child instance ID- Specified by:
setInstIdin interfacePartOfRelation
-
getParentInstId
- Specified by:
getParentInstIdin interfacePartOfRelation- Returns:
- Parent instance ID
-
setParentInstId
Description copied from interface:PartOfRelationSets parent instance ID- Specified by:
setParentInstIdin interfacePartOfRelation
-
getPosNr
- Specified by:
getPosNrin interfacePartOfRelation- Returns:
- Position number
-
setPosNr
Description copied from interface:PartOfRelationSets position in the BOM- Specified by:
setPosNrin interfacePartOfRelation
-
getObjectType
- Specified by:
getObjectTypein interfacePartOfRelation- Returns:
- Object type
-
setObjectType
Description copied from interface:PartOfRelationSets object type, product or an abstract product representative- Specified by:
setObjectTypein interfacePartOfRelation
-
getObjectKey
- Specified by:
getObjectKeyin interfacePartOfRelation- Returns:
- Object key.
-
setObjectKey
Description copied from interface:PartOfRelationSets object key, for material items this is the product ID.- Specified by:
setObjectKeyin interfacePartOfRelation
-
getClassType
- Specified by:
getClassTypein interfacePartOfRelation- Returns:
- class type
-
setClassType
Description copied from interface:PartOfRelationSets class type, one typical value is '300'- Specified by:
setClassTypein interfacePartOfRelation
-
getAuthor
- Specified by:
getAuthorin interfacePartOfRelation- Returns:
- Author
-
setAuthor
Description copied from interface:PartOfRelationSets author- Specified by:
setAuthorin interfacePartOfRelation
-