com.groiss.org
Interface OrgClass

All Superinterfaces:
Persistent

public interface OrgClass
extends Persistent

A type for for ganizational unit, for example department, group, etc.


Method Summary
 String getId()
          Returns the id of the object.
 String getName()
          The name of the orgclass.
 
Methods inherited from interface com.groiss.store.Persistent
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore
 

Method Detail

getId

String getId()
Returns the id of the object.

Returns:
the oid

getName

String getName()
The name of the orgclass.

Returns:
the name


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.