protected static class TrackerClass.RecordChange extends TrackerClass.DataChange
| Modifier and Type | Field and Description |
|---|---|
protected int |
newStatus |
protected java.lang.Long |
recordID |
description| Constructor and Description |
|---|
RecordChange(java.lang.Long recordID,
int newStatus,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(java.lang.Long recordID) |
java.lang.String |
getDescription() |
protected final java.lang.Long recordID
protected final int newStatus
public RecordChange(java.lang.Long recordID,
int newStatus,
java.lang.String description)
public java.lang.String getDescription()
getDescription in class TrackerClass.DataChangepublic boolean applies(java.lang.Long recordID)
applies in class TrackerClass.DataChange