Class GeneratedOrgUnit

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    OrgUnit

    public abstract class GeneratedOrgUnit
    extends Company
    Generated class for type OrgUnit.
    See Also:
    Serialized Form
    • Field Detail

      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the OrgUnit.active attribute
        See Also:
        Constant Field Values
      • PATH

        public static final java.lang.String PATH
        Qualifier of the OrgUnit.path attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedOrgUnit

        public GeneratedOrgUnit()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the OrgUnit.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the OrgUnit.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the OrgUnit.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the OrgUnit.active attribute.
        Returns:
        the active
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the OrgUnit.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the OrgUnit.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the OrgUnit.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the OrgUnit.active attribute.
        Parameters:
        value - the active
      • getPath

        public java.lang.String getPath​(SessionContext ctx)
        Generated method - Getter of the OrgUnit.path attribute.
        Returns:
        the path - Flat representation of the path of traversal to reach the OrgUnit from the root of its organization.
      • getPath

        public java.lang.String getPath()
        Generated method - Getter of the OrgUnit.path attribute.
        Returns:
        the path - Flat representation of the path of traversal to reach the OrgUnit from the root of its organization.
      • setPath

        public void setPath​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the OrgUnit.path attribute.
        Parameters:
        value - the path - Flat representation of the path of traversal to reach the OrgUnit from the root of its organization.
      • setPath

        public void setPath​(java.lang.String value)
        Generated method - Setter of the OrgUnit.path attribute.
        Parameters:
        value - the path - Flat representation of the path of traversal to reach the OrgUnit from the root of its organization.