◆ getCounterFor()
Issue org.turro.dossier.entity.IssuePredecessor.getCounterFor |
( |
Issue |
issue | ) |
|
Definition at line 101 of file IssuePredecessor.java.
102 if(Objects.equals(source.
getId(), issue.getId())) {
104 }
else if(Objects.equals(target.
getId(), issue.getId())) {
◆ getCreation()
Date org.turro.dossier.entity.IssuePredecessor.getCreation |
( |
| ) |
|
◆ getDescriptionFor()
String org.turro.dossier.entity.IssuePredecessor.getDescriptionFor |
( |
Issue |
issue | ) |
|
Definition at line 110 of file IssuePredecessor.java.
111 if(Objects.equals(source.
getId(), issue.getId())) {
112 if(type.equals(IssuePredecessorType.START_WHEN_ENDS)) {
113 return "starts when this issue is resolved";
114 }
else if(type.equals(IssuePredecessorType.START_WHEN_STARTS)) {
115 return "and this issue start together";
117 }
else if(Objects.equals(target.
getId(), issue.getId())) {
118 if(type.equals(IssuePredecessorType.START_WHEN_ENDS)) {
119 return "must be resolved to start this issue";
120 }
else if(type.equals(IssuePredecessorType.START_WHEN_STARTS)) {
121 return "and this issue start together";
◆ getFullDescription()
String org.turro.dossier.entity.IssuePredecessor.getFullDescription |
( |
| ) |
|
◆ getId()
Long org.turro.dossier.entity.IssuePredecessor.getId |
( |
| ) |
|
◆ getSource()
Issue org.turro.dossier.entity.IssuePredecessor.getSource |
( |
| ) |
|
◆ getTarget()
Issue org.turro.dossier.entity.IssuePredecessor.getTarget |
( |
| ) |
|
◆ getType()
◆ setCreation()
void org.turro.dossier.entity.IssuePredecessor.setCreation |
( |
Date |
creation | ) |
|
◆ setId()
void org.turro.dossier.entity.IssuePredecessor.setId |
( |
Long |
id | ) |
|
◆ setSource()
void org.turro.dossier.entity.IssuePredecessor.setSource |
( |
Issue |
source | ) |
|
◆ setTarget()
void org.turro.dossier.entity.IssuePredecessor.setTarget |
( |
Issue |
target | ) |
|
◆ setType()
The documentation for this class was generated from the following file: