All Known Implementing Classes:
PartOfRelationImpl

public interface PartOfRelation
Represents instance/ sub instance relation, which is named 'PartOf'
  • Method Details

    • setAuthor

      void setAuthor(String author)
      Sets author
      Parameters:
      author -
    • getAuthor

      String getAuthor()
      Returns:
      Author
    • setClassType

      void setClassType(String classType)
      Sets class type, one typical value is '300'
      Parameters:
      classType -
    • getClassType

      String getClassType()
      Returns:
      class type
    • setObjectKey

      void setObjectKey(String objectKey)
      Sets object key, for material items this is the product ID.
      Parameters:
      objectKey -
    • getObjectKey

      String getObjectKey()
      Returns:
      Object key.
    • setObjectType

      void setObjectType(String objectType)
      Sets object type, product or an abstract product representative
      Parameters:
      objectType -
    • getObjectType

      String getObjectType()
      Returns:
      Object type
    • setPosNr

      void setPosNr(String posNr)
      Sets position in the BOM
      Parameters:
      posNr -
    • getPosNr

      String getPosNr()
      Returns:
      Position number
    • setParentInstId

      void setParentInstId(String parentInstId)
      Sets parent instance ID
      Parameters:
      parentInstId -
    • getParentInstId

      String getParentInstId()
      Returns:
      Parent instance ID
    • setInstId

      void setInstId(String instId)
      Sets child instance ID
      Parameters:
      instId -
    • getInstId

      String getInstId()
      Returns:
      Child instance ID