Class ChangeActionUpdateInput
java.lang.Object
com.technia.dsx.threedspace.change.action.ChangeActionUpdateInput
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes,com.technia.dsx.app.model.WithCEStamp
public class ChangeActionUpdateInput
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithAttributes
Document me
- Since:
- 2023-02-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdd(ChangeActionAddData addData) voidaddRemove(ChangeActionRemoveData removeData) voidaddReplace(ChangeActionReplaceData replaceData) getAdd()Deprecated, for removal: This API element is subject to removal in a future version.getTitle()voidsetAdd(List<ChangeActionAddData> add) voidsetCestamp(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCEStamp(String cestamp) voidsetDescription(String description) voidsetEstimatedCompletionDate(long epocMillis) voidvoidsetEstimatedCompletionDate(LocalDate estimatedCompletionDate) voidsetEstimatedStartDate(long epocMillis) voidvoidsetEstimatedStartDate(LocalDate estimatedStartDate) voidsetRemove(List<ChangeActionRemoveData> remove) voidsetReplace(List<ChangeActionReplaceData> replace) voidsetSeverity(Severity severity) voidsetSeverity(String value) voidvoidsetXmlApplicability(String xmlApplicability)
-
Constructor Details
-
ChangeActionUpdateInput
public ChangeActionUpdateInput()
-
-
Method Details
-
getCestamp
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
-
setCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
getDescription
-
setDescription
-
getTitle
-
setTitle
-
getSeverity
-
setSeverity
-
setSeverity
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epocMillis) -
setEstimatedStartDate
-
getEstimatedCompletionDate
-
setEstimatedCompletionDate
-
setEstimatedCompletionDate
public void setEstimatedCompletionDate(long epocMillis) -
setEstimatedCompletionDate
-
getXmlApplicability
-
setXmlApplicability
-
getAttributes
- Specified by:
getAttributesin interfacecom.technia.dsx.app.model.WithAttributes
-
getRemove
-
setRemove
-
addRemove
-
getAdd
-
setAdd
-
addAdd
-
getReplace
-
setReplace
-
addReplace
-