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
- Direct Known Subclasses:
DefaultRelationship.WithPosition
- Enclosing class:
- DefaultRelationship
-
Nested Class Summary
Nested classes/interfaces inherited from class com.technia.dsx.threedspace.eng.rel.DefaultRelationship
DefaultRelationship.Filterable, DefaultRelationship.WithPosition, 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
equals, getCEStamp, getCreated, getDescription, getFindNumber, getId, getModified, getName, getReservedBy, getSupportedTypes, getType, hashCode, setCEStamp, setCreated, setCreated, setCreated, setDescription, setFindNumber, setId, setModified, setModified, setModified, setName, setReservedBy, setSupportedTypes, 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
-