Class ChangeAction
java.lang.Object
com.technia.dsx.threedspace.change.action.ChangeActionBasics
com.technia.dsx.threedspace.change.action.ChangeAction
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithDescription
,com.technia.dsx.app.model.WithOwnerInfo
,com.technia.dsx.app.model.WithTitle
public class ChangeAction
extends ChangeActionBasics
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithAttributes, com.technia.dsx.app.model.WithOwnerInfo
Document me
- Since:
- 2023-02-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.List<com.technia.dsx.app.model.Referable>
getId()
List<com.technia.dsx.app.model.Referable>
List<com.technia.dsx.app.model.Referable>
getOwner()
List<com.technia.dsx.app.model.Referable>
getState()
void
setActualCompletionDate
(long epocMillis) void
void
setActualCompletionDate
(LocalDateTime actualCompletionDate) void
setActualStartDate
(long epocMillis) void
setActualStartDate
(String iso) void
setActualStartDate
(LocalDateTime actualStartDate) 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
setContexts
(List<com.technia.dsx.app.model.Referable> contexts) void
setCustomerAttributes
(CustomerAttributes customerAttributes) void
void
setIsFlowDownIn
(List<com.technia.dsx.app.model.Referable> isFlowDownIn) void
setIsFlowDownOf
(List<com.technia.dsx.app.model.Referable> isFlowDownOf) void
setMembers
(Members members) void
void
setOrganization
(String organization) void
void
setProposedChanges
(List<ProposedChange> proposedChanges) void
setRealizedChanges
(List<RealizedChange> realizedChanges) void
setReferentials
(List<com.technia.dsx.app.model.Referable> referentials) void
setState
(ChangeActionState state) void
Methods inherited from class com.technia.dsx.threedspace.change.action.ChangeActionBasics
getDescription, getEstimatedCompletionDate, getEstimatedStartDate, getName, getPolicy, getSeverity, getTitle, getTxtApplicability, getType, getXmlApplicability, setDescription, setEstimatedCompletionDate, setEstimatedCompletionDate, setEstimatedCompletionDate, setEstimatedStartDate, setEstimatedStartDate, setEstimatedStartDate, setName, setPolicy, setPolicy, setSeverity, setSeverity, setTitle, setTxtApplicability, setType, setXmlApplicability
-
Constructor Details
-
ChangeAction
public ChangeAction()
-
-
Method Details
-
getId
-
setId
-
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
-
getState
-
setState
-
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
-
getActualStartDate
-
setActualStartDate
-
setActualStartDate
public void setActualStartDate(long epocMillis) -
setActualStartDate
-
getActualCompletionDate
-
setActualCompletionDate
-
setActualCompletionDate
public void setActualCompletionDate(long epocMillis) -
setActualCompletionDate
-
getOnHold
-
setOnHold
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
getMembers
-
setMembers
-
getProposedChanges
-
setProposedChanges
-
getRealizedChanges
-
setRealizedChanges
-
getReferentials
-
setReferentials
-
getContexts
-
setContexts
-
getIsFlowDownOf
-
setIsFlowDownOf
-
getIsFlowDownIn
-
setIsFlowDownIn
-
getCustomerAttributes
-
setCustomerAttributes
-