Package com.technia.dsx.threedspace.doc
Class EntityBase
java.lang.Object
com.technia.dsx.threedspace.doc.InfoBase
com.technia.dsx.threedspace.doc.EntityBase
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable,com.technia.dsx.app.model.Referable,com.technia.dsx.app.model.WithCEStamp
- Direct Known Subclasses:
CreateUpdateDocumentInfo,DocumentInfo,ParentInfo
Base class for document entity objects.
Extends InfoBase with Public Resource URI information including
identifier, source (server URL), and relative path. Implements
Referable to provide object references.
- Since:
- 2022-06-10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIdentifier(String identifier) voidsetRelativePath(String relativePath) voidtoString()Methods inherited from class com.technia.dsx.threedspace.doc.InfoBase
getCEStamp, getId, getType, getUpdateAction, setCEStamp, setId, setType, setUpdateAction, setUpdateActionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.technia.dsx.app.model.Referable
getId, getType
-
Constructor Details
-
EntityBase
public EntityBase()
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfacecom.technia.dsx.app.model.Referable
-
setIdentifier
-
getSource
- Specified by:
getSourcein interfacecom.technia.dsx.app.model.Referable
-
setSource
-
getRelativePath
- Specified by:
getRelativePathin interfacecom.technia.dsx.app.model.Referable
-
setRelativePath
-
toString
-