com.groiss.org
Interface OrgUnit

All Superinterfaces:
Persistent

public interface OrgUnit
extends Persistent

Class for representing an organizational unit.


Method Summary
 java.lang.String getAddress()
          Get the address.
 java.lang.String getDescription()
          Get the description.
 java.lang.String getEmail()
          Get the Email.
 OrgUnit getFollowOU()
          Get the follower org.unit.
 java.lang.String getId()
          Get the id.
 java.lang.String getName()
          Get the name.
 OrgClass getOrgClass()
           
 java.lang.String getTelNr()
          Get the phone number.
 boolean isActive()
          Is the orgUnit active
 void setActive(boolean active)
           
 void setAddress(java.lang.String address)
           
 void setDescription(java.lang.String description)
           
 void setEmail(java.lang.String email)
           
 void setFollowOU(OrgUnit fou)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setOrgClass(OrgClass c)
           
 void setTelNr(java.lang.String telNr)
           
 
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)

getDescription

java.lang.String getDescription()
Get the description.

Returns:
the description

setDescription

void setDescription(java.lang.String description)

getAddress

java.lang.String getAddress()
Get the address.

Returns:
the address

setAddress

void setAddress(java.lang.String address)

getEmail

java.lang.String getEmail()
Get the Email.

Returns:
the Email

setEmail

void setEmail(java.lang.String email)

getTelNr

java.lang.String getTelNr()
Get the phone number.

Returns:
the phone number as string

setTelNr

void setTelNr(java.lang.String telNr)

isActive

boolean isActive()
Is the orgUnit active

Returns:
true when active

setActive

void setActive(boolean active)

getFollowOU

OrgUnit getFollowOU()
Get the follower org.unit.

Returns:
an org unit

setFollowOU

void setFollowOU(OrgUnit fou)

getOrgClass

OrgClass getOrgClass()

setOrgClass

void setOrgClass(OrgClass c)


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