|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.ds.CustomLocationRecord
This class is used to hold customLocationID-customLocation pair retrieved from the directory server.
Constructor Summary | |
CustomLocationRecord(java.lang.String id,
CustomLocation customLoc)
Constructor for ID and customLocation |
Method Summary | |
CustomLocation |
getCustomLocation()
Gets the custom location |
java.lang.String |
getID()
Gets the ID of the custom location |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CustomLocationRecord(java.lang.String id, CustomLocation customLoc)
id
- a String to represent a custom location IDcustomLoc
- CustomLocation objectMethod Detail |
public java.lang.String getID()
public CustomLocation getCustomLocation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |