|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.svrCore.location.Location.Base
org.hd.d.pg2k.svrCore.location.Location.Time
public static class Location.Time
Just captures time; designed to be derived from. TODO: needs to validate on deserialisation.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/. |
private Location.LongValueAndBounds |
Time
What time does the item record? |
| Fields inherited from class org.hd.d.pg2k.svrCore.location.Location.Base |
|---|
specific, specificKey, type, typeKey |
| Constructor Summary | |
|---|---|
Location.Time(boolean _specific,
java.lang.String prefix,
java.util.Properties p)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Depends on fields from the base class and the time info, if any. |
Location.LongValueAndBounds |
getTime()
Get the time value; null means unknown. |
int |
hashCode()
Depends on fields from the base class and the time info, if any. |
java.lang.String |
toString()
Get value as a String. |
| Methods inherited from class org.hd.d.pg2k.svrCore.location.Location.Base |
|---|
buildFromFile, buildFromFileOrNONE, buildFromProperties, buildFromProperties, getBooleanProp, getDoubleProp, getDoubleProps, getLongProp, getLongProps |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Location.LongValueAndBounds Time
private static final long serialVersionUID
| Constructor Detail |
|---|
public Location.Time(boolean _specific,
java.lang.String prefix,
java.util.Properties p)
throws PGException
PGException| Method Detail |
|---|
public final Location.LongValueAndBounds getTime()
public int hashCode()
hashCode in class Location.Basepublic boolean equals(java.lang.Object obj)
equals in class Location.Basepublic java.lang.String toString()
toString in class Location.Base
|
DHD Multimedia Gallery V1.60.69 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||