Class ReferencedObject

java.lang.Object
com.technia.dsx.threedspace.eng.rel.ReferencedObject
All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable, com.technia.dsx.app.model.Referable

@Deprecated(forRemoval=true) public class ReferencedObject extends Object implements com.technia.dsx.app.model.Referable
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • DefaultObjectReference
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRelativePath(String relativePath)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSource(String source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ReferencedObject

      public ReferencedObject()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSource

      public String getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getSource in interface com.technia.dsx.app.model.Referable
    • setSource

      public void setSource(String source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getType

      public String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getType in interface com.technia.dsx.app.model.Referable
    • setType

      public void setType(String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getId

      public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getId in interface com.technia.dsx.app.model.Identifiable
      Specified by:
      getId in interface com.technia.dsx.app.model.Referable
    • getIdentifier

      public String getIdentifier()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getIdentifier in interface com.technia.dsx.app.model.Referable
    • setId

      public void setId(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRelativePath

      public String getRelativePath()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getRelativePath in interface com.technia.dsx.app.model.Referable
    • setRelativePath

      public void setRelativePath(String relativePath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object