@Entity
public class CmsDAOGroups
extends java.lang.Object
构造器和说明 |
---|
CmsDAOGroups()
The public constructor.
|
CmsDAOGroups(java.lang.String groupId)
A public constructor for this DAO.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getGroupDescription()
Returns the description of this group.
|
int |
getGroupFlags()
Returns the flag of this group.
|
java.lang.String |
getGroupId()
Returns the id of this group.
|
java.lang.String |
getGroupName()
Returns the name of this group.
|
java.lang.String |
getGroupOu()
Returns the OU of this group.
|
java.lang.String |
getParentGroupId()
Returns the ID of the parent group.
|
void |
setGroupDescription(java.lang.String groupDescription)
Sets the description of this group.
|
void |
setGroupFlags(int groupFlags)
Sets the flag for this group.
|
void |
setGroupId(java.lang.String groupId)
Sets the id of this group.
|
void |
setGroupName(java.lang.String groupName)
Sets the name of this group.
|
void |
setGroupOu(java.lang.String groupOu)
Sets the OU of this group.
|
void |
setParentGroupId(java.lang.String parentGroupId)
Sets the ID of the parent group.
|
public CmsDAOGroups()
public CmsDAOGroups(java.lang.String groupId)
groupId
- the id of the grouppublic java.lang.String getGroupDescription()
public int getGroupFlags()
public java.lang.String getGroupId()
public java.lang.String getGroupName()
public java.lang.String getGroupOu()
public java.lang.String getParentGroupId()
public void setGroupDescription(java.lang.String groupDescription)
groupDescription
- the description to setpublic void setGroupFlags(int groupFlags)
groupFlags
- the flag to setpublic void setGroupId(java.lang.String groupId)
groupId
- the id to setpublic void setGroupName(java.lang.String groupName)
groupName
- the name to setpublic void setGroupOu(java.lang.String groupOu)
groupOu
- the OU to setpublic void setParentGroupId(java.lang.String parentGroupId)
parentGroupId
- the id to set