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()voidsetActualCompletionDate(long epocMillis) voidvoidsetActualCompletionDate(LocalDateTime actualCompletionDate) voidsetActualStartDate(long epocMillis) voidsetActualStartDate(String iso) voidsetActualStartDate(LocalDateTime actualStartDate) voidsetCestamp(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCEStamp(String cestamp) voidsetCollabSpace(String collabSpace) voidsetContexts(List<com.technia.dsx.app.model.Referable> contexts) voidsetCustomerAttributes(CustomerAttributes customerAttributes) voidvoidsetIsFlowDownIn(List<com.technia.dsx.app.model.Referable> isFlowDownIn) voidsetIsFlowDownOf(List<com.technia.dsx.app.model.Referable> isFlowDownOf) voidsetMembers(Members members) voidvoidsetOrganization(String organization) voidvoidsetProposedChanges(List<ProposedChange> proposedChanges) voidsetRealizedChanges(List<RealizedChange> realizedChanges) voidsetReferentials(List<com.technia.dsx.app.model.Referable> referentials) voidsetState(ChangeActionState state) voidMethods 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:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getState
-
setState
-
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
-
getActualStartDate
-
setActualStartDate
-
setActualStartDate
public void setActualStartDate(long epocMillis) -
setActualStartDate
-
getActualCompletionDate
-
setActualCompletionDate
-
setActualCompletionDate
public void setActualCompletionDate(long epocMillis) -
setActualCompletionDate
-
getOnHold
-
setOnHold
-
getAttributes
- Specified by:
getAttributesin interfacecom.technia.dsx.app.model.WithAttributes
-
getMembers
-
setMembers
-
getProposedChanges
-
setProposedChanges
-
getRealizedChanges
-
setRealizedChanges
-
getReferentials
-
setReferentials
-
getContexts
-
setContexts
-
getIsFlowDownOf
-
setIsFlowDownOf
-
getIsFlowDownIn
-
setIsFlowDownIn
-
getCustomerAttributes
-
setCustomerAttributes
-