Interface OrgUnit

All Superinterfaces:
Activatable, KeyValuePair<String,String>, Persistent, Serializable

public interface OrgUnit extends Persistent, Activatable
Class for representing an organizational unit.
  • Method Details

    • getId

      String getId()
      Get the id.
      Returns:
      the id
    • setId

      void setId(String id)
    • getName

      String getName()
      Get the name.
      Returns:
      the name
    • setName

      void setName(String name)
    • getDescription

      String getDescription()
      Get the description.
      Returns:
      the description
    • setDescription

      void setDescription(String description)
    • getAddress

      String getAddress()
      Get the address.
      Returns:
      the address
    • setAddress

      void setAddress(String address)
    • getEmail

      String getEmail()
      Get the Email.
      Returns:
      the Email
    • setEmail

      void setEmail(String email)
    • getTelNr

      String getTelNr()
      Get the phone number.
      Returns:
      the phone number as string
    • setTelNr

      void setTelNr(String telNr)
    • getFollowOU

      OrgUnit getFollowOU()
      Get the follower org.unit.
      Returns:
      an org unit
    • setFollowOU

      void setFollowOU(OrgUnit fou)
    • getOrgClass

      OrgClass getOrgClass()
      Get the organizational class.
      Returns:
      the organizational class
    • setOrgClass

      void setOrgClass(OrgClass c)
    • getOrderAttr

      String getOrderAttr()
      Get the order attribute.
      Returns:
      the order attribute
    • setOrderAttr

      void setOrderAttr(String orderAttr)