Class ChangeRequest
java.lang.Object
com.technia.dsx.threedspace.change.request.ChangeRequestBasics
com.technia.dsx.threedspace.change.request.ChangeRequest
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithTitle
public class ChangeRequest
extends ChangeRequestBasics
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithAttributes
Document me
- Since:
- 2023-02-20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.technia.dsx.app.model.Referable>
Deprecated, for removal: This API element is subject to removal in a future version.getId()
List<com.technia.dsx.app.model.Referable>
List<com.technia.dsx.app.model.Referable>
getOwner()
getState()
void
setAnsweredIssues
(List<com.technia.dsx.app.model.Referable> answeredIssues) 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
setCustomerAttributes
(CustomerAttributes customerAttributes) void
void
setImpactAnalysis
(List<com.technia.dsx.app.model.Referable> impactAnalysis) void
setImplementingChanges
(List<com.technia.dsx.app.model.Referable> implementingChanges) void
setMembers
(Members members) void
void
setOrganization
(String organization) void
void
setState
(ChangeRequestState state) void
Methods inherited from class com.technia.dsx.threedspace.change.request.ChangeRequestBasics
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
-
ChangeRequest
public ChangeRequest()
-
-
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
-
setOwner
-
getOrganization
-
setOrganization
-
getCollabSpace
-
setCollabSpace
-
getOnHold
-
setOnHold
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
getMembers
-
setMembers
-
getCustomerAttributes
-
setCustomerAttributes
-
getImplementingChanges
-
setImplementingChanges
-
getAnsweredIssues
-
setAnsweredIssues
-
getImpactAnalysis
-
setImpactAnalysis
-