Package com.technia.dsx.threedspace.doc
Class DocumentInfo
java.lang.Object
com.technia.dsx.threedspace.doc.InfoBase
com.technia.dsx.threedspace.doc.EntityBase
com.technia.dsx.threedspace.doc.DocumentInfo
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable,com.technia.dsx.app.model.Referable,com.technia.dsx.app.model.WithCEStamp
Represents document information in the 3DEXPERIENCE platform.
Contains document data, related data, owner information, originator information, parent relationships, files, and SOV (Share of Value) access information.
- Since:
- 2022-06-10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFileInfo(FileInfo fileInfo) voidaddOriginatorInfo(UserInfo user) voidaddOwnerInfo(UserInfo user) voidaddParentInfo(ParentInfo parentInfo) voidaddSOVAccess(SOVAccessInfo accessInfo) getData()getFiles()voidsetData(DocumentData data) voidsetRelatedData(DocumentRelatedData relatedData) toString()Methods inherited from class com.technia.dsx.threedspace.doc.EntityBase
getIdentifier, getRelativePath, getSource, setIdentifier, setRelativePath, setSourceMethods 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
-
DocumentInfo
public DocumentInfo()
-
-
Method Details
-
getData
-
setData
-
getRelatedData
-
setRelatedData
-
getOwnerInfo
-
addOwnerInfo
-
getOriginatorInfo
-
addOriginatorInfo
-
getParents
-
addParentInfo
-
getFiles
-
addFileInfo
-
getSOVAccess
-
addSOVAccess
-
toString
- Overrides:
toStringin classEntityBase
-