public class TemporalUnit extends BlackDuckComponent
| Constructor and Description |
|---|
TemporalUnit() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getDateBased() |
java.lang.Boolean |
getDurationEstimated() |
java.lang.Boolean |
getTimeBased() |
void |
setDateBased(java.lang.Boolean dateBased) |
void |
setDurationEstimated(java.lang.Boolean durationEstimated) |
void |
setTimeBased(java.lang.Boolean timeBased) |
public java.lang.Boolean getDateBased()
public void setDateBased(java.lang.Boolean dateBased)
public java.lang.Boolean getDurationEstimated()
public void setDurationEstimated(java.lang.Boolean durationEstimated)
public java.lang.Boolean getTimeBased()
public void setTimeBased(java.lang.Boolean timeBased)