Class DefaultRelationship
java.lang.Object
com.technia.dsx.threedspace.eng.rel.DefaultRelationship
- 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.Filterable
,DefaultRelationship.WithReferenceObject
,MfgInstance
public class DefaultRelationship
extends Object
implements com.technia.dsx.app.model.PLMRelationship, com.technia.dsx.app.model.WithDescription
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getType()
void
setCEStamp
(String cestamp) void
setCreated
(long epocMillis) void
setCreated
(String iso) void
setCreated
(LocalDateTime created) void
setDescription
(String description) void
void
setModified
(long epocMillis) void
setModified
(String iso) void
setModified
(LocalDateTime modified) void
void
toString()
-
Constructor Details
-
DefaultRelationship
public DefaultRelationship()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacecom.technia.dsx.app.model.Identifiable
-
setId
-
getType
- Specified by:
getType
in interfacecom.technia.dsx.app.model.PLMRelationship
-
setType
-
getModified
- Specified by:
getModified
in interfacecom.technia.dsx.app.model.PLMRelationship
-
setModified
-
setModified
public void setModified(long epocMillis) -
setModified
-
getCreated
- Specified by:
getCreated
in interfacecom.technia.dsx.app.model.PLMRelationship
-
setCreated
-
setCreated
public void setCreated(long epocMillis) -
setCreated
-
getName
-
setName
-
getDescription
- Specified by:
getDescription
in interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getCEStamp
- Specified by:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
toString
-