|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsPrincipalBean
public class CmsPrincipalBean
A bean that holds the informations of a principal to show the availability dialog.
| Constructor Summary | |
|---|---|
CmsPrincipalBean()
The default constructor. |
|
CmsPrincipalBean(java.lang.String name,
java.lang.String description,
boolean isGruop)
The public constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getName()
Returns the name. |
boolean |
isGroup()
Returns the isGroup. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setGroup(boolean isGroup)
Sets the isGroup. |
void |
setName(java.lang.String name)
Sets the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPrincipalBean()
public CmsPrincipalBean(java.lang.String name,
java.lang.String description,
boolean isGruop)
name - the name of the principaldescription - the descriptionisGruop - the group flag| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getName()
public boolean isGroup()
public void setDescription(java.lang.String description)
description - the description to setpublic void setGroup(boolean isGroup)
isGroup - the isGroup to setpublic void setName(java.lang.String name)
name - the name to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||