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
 java.lang.String getId()
          Returns the id of the object.
 java.lang.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

java.lang.String getId()
Returns the id of the object.

Returns:
the oid

getName

java.lang.String getName()
The name of the orgclass.

Returns:
the name


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.