Class DefaultRelationship.WithReferenceObject
java.lang.Object
com.technia.dsx.threedspace.eng.rel.DefaultRelationship
com.technia.dsx.threedspace.eng.rel.DefaultRelationship.WithReferenceObject
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable
,com.technia.dsx.app.model.PLMRelationship
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithDescription
- Enclosing class:
- DefaultRelationship
-
Nested Class Summary
Nested classes/interfaces inherited from class com.technia.dsx.threedspace.eng.rel.DefaultRelationship
DefaultRelationship.Filterable, DefaultRelationship.WithReferenceObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.technia.dsx.app.model.Referable
void
setReferencedObject
(com.technia.dsx.app.model.Referable referencedObject) toString()
Methods inherited from class com.technia.dsx.threedspace.eng.rel.DefaultRelationship
getCEStamp, getCreated, getDescription, getId, getModified, getName, getType, setCEStamp, setCreated, setCreated, setCreated, setDescription, setId, setModified, setModified, setModified, setName, setType
-
Constructor Details
-
WithReferenceObject
public WithReferenceObject()
-
-
Method Details
-
getReferencedObject
public com.technia.dsx.app.model.Referable getReferencedObject() -
setReferencedObject
public void setReferencedObject(com.technia.dsx.app.model.Referable referencedObject) -
toString
- Overrides:
toString
in classDefaultRelationship
-