|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hunsicker.jalopy.storage.History.Entry
public static final class History.Entry
Represents a history entry.
Constructor Summary | |
---|---|
History.Entry(java.lang.String packageName,
long modification)
Creates a new entry object. |
Method Summary | |
---|---|
long |
getModification()
Returns the last modification value (could be timestamp or crc). |
java.lang.String |
getPackageName()
Returns the package name of the entry. |
java.lang.String |
toString()
Returns a string representation of this entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public History.Entry(java.lang.String packageName, long modification)
packageName
- the package name of the entry.modification
- the value calculated for the last processing of this
entry.Method Detail |
---|
public long getModification()
public java.lang.String getPackageName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |