telescopecontrolData
Class Users

java.lang.Object
  |
  +--telescopecontrolData.Users
All Implemented Interfaces:
java.io.Serializable

public class Users
extends java.lang.Object
implements java.io.Serializable

Insert the type's description here. Creation date: (12/3/01 10:15:08 AM)

See Also:
Serialized Form

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

userName

private java.lang.String userName

hasNWAGPrivilges

private boolean hasNWAGPrivilges

hasOperaterControl

private boolean hasOperaterControl

active

private boolean active
Constructor Detail

Users

public Users(java.lang.String username,
             boolean NWAGPrivileges)
Users constructor comment.

Method Detail

getUserName

public java.lang.String getUserName()
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Returns:
java.lang.String

isActive

public boolean isActive()
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Returns:
boolean

isHasNWAGPrivilges

public boolean isHasNWAGPrivilges()
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Returns:
boolean

isHasOperaterControl

public boolean isHasOperaterControl()
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Returns:
boolean

setActive

public void setActive(boolean newActive)
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Parameters:
newActive - boolean

setHasNWAGPrivilges

public void setHasNWAGPrivilges(boolean newHasNWAGPrivilges)
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Parameters:
newHasNWAGPrivilges - boolean

setHasOperaterControl

public void setHasOperaterControl(boolean newHasOperaterControl)
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Parameters:
newHasOperaterControl - boolean

setUserName

public void setUserName(java.lang.String newUserName)
Insert the method's description here. Creation date: (12/3/01 10:22:22 AM)

Parameters:
newUserName - java.lang.String