|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOGroups
@Entity public class CmsDAOGroups
This data access object represents a cms group entry inside the table "cms_groups".
| Constructor Summary | |
|---|---|
CmsDAOGroups()
The public constructor. |
|
CmsDAOGroups(java.lang.String groupId)
A public constructor for this DAO. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOGroups()
public CmsDAOGroups(java.lang.String groupId)
groupId - the id of the group| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||