public static class RepairTrackerAPI.CREvent extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
crAmount |
float |
elapsed |
java.lang.String |
id |
java.lang.String |
text |
| Constructor and Description |
|---|
CREvent(float crAmount,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float days) |
float |
getCrAmount() |
float |
getElapsed() |
java.lang.String |
getText() |
boolean |
isExpired() |
public float crAmount
public java.lang.String text
public float elapsed
public java.lang.String id
public CREvent(float crAmount, java.lang.String text)
public float getCrAmount()
public java.lang.String getText()
public void advance(float days)
public boolean isExpired()
public float getElapsed()