Class ItemBase
java.lang.Object
com.technia.dsx.threedspace.common.ItemBase
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable,com.technia.dsx.app.model.PLMObject,com.technia.dsx.app.model.PLMObjectBasics,com.technia.dsx.app.model.WithCEStamp,com.technia.dsx.app.model.WithDescription,com.technia.dsx.app.model.WithOwnerInfo,com.technia.dsx.app.model.WithTitle
- Direct Known Subclasses:
ItemWithCustomerAttributes
Document me
- Since:
- 2023-04-05
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getId()getName()getOwner()getState()getTitle()getType()voidsetCestamp(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCEStamp(String cestamp) voidsetCollabSpace(String collabSpace) voidsetCreated(long epocMillis) voidsetCreated(String iso) voidsetCreated(LocalDateTime created) voidsetDescription(String description) voidvoidsetModified(long epocMillis) voidsetModified(String iso) voidsetModified(LocalDateTime modified) voidvoidsetOrganization(String organization) voidvoidsetReservedBy(String reservedBy) voidsetRevision(String revision) voidvoidvoidtoString()
-
Constructor Details
-
ItemBase
public ItemBase()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacecom.technia.dsx.app.model.Identifiable- Specified by:
getIdin interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setId
-
getName
- Specified by:
getNamein interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setName
-
getTitle
- Specified by:
getTitlein interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getDescription
- Specified by:
getDescriptionin interfacecom.technia.dsx.app.model.PLMObjectBasics- Specified by:
getDescriptionin interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getType
- Specified by:
getTypein interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setType
-
getModified
- Specified by:
getModifiedin interfacecom.technia.dsx.app.model.PLMObject
-
setModified
-
setModified
public void setModified(long epocMillis) -
setModified
-
getCreated
- Specified by:
getCreatedin interfacecom.technia.dsx.app.model.PLMObject
-
setCreated
-
setCreated
public void setCreated(long epocMillis) -
setCreated
-
getRevision
- Specified by:
getRevisionin interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setRevision
-
getState
- Specified by:
getStatein interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setState
-
getOwner
- Specified by:
getOwnerin interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOwner
-
getOrganization
- Specified by:
getOrganizationin interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOrganization
-
getCollabSpace
- Specified by:
getCollabSpacein interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setCollabSpace
-
getCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
setCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
getCEStamp
- Specified by:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getReservedBy
-
setReservedBy
-
toString
-