TaskBean API
0.5

glogic.sample.sys
Class RightsUserParser.ProductRightsBean

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

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

Javabean used during parsing of xml rights file.

Author:
Sam Taha

Constructor Summary
RightsUserParser.ProductRightsBean()
           
 
Method Summary
 boolean getAllFunctions()
          Gets the allFunctions attribute of the ProductRightsBean object
 java.util.Set getFunctions()
          Gets the functions attribute of the ProductRightsBean object
 java.lang.String getProductName()
          Gets the productName attribute of the ProductRightsBean object
 void setAllFunctions(boolean rightsToAllFunctions)
          Sets the allFunctions attribute of the ProductRightsBean object
 void setFunction(java.lang.String function)
          Sets the function attribute of the ProductRightsBean object
 void setProductName(java.lang.String name)
          Sets the productName attribute of the ProductRightsBean object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightsUserParser.ProductRightsBean

public RightsUserParser.ProductRightsBean()
Method Detail

getAllFunctions

public boolean getAllFunctions()
Gets the allFunctions attribute of the ProductRightsBean object

Returns:
The allFunctions value

setAllFunctions

public void setAllFunctions(boolean rightsToAllFunctions)
Sets the allFunctions attribute of the ProductRightsBean object

Parameters:
rightsToAllFunctions - The new allFunctions value

getProductName

public java.lang.String getProductName()
Gets the productName attribute of the ProductRightsBean object

Returns:
The productName value

setProductName

public void setProductName(java.lang.String name)
Sets the productName attribute of the ProductRightsBean object

Parameters:
name - The new productName value

setFunction

public void setFunction(java.lang.String function)
Sets the function attribute of the ProductRightsBean object

Parameters:
function - The new function value

getFunctions

public java.util.Set getFunctions()
Gets the functions attribute of the ProductRightsBean object

Returns:
The functions value

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.