fr.paris.lutece.portal.business.role
Class Role

java.lang.Object
  extended by fr.paris.lutece.portal.business.role.Role

public class Role
extends java.lang.Object

This class represents business objects role


Constructor Summary
Role()
           
 
Method Summary
 java.lang.String getRole()
          Gets the role name
 java.lang.String getRoleDescription()
          Gets the role description
 void setRole(java.lang.String strRole)
          Sets the role name
 void setRoleDescription(java.lang.String strRoleDescription)
          Sets the role description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role()
Method Detail

getRole

public java.lang.String getRole()
Gets the role name

Returns:
the role name

setRole

public void setRole(java.lang.String strRole)
Sets the role name

Parameters:
strRole - the role name

getRoleDescription

public java.lang.String getRoleDescription()
Gets the role description

Returns:
the role description

setRoleDescription

public void setRoleDescription(java.lang.String strRoleDescription)
Sets the role description

Parameters:
strRoleDescription - the role description


Copyright © 2007 Mairie de Paris. All Rights Reserved.