Class GeneratedOrgUnit

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
OrgUnit

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

  • Constructor Details

    • GeneratedOrgUnit

      public GeneratedOrgUnit()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCompany
    • isActive

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

      public 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, 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
    • 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 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 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, 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(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.