|
||||||||
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(String name,
String description,
boolean isGruop)
The public constructor. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description. |
String |
getName()
Returns the name. |
boolean |
isGroup()
Returns the isGroup. |
void |
setDescription(String description)
Sets the description. |
void |
setGroup(boolean isGroup)
Sets the isGroup. |
void |
setName(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(String name, String description, boolean isGruop)
name
- the name of the principaldescription
- the descriptionisGruop
- the group flagMethod Detail |
---|
public String getDescription()
public String getName()
public boolean isGroup()
public void setDescription(String description)
description
- the description to setpublic void setGroup(boolean isGroup)
isGroup
- the isGroup to setpublic void setName(String name)
name
- the name to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |