|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--telescopecontrolData.Users
Insert the type's description here. Creation date: (12/3/01 10:15:08 AM)
Field Summary | |
private boolean |
active
|
private boolean |
hasNWAGPrivilges
|
private boolean |
hasOperaterControl
|
private java.lang.String |
userName
|
Constructor Summary | |
Users(java.lang.String username,
boolean NWAGPrivileges)
Users constructor comment. |
Method Summary | |
java.lang.String |
getUserName()
Insert the method's description here. |
boolean |
isActive()
Insert the method's description here. |
boolean |
isHasNWAGPrivilges()
Insert the method's description here. |
boolean |
isHasOperaterControl()
Insert the method's description here. |
void |
setActive(boolean newActive)
Insert the method's description here. |
void |
setHasNWAGPrivilges(boolean newHasNWAGPrivilges)
Insert the method's description here. |
void |
setHasOperaterControl(boolean newHasOperaterControl)
Insert the method's description here. |
void |
setUserName(java.lang.String newUserName)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String userName
private boolean hasNWAGPrivilges
private boolean hasOperaterControl
private boolean active
Constructor Detail |
public Users(java.lang.String username, boolean NWAGPrivileges)
Method Detail |
public java.lang.String getUserName()
public boolean isActive()
public boolean isHasNWAGPrivilges()
public boolean isHasOperaterControl()
public void setActive(boolean newActive)
newActive
- booleanpublic void setHasNWAGPrivilges(boolean newHasNWAGPrivilges)
newHasNWAGPrivilges
- booleanpublic void setHasOperaterControl(boolean newHasOperaterControl)
newHasOperaterControl
- booleanpublic void setUserName(java.lang.String newUserName)
newUserName
- java.lang.String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |