org.appfuse.model
Class Role

java.lang.Object
  extended byorg.appfuse.model.BaseObject
      extended byorg.appfuse.model.Role
All Implemented Interfaces:
Serializable

public class Role
extends BaseObject
implements Serializable

Role class This class is used to represent available roles in the database.

View Source

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:16 $
Author:
Matt Raible
See Also:
Serialized Form
Class:
table="role"
Form Name:
include-all="true" extends="BaseForm"

Constructor Summary
Role()
           
 
Method Summary
 String getDescription()
          Returns the userId.
 String getName()
          Returns the name.
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class org.appfuse.model.BaseObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Role

public Role()
Method Detail

getName

public String getName()
Returns the name.

Returns:
String
Id:
column="name" generator-class="assigned" unsaved-value="null"

getDescription

public String getDescription()
Returns the userId.

Returns:
String
Property:
column="description"

setName

public void setName(String name)

setDescription

public void setDescription(String description)


Copyright © 2002-2004