|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.WindowsUserInPlanKey
This object represents a Windows user in plan external key, including fields used to identify a Windows user in TWS external interfaces. Since a Windows user is identified by its name and by a referenced workstation, this class includes a name attribute and a reference to a WorkstationInPlanKey object, to externally identify the referenced workstation.
WindowsUserInPlan
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
WindowsUserInPlanKey()
Constructor for WindowsUserInPlanKey |
|
WindowsUserInPlanKey(java.lang.String winUser,
WorkstationInPlanKey wksKey)
Constructor for WindowsUserInPlanKey |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Equality operation |
java.lang.String |
getName()
This method get the name of windows user. |
WorkstationInPlanKey |
getWorkstationKey()
Returns the key of the workstation referenced by this windows user. |
int |
hashCode()
Returns a hash code for this WindowsUserInPlan object. |
void |
setName(java.lang.String string)
This method set the name of domain. |
void |
setWorkstationKey(WorkstationInPlanKey key)
Sets the key of the Workstation referenced by this windows user. |
java.lang.String |
toString()
Returns a string representation of this Windows User. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public WindowsUserInPlanKey()
public WindowsUserInPlanKey(java.lang.String winUser, WorkstationInPlanKey wksKey)
winUser
- the name of Windows User.wksKey
- the key of the workstation.Method Detail |
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String string)
string
- the windows user namepublic boolean equals(java.lang.Object object)
object
- The object to be compared
public int hashCode()
public java.lang.String toString()
public WorkstationInPlanKey getWorkstationKey()
public void setWorkstationKey(WorkstationInPlanKey key)
key
- The key of the Workstation referenced by this windows user.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |