Class ExpandItem
java.lang.Object
com.technia.dsx.threedspace.mfg.item.ExpandItem
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithDescription
,com.technia.dsx.app.model.WithOwnerInfo
public class ExpandItem
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithOwnerInfo, com.technia.dsx.app.model.WithDescription, com.technia.dsx.app.model.Identifiable
Document me
- Since:
- 2024-01-15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getOwner()
getPath()
getType()
boolean
hasPath()
void
setCEStamp
(String cestamp) void
setCollabSpace
(String collabSpace) void
setCreated
(LocalDateTime created) void
setDescription
(String description) void
void
setModified
(LocalDateTime modified) void
void
setOrganization
(String organization) void
void
void
void
setReference
(String reference) void
-
Constructor Details
-
ExpandItem
public ExpandItem()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacecom.technia.dsx.app.model.Identifiable
-
setId
-
getType
-
setType
-
getModified
-
setModified
-
getCreated
-
setCreated
-
getName
-
setName
-
getDescription
- Specified by:
getDescription
in interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
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
- Specified by:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getParent
-
setParent
-
getReference
-
setReference
-
hasPath
public boolean hasPath() -
getPath
-
setPath
-