TaskBean API
0.5

glogic.sample.sys
Class RightsUserParser.UserBean

java.lang.Object
  extended byglogic.sample.sys.RightsUserParser.UserBean
Enclosing class:
RightsUserParser

public static class RightsUserParser.UserBean
extends java.lang.Object

Javabean used during parsing of xml rights file.

Author:
Sam Taha

Constructor Summary
RightsUserParser.UserBean()
           
 
Method Summary
 void addProduct(RightsUserParser.ProductRightsBean product)
          Adds a feature to the Product attribute of the RightsUserParser object
 java.lang.String getPassword()
          Gets the password attribute of the UserBean object
 java.util.List getProducts()
           
 java.lang.String getUsername()
          Gets the username attribute of the UserBean object
 void setPassword(java.lang.String password)
          Sets the password attribute of the UserBean object
 void setUsername(java.lang.String name)
          Sets the username attribute of the UserBean object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightsUserParser.UserBean

public RightsUserParser.UserBean()
Method Detail

addProduct

public void addProduct(RightsUserParser.ProductRightsBean product)
Adds a feature to the Product attribute of the RightsUserParser object

Parameters:
product - The feature to be added to the Product attribute

getProducts

public java.util.List getProducts()

getUsername

public java.lang.String getUsername()
Gets the username attribute of the UserBean object

Returns:
The username value

setUsername

public void setUsername(java.lang.String name)
Sets the username attribute of the UserBean object

Parameters:
name - The new username value

getPassword

public java.lang.String getPassword()
Gets the password attribute of the UserBean object

Returns:
The password value

setPassword

public void setPassword(java.lang.String password)
Sets the password attribute of the UserBean object

Parameters:
password - The new password value

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.