net.sourceforge.formview
Class RoleDefinition

java.lang.Object
  extended by net.sourceforge.formview.RoleDefinition

public class RoleDefinition
extends java.lang.Object

Description : Role defintion.

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
RoleDefinition()
           
 
Method Summary
 int getBehaviourLevel(java.lang.String behaviour)
           
 java.lang.String getBehaviours()
           
 java.lang.String[] getBehavioursArray()
           
 java.util.Map getBehavioursMap()
           
static RoleDefinition getDefaultRoleDefinition()
           
 java.lang.String getName()
           
 java.lang.String getOverloadedBy()
           
 boolean isDefaultRoleDefintion()
           
 void setBehaviours(java.lang.String behaviours)
           
 void setDefaultRoleDefintion(boolean defaultRoleDefintion)
           
 void setName(java.lang.String name)
           
 void setOverloadedBy(java.lang.String overloadedBy)
           
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleDefinition

public RoleDefinition()
Method Detail

getBehaviours

public java.lang.String getBehaviours()
Returns:
Returns the behaviours.

setBehaviours

public void setBehaviours(java.lang.String behaviours)
Parameters:
behaviours - The behaviours to set.

isDefaultRoleDefintion

public boolean isDefaultRoleDefintion()
Returns:
Returns the defaultRoleDefintion.

setDefaultRoleDefintion

public void setDefaultRoleDefintion(boolean defaultRoleDefintion)
Parameters:
defaultRoleDefintion - The defaultRoleDefintion to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getOverloadedBy

public java.lang.String getOverloadedBy()
Returns:
Returns the overloadedBy.

setOverloadedBy

public void setOverloadedBy(java.lang.String overloadedBy)
Parameters:
overloadedBy - The overloadedBy to set.

getBehavioursArray

public java.lang.String[] getBehavioursArray()

getBehavioursMap

public java.util.Map getBehavioursMap()

getBehaviourLevel

public int getBehaviourLevel(java.lang.String behaviour)

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object

getDefaultRoleDefinition

public static RoleDefinition getDefaultRoleDefinition()


Copyright 2006 null. All Rights Reserved.