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.


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomLocationRecord

public CustomLocationRecord(java.lang.String id,
                            CustomLocation customLoc)
Constructor for ID and customLocation
Parameters:
id - a String to represent a custom location ID
customLoc - CustomLocation object
Method Detail

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