Class ChangeActionBasics
java.lang.Object
com.technia.dsx.threedspace.change.action.ChangeActionBasics
- All Implemented Interfaces:
com.technia.dsx.app.model.WithDescription
,com.technia.dsx.app.model.WithTitle
- Direct Known Subclasses:
ChangeAction
,ChangeActionCreateInput
public abstract class ChangeActionBasics
extends Object
implements com.technia.dsx.app.model.WithTitle, com.technia.dsx.app.model.WithDescription
Document me
- Since:
- 2023-02-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getTitle()
getType()
void
setDescription
(String description) void
setEstimatedCompletionDate
(long epocMillis) void
void
setEstimatedCompletionDate
(LocalDate estimatedCompletionDate) void
setEstimatedStartDate
(long epocMillis) void
void
setEstimatedStartDate
(LocalDate estimatedStartDate) void
void
void
void
setSeverity
(Severity severity) void
setSeverity
(String value) void
void
setTxtApplicability
(String txtApplicability) void
void
setXmlApplicability
(String xmlApplicability)
-
Constructor Details
-
ChangeActionBasics
public ChangeActionBasics()
-
-
Method Details
-
getPolicy
-
setPolicy
-
setPolicy
-
getDescription
- Specified by:
getDescription
in interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getType
-
setType
-
getTitle
- Specified by:
getTitle
in interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getName
-
setName
-
getSeverity
-
setSeverity
-
setSeverity
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epocMillis) -
setEstimatedStartDate
-
getEstimatedCompletionDate
-
setEstimatedCompletionDate
-
setEstimatedCompletionDate
public void setEstimatedCompletionDate(long epocMillis) -
setEstimatedCompletionDate
-
getXmlApplicability
-
setXmlApplicability
-
getTxtApplicability
-
setTxtApplicability
-