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()
void
setCestamp
(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.void
setCEStamp
(String cestamp) void
setCollabSpace
(String collabSpace) void
setCreated
(long epocMillis) void
setCreated
(String iso) void
setCreated
(LocalDateTime created) void
setDescription
(String description) void
void
setModified
(long epocMillis) void
setModified
(String iso) void
setModified
(LocalDateTime modified) void
void
setOrganization
(String organization) void
void
setRevision
(String revision) void
void
void
toString()
-
Constructor Details
-
ItemBase
public ItemBase()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacecom.technia.dsx.app.model.Identifiable
- Specified by:
getId
in interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setId
-
getName
- Specified by:
getName
in interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setName
-
getTitle
- Specified by:
getTitle
in interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getDescription
- Specified by:
getDescription
in interfacecom.technia.dsx.app.model.PLMObjectBasics
- Specified by:
getDescription
in interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getType
- Specified by:
getType
in interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setType
-
getModified
- Specified by:
getModified
in interfacecom.technia.dsx.app.model.PLMObject
-
setModified
-
setModified
public void setModified(long epocMillis) -
setModified
-
getCreated
- Specified by:
getCreated
in interfacecom.technia.dsx.app.model.PLMObject
-
setCreated
-
setCreated
public void setCreated(long epocMillis) -
setCreated
-
getRevision
- Specified by:
getRevision
in interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setRevision
-
getState
- Specified by:
getState
in interfacecom.technia.dsx.app.model.PLMObjectBasics
-
setState
-
getOwner
- Specified by:
getOwner
in interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOwner
-
getOrganization
- Specified by:
getOrganization
in interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOrganization
-
getCollabSpace
- Specified by:
getCollabSpace
in 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:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
toString
-