Class CmsOrgUnitBean

java.lang.Object
org.opencms.workplace.tools.accounts.CmsOrgUnitBean

public class CmsOrgUnitBean extends Object
Organizational unit bean for use in new organizational unit dialog.

Since:
6.5.6
  • Constructor Details

  • Method Details

    • getDescription

      Returns the description.

      Returns:
      the description
    • getFlags

      public int getFlags()
      Returns the flag value depending on the boolean flag set.

      Returns:
      the flag value
    • getFqn

      public String getFqn()
      Returns the fqn.

      Returns:
      the fqn
    • getName

      public String getName()
      Returns the name.

      Returns:
      the name
    • getParentOu

      public String 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

      public boolean isNologin()
      Returns the hidden login form flag.

      Returns:
      the hidden login form flag
    • isWebusers

      public boolean isWebusers()
      Returns the webusers flag.

      Returns:
      the webusers flag
    • setDescription

      public void setDescription(String description)
      Sets the description.

      Parameters:
      description - the description to set
    • setFqn

      public void setFqn(String fqn)
      Sets the fqn.

      Parameters:
      fqn - the fqn to set
    • setName

      public void setName(String name)
      Sets the name.

      Parameters:
      name - the name to set
    • setNologin

      public void setNologin(boolean nologin)
      Sets the hidden login form flag.

      Parameters:
      nologin - the hidden login form flag to set
    • setParentOu

      public void setParentOu(String parentOu)
      Sets the parentOu.

      Parameters:
      parentOu - the parentOu to set
    • setParentOuDesc

      public void setParentOuDesc(String parentOuDesc)
      Sets the description of the parent ou.

      Parameters:
      parentOuDesc - the description of the parent ou to set
    • setResources

      public void setResources(List<String> resources)
      Sets the resources.

      Parameters:
      resources - the resources to set
    • setWebusers

      public void setWebusers(boolean webusers)
      Sets the webusers flag.

      Parameters:
      webusers - the webusers flag to set