Interface OrgClass

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

public interface OrgClass extends Persistent
A type for for ganizational unit, for example department, group, etc.
  • Method Details

    • getId

      String getId()
      Returns the id of the object.
      Returns:
      the oid
    • setId

      void setId(String id)
      Set the id.
    • getName

      String getName()
      The name of the orgclass.
      Returns:
      the name
    • setName

      void setName(String name)
      Set the name.