com.groiss.org
Interface OrgTree

All Superinterfaces:
Persistent

public interface OrgTree
extends Persistent

Class for representing an organizational structure.


Method Summary
 java.lang.String getId()
          Get the id.
 java.lang.String getName()
          Get the name.
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 
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()
Get the id.

Returns:
the id

setId

void setId(java.lang.String id)

getName

java.lang.String getName()
Get the name.

Returns:
the name

setName

void setName(java.lang.String name)


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