public class CmsPrincipalBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
构造器和说明 |
---|
CmsPrincipalBean()
The default constructor.
|
CmsPrincipalBean(java.lang.String name,
java.lang.String description,
boolean isGruop)
The public constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public CmsPrincipalBean()
public CmsPrincipalBean(java.lang.String name, java.lang.String description, boolean isGruop)
name
- the name of the principaldescription
- the descriptionisGruop
- the group flagpublic 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