Class CmsOrgUnitBean
java.lang.Object
org.opencms.workplace.tools.accounts.CmsOrgUnitBean
Organizational unit bean for use in new organizational unit dialog.
- Since:
- 6.5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.intgetFlags()Returns the flag value depending on the boolean flag set.getFqn()Returns the fqn.getName()Returns the name.Returns the parentOu.Returns the description of the parent ou.Returns the resources.booleanReturns the hidden login form flag.booleanReturns the webusers flag.voidsetDescription(String description) Sets the description.voidSets the fqn.voidSets the name.voidsetNologin(boolean nologin) Sets the hidden login form flag.voidsetParentOu(String parentOu) Sets the parentOu.voidsetParentOuDesc(String parentOuDesc) Sets the description of the parent ou.voidsetResources(List<String> resources) Sets the resources.voidsetWebusers(boolean webusers) Sets the webusers flag.
-
Constructor Details
-
CmsOrgUnitBean
public CmsOrgUnitBean()Public constructor.
-
-
Method Details
-
getDescription
Returns the description.- Returns:
- the description
-
getFlags
Returns the flag value depending on the boolean flag set.- Returns:
- the flag value
-
getFqn
Returns the fqn.- Returns:
- the fqn
-
getName
Returns the name.- Returns:
- the name
-
getParentOu
Returns the parentOu.- Returns:
- the parentOu
-
getParentOuDesc
Returns the description of the parent ou.- Returns:
- the description of the parent ou
-
getResources
Returns the resources.- Returns:
- the resources
-
isNologin
Returns the hidden login form flag.- Returns:
- the hidden login form flag
-
isWebusers
Returns the webusers flag.- Returns:
- the webusers flag
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
setFqn
Sets the fqn.- Parameters:
fqn- the fqn to set
-
setName
Sets the name.- Parameters:
name- the name to set
-
setNologin
Sets the hidden login form flag.- Parameters:
nologin- the hidden login form flag to set
-
setParentOu
Sets the parentOu.- Parameters:
parentOu- the parentOu to set
-
setParentOuDesc
Sets the description of the parent ou.- Parameters:
parentOuDesc- the description of the parent ou to set
-
setResources
Sets the resources.- Parameters:
resources- the resources to set
-
setWebusers
Sets the webusers flag.- Parameters:
webusers- the webusers flag to set
-