public static class Journal.Record extends java.lang.Object implements java.lang.Comparable<Journal.Record>, Bundlable
Modifier and Type | Field and Description |
---|---|
int |
depth |
Constructor and Description |
---|
Record() |
Record(java.lang.String featureDesc,
int depth) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Journal.Record another) |
boolean |
dontPack() |
java.lang.String |
getFeature() |
void |
restoreFromBundle(Bundle bundle) |
void |
storeInBundle(Bundle bundle) |
public Record()
public Record(java.lang.String featureDesc, int depth)
public java.lang.String getFeature()
public int compareTo(@NonNull Journal.Record another)
compareTo
in interface java.lang.Comparable<Journal.Record>
public void restoreFromBundle(Bundle bundle)
restoreFromBundle
in interface Bundlable
public void storeInBundle(Bundle bundle)
storeInBundle
in interface Bundlable