Interface ObjectReference

All Known Implementing Classes:
ObjectReferenceImpl

public interface ObjectReference
ObjectReference-Interface to specify ObjectReference Attributes.
  • Method Details

    • getId

      String getId()
      Returns the id of the ObjectReference.
      Returns:
      the id of the ObjectReference.
    • getTaskId

      String getTaskId()
      Returns the id of the associated Task.
      Returns:
      taskId
    • getCompany

      String getCompany()
      Returns the company of the ObjectReference.
      Returns:
      company
    • setCompany

      void setCompany(String company)
      Sets the company of the ObjectReference.
      Parameters:
      company - the company of the ObjectReference
    • getSystem

      String getSystem()
      Returns the system of the ObjectReference.
      Returns:
      system
    • setSystem

      void setSystem(String system)
      Sets the system of the ObjectReference.
      Parameters:
      system - the system of the ObjectReference
    • getSystemInstance

      String getSystemInstance()
      Returns the systemInstance of the ObjectReference.
      Returns:
      systemInstance
    • setSystemInstance

      void setSystemInstance(String systemInstance)
      Sets the system instance of the ObjectReference.
      Parameters:
      systemInstance - the systemInstance of the ObjectReference
    • getType

      String getType()
      Returns the type of the ObjectReference.
      Returns:
      type
    • setType

      void setType(String type)
      Sets the type of the ObjectReference.
      Parameters:
      type - the type of the ObjectReference
    • getValue

      String getValue()
      Returns the value of the ObjectReference.
      Returns:
      value
    • setValue

      void setValue(String value)
      Sets the value of the ObjectReference.
      Parameters:
      value - the value of the ObjectReference
    • copy

      Duplicates this ObjectReference without the id and taskId.
      Returns:
      a copy of this ObjectReference