|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectglogic.sample.sys.RightsUserParser.UserBean
Javabean used during parsing of xml rights file.
| 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 |
public RightsUserParser.UserBean()
| Method Detail |
public void addProduct(RightsUserParser.ProductRightsBean product)
product - The feature to be added to the Product attributepublic java.util.List getProducts()
public java.lang.String getUsername()
public void setUsername(java.lang.String name)
name - The new username valuepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - The new password value
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||