cnrg.itx.ds
Class CustomLocationRecord
java.lang.Object
|
+--cnrg.itx.ds.CustomLocationRecord
- public class CustomLocationRecord
- extends java.lang.Object
This class is used to hold customLocationID-customLocation pair retrieved from the directory server.
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CustomLocationRecord
public CustomLocationRecord(java.lang.String id,
CustomLocation customLoc)
- Constructor for ID and customLocation
- Parameters:
id
- a String to represent a custom location IDcustomLoc
- CustomLocation object
getID
public java.lang.String getID()
- Gets the ID of the custom location
- Returns:
- String represents the ID
getCustomLocation
public CustomLocation getCustomLocation()
- Gets the custom location
- Returns:
- CustomLocation object