Class Issue
java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueBasics
com.technia.dsx.threedspace.change.issue.Issue
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
,com.technia.dsx.app.model.WithCEStamp
- Since:
- 2023-02-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.technia.dsx.app.model.Referable>
List<com.technia.dsx.app.model.Referable>
void
setAffectedItems
(List<AffectedItem> affectedItems) void
setContexts
(List<com.technia.dsx.app.model.Referable> contexts) void
setCustomerAttributes
(CustomerAttributes customerAttributes) void
setMembers
(Members members) void
setResolution
(List<ResolutionObject> resolution) void
setResolvedBy
(List<com.technia.dsx.app.model.Referable> resolvedBy) toString()
Methods inherited from class com.technia.dsx.threedspace.change.issue.IssueBasics
getActualEndDate, getActualStartDate, getAttributes, getCestamp, getCEStamp, getCollabSpace, getDescription, getEscalationRequired, getEstimatedEndDate, getEstimatedStartDate, getId, getName, getOrganization, getOwner, getPolicy, getPriority, getResolutionRecommendation, getState, getTitle, getType, getWithApproval, setActualEndDate, setActualEndDate, setActualEndDate, setActualStartDate, setActualStartDate, setCestamp, setCEStamp, setCollabSpace, setDescription, setEscalationRequired, setEstimatedEndDate, setEstimatedEndDate, setEstimatedEndDate, setEstimatedStartDate, setEstimatedStartDate, setEstimatedStartDate, setId, setName, setOrganization, setOwner, setPolicy, setPriority, setPriority, setResolutionRecommendation, setState, setState, setTitle, setType, setWithApproval
-
Constructor Details
-
Issue
public Issue()
-
-
Method Details
-
getMembers
-
setMembers
-
getAffectedItems
-
setAffectedItems
-
getResolvedBy
-
setResolvedBy
-
getResolution
-
setResolution
-
getContexts
-
setContexts
-
getCustomerAttributes
-
setCustomerAttributes
-
toString
- Overrides:
toString
in classIssueBasics
-