cnrg.itx.ds
Class UserProperty
java.lang.Object
|
+--cnrg.itx.ds.UserProperty
- public class UserProperty
- extends java.lang.Object
This class stores information on userID, extension, roaming location (if any), and custom message.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
UserProperty
public UserProperty(UserID id,
int extension,
Location roamLoc,
java.lang.String customMsg)
- Constructor
getUserID
public UserID getUserID()
- Gets userID field
- Returns:
- a UserID object
getExtension
public int getExtension()
- Gets extension field
- Returns:
- an int to represent an extension
getRoamingLocation
public Location getRoamingLocation()
- Gets roaming location object (if any)
- Returns:
- a roaming location object
getCustomMessage
public java.lang.String getCustomMessage()
- Gets custom message
- Returns:
- a string object