Class CmsOrgUnitBean


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

    Since:
    6.5.6
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsOrgUnitBean()
      Public constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the description.
      int getFlags()
      Returns the flag value depending on the boolean flag set.
      java.lang.String getFqn()
      Returns the fqn.
      java.lang.String getName()
      Returns the name.
      java.lang.String getParentOu()
      Returns the parentOu.
      java.lang.String getParentOuDesc()
      Returns the description of the parent ou.
      java.util.List<java.lang.String> getResources()
      Returns the resources.
      boolean isNologin()
      Returns the hidden login form flag.
      boolean isWebusers()
      Returns the webusers flag.
      void setDescription​(java.lang.String description)
      Sets the description.
      void setFqn​(java.lang.String fqn)
      Sets the fqn.
      void setName​(java.lang.String name)
      Sets the name.
      void setNologin​(boolean nologin)
      Sets the hidden login form flag.
      void setParentOu​(java.lang.String parentOu)
      Sets the parentOu.
      void setParentOuDesc​(java.lang.String parentOuDesc)
      Sets the description of the parent ou.
      void setResources​(java.util.List<java.lang.String> resources)
      Sets the resources.
      void setWebusers​(boolean webusers)
      Sets the webusers flag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDescription

        public java.lang.String 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 java.lang.String getFqn()
        Returns the fqn.

        Returns:
        the fqn
      • getName

        public java.lang.String getName()
        Returns the name.

        Returns:
        the name
      • getParentOu

        public java.lang.String getParentOu()
        Returns the parentOu.

        Returns:
        the parentOu
      • getParentOuDesc

        public java.lang.String getParentOuDesc()
        Returns the description of the parent ou.

        Returns:
        the description of the parent ou
      • getResources

        public java.util.List<java.lang.String> 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​(java.lang.String description)
        Sets the description.

        Parameters:
        description - the description to set
      • setFqn

        public void setFqn​(java.lang.String fqn)
        Sets the fqn.

        Parameters:
        fqn - the fqn to set
      • setName

        public void setName​(java.lang.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​(java.lang.String parentOu)
        Sets the parentOu.

        Parameters:
        parentOu - the parentOu to set
      • setParentOuDesc

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

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

        public void setResources​(java.util.List<java.lang.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