Remove unused methods in SumChargedEffort
FEA: ItEr75S22WortReportsEffortDuration
This commit is contained in:
parent
52132d6fd4
commit
0cb361eaed
1 changed files with 0 additions and 34 deletions
|
|
@ -87,23 +87,6 @@ public class SumChargedEffort extends BaseEntity {
|
|||
setDirectChargedEffort(EffortDuration.hours(directChargedHours));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use
|
||||
* {@link SumChargedEffort#addDirectChargedEffort(EffortDuration)}
|
||||
* instead
|
||||
*/
|
||||
public void addDirectChargedHours(Integer directChargedHours) {
|
||||
addDirectChargedEffort(EffortDuration.hours(directChargedHours));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link SumChargedEffort#getDirectChargedEffort()}
|
||||
* instead
|
||||
*/
|
||||
public Integer getDirectChargedHours() {
|
||||
return getDirectChargedEffort().getHours();
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use
|
||||
* {@link SumChargedEffort#setIndirectChargedEffort(EffortDuration)}
|
||||
|
|
@ -113,23 +96,6 @@ public class SumChargedEffort extends BaseEntity {
|
|||
setIndirectChargedEffort(EffortDuration.hours(indirectChargedHours));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use
|
||||
* {@link SumChargedEffort#addIndirectChargedEffort(EffortDuration)}
|
||||
* instead
|
||||
*/
|
||||
public void addIndirectChargedHours(Integer indirectChargedHours) {
|
||||
addIndirectChargedEffort(EffortDuration.hours(indirectChargedHours));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link SumChargedEffort#getIndirectChargedEffort()}
|
||||
* instead
|
||||
*/
|
||||
public Integer getIndirectChargedHours() {
|
||||
return getIndirectChargedEffort().getHours();
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link SumChargedEffort#getTotalChargedEffort()} instead
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue