Class LocatedEngItemInstance
java.lang.Object
com.technia.dsx.app.model.DefaultObjectReference
com.technia.dsx.threedspace.eng.item.LocatedEngItemInstance
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable
,com.technia.dsx.app.model.Referable
,com.technia.dsx.app.model.WithCEStamp
public class LocatedEngItemInstance
extends com.technia.dsx.app.model.DefaultObjectReference
implements com.technia.dsx.app.model.WithCEStamp
Document me
- Since:
- 2024-01-15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
com.technia.dsx.app.model.Referable
void
setCEStamp
(String cestamp) void
setCreated
(LocalDateTime created) void
setDescription
(String description) void
setModified
(LocalDateTime modified) void
void
setParentObject
(com.technia.dsx.app.model.Referable parentObject) toString()
Methods inherited from class com.technia.dsx.app.model.DefaultObjectReference
equals, getId, getIdentifier, getRelativePath, getSource, getType, hashCode, setId, setIdentifier, setRelativePath, setSource, setType
-
Constructor Details
-
LocatedEngItemInstance
public LocatedEngItemInstance()
-
-
Method Details
-
getParentObject
public com.technia.dsx.app.model.Referable getParentObject() -
setParentObject
public void setParentObject(com.technia.dsx.app.model.Referable parentObject) -
getModified
-
setModified
-
getCreated
-
setCreated
-
getName
-
setName
-
getDescription
-
setDescription
-
getCEStamp
- Specified by:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
toString
- Overrides:
toString
in classcom.technia.dsx.app.model.DefaultObjectReference
-