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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description.int
getFlags()
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.boolean
Returns the hidden login form flag.boolean
Returns the webusers flag.void
setDescription
(String description) Sets the description.void
Sets the fqn.void
Sets the name.void
setNologin
(boolean nologin) Sets the hidden login form flag.void
setParentOu
(String parentOu) Sets the parentOu.void
setParentOuDesc
(String parentOuDesc) Sets the description of the parent ou.void
setResources
(List<String> resources) Sets the resources.void
setWebusers
(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
-