Class SpecifiedOccurrenceInstance
java.lang.Object
com.technia.dsx.threedspace.mfg.instance.SpecifiedOccurrenceInstance
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable
,com.technia.dsx.app.model.Referable
public class SpecifiedOccurrenceInstance
extends Object
implements com.technia.dsx.app.model.Referable
Document me
- Since:
- 2024-01-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getOwner()
getTitle()
getType()
void
setCollabSpace
(String collabSpace) void
setCreated
(LocalDateTime created) void
setDescription
(String description) void
setIdentifier
(String identifier) void
setModified
(LocalDateTime modified) void
void
setOrganization
(String organization) void
void
void
setReference
(String reference) void
setRelativePath
(String relativePath) void
void
void
-
Constructor Details
-
SpecifiedOccurrenceInstance
public SpecifiedOccurrenceInstance()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacecom.technia.dsx.app.model.Identifiable
- Specified by:
getId
in interfacecom.technia.dsx.app.model.Referable
-
getIdentifier
- Specified by:
getIdentifier
in interfacecom.technia.dsx.app.model.Referable
-
setIdentifier
-
getSource
- Specified by:
getSource
in interfacecom.technia.dsx.app.model.Referable
-
setSource
-
getRelativePath
- Specified by:
getRelativePath
in interfacecom.technia.dsx.app.model.Referable
-
setRelativePath
-
getType
- Specified by:
getType
in interfacecom.technia.dsx.app.model.Referable
-
setType
-
getTitle
-
setTitle
-
getName
-
setName
-
getDescription
-
setDescription
-
getReference
-
setReference
-
getParent
-
setParent
-
getOwner
-
setOwner
-
getOrganization
-
setOrganization
-
getCollabSpace
-
setCollabSpace
-
getModified
-
setModified
-
getCreated
-
setCreated
-