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.ReferablevoidsetCEStamp(String cestamp) voidsetCreated(LocalDateTime created) voidsetDescription(String description) voidsetModified(LocalDateTime modified) voidvoidsetParentObject(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:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
toString
- Overrides:
toStringin classcom.technia.dsx.app.model.DefaultObjectReference
-