Interface PartOfRelation
- All Known Implementing Classes:
PartOfRelationImpl
public interface PartOfRelation
Represents instance/ sub instance relation, which is named 'PartOf'
-
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
-
Method Details
-
setAuthor
Sets author- Parameters:
author-
-
getAuthor
String getAuthor()- Returns:
- Author
-
setClassType
Sets class type, one typical value is '300'- Parameters:
classType-
-
getClassType
String getClassType()- Returns:
- class type
-
setObjectKey
Sets object key, for material items this is the product ID.- Parameters:
objectKey-
-
getObjectKey
String getObjectKey()- Returns:
- Object key.
-
setObjectType
Sets object type, product or an abstract product representative- Parameters:
objectType-
-
getObjectType
String getObjectType()- Returns:
- Object type
-
setPosNr
Sets position in the BOM- Parameters:
posNr-
-
getPosNr
String getPosNr()- Returns:
- Position number
-
setParentInstId
Sets parent instance ID- Parameters:
parentInstId-
-
getParentInstId
String getParentInstId()- Returns:
- Parent instance ID
-
setInstId
Sets child instance ID- Parameters:
instId-
-
getInstId
String getInstId()- Returns:
- Child instance ID
-