|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.svrCore.AllExhibitPropertiesDelta.Change
private static final class AllExhibitPropertiesDelta.Change
Data for new/changed exhibit; immutable and serialisable.
| Field Summary | |
|---|---|
ExhibitPropsComputable |
epc
EPC; may be null. |
ExhibitPropsLoadable |
epl
EPL; may be null. |
ExhibitStaticAttr |
esa
ESA; never null. |
private static long |
serialVersionUID
Serialisation ID. |
| Constructor Summary | |
|---|---|
AllExhibitPropertiesDelta.Change(ExhibitStaticAttr esa,
ExhibitPropsLoadable epl,
ExhibitPropsComputable epc)
|
|
| Method Summary | |
|---|---|
int |
compareTo(AllExhibitPropertiesDelta.Change other)
Provide a total ordering, using name as the primary sort field. |
boolean |
equals(java.lang.Object obj)
Equal iff all fields are identical. |
int |
hashCode()
The hash is based on the the exhibit name. |
java.lang.String |
toString()
Human-readable summary. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public final ExhibitStaticAttr esa
public final ExhibitPropsLoadable epl
public final ExhibitPropsComputable epc
| Constructor Detail |
|---|
public AllExhibitPropertiesDelta.Change(ExhibitStaticAttr esa,
ExhibitPropsLoadable epl,
ExhibitPropsComputable epc)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(AllExhibitPropertiesDelta.Change other)
compareTo in interface java.lang.Comparable<AllExhibitPropertiesDelta.Change>public java.lang.String toString()
toString in class java.lang.Object
|
DHD Multimedia Gallery V1.50.55 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||