|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.acuity.ui.helpers.ParameterLookupInfo
This class encapsulates the information necessary to uniquely
identify a PresentationParameterMap
for the purpose of updating the ontology after a user edit.
| Constructor Summary | |
ParameterLookupInfo(PresentationParameterMap ppm)
Constructs a new ParameterLookupInfo object for ppm |
|
ParameterLookupInfo(PresentationParameterMap ppm,
boolean isShared)
Constructs a new ParameterLookupInfo object for ppm |
|
| Method Summary | |
java.lang.String |
getId()
Returns the unique id of this lookup information |
PresentationParameterMap |
getParameterPPM()
Returns the PresentationParameterMap of the lookup info object |
boolean |
isSameAs(ParameterLookupInfo pli)
Compares one ParameterLookupInfo object to another. |
void |
setParameterPPM(PresentationParameterMap paramPPM)
Sets the PresentationParameterMap for this lookup object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParameterLookupInfo(PresentationParameterMap ppm)
ppm
ppm - the presentation parameter map to generate a lookup information object and id for
public ParameterLookupInfo(PresentationParameterMap ppm,
boolean isShared)
ppm
ppm - the presentation parameter map to generate a lookup information object and id forisShared - flag indicating whether or not to generate the unique lookup id based upon the parameter map, or upon this object.
If isShared is true, then the unique id is generated from parameter map, else it is generated from this lookup object.| Method Detail |
public final java.lang.String getId()
public final PresentationParameterMap getParameterPPM()
public boolean isSameAs(ParameterLookupInfo pli)
true if the two objects share the same parameter map, false otherwisepublic void setParameterPPM(PresentationParameterMap paramPPM)
paramPPM - the PresentationParameterMap of this lookup information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||