Interface OrgTree

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

public interface OrgTree extends Persistent
Class for representing an organizational structure.
  • Field Details

  • 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)