public interface OrgUnit extends Persistent, Activatable
emptyKeys
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get the address.
|
String |
getDescription()
Get the description.
|
String |
getEmail()
Get the Email.
|
OrgUnit |
getFollowOU()
Get the follower org.unit.
|
String |
getId()
Get the id.
|
String |
getName()
Get the name.
|
OrgClass |
getOrgClass() |
String |
getTelNr()
Get the phone number.
|
void |
setAddress(String address) |
void |
setDescription(String description) |
void |
setEmail(String email) |
void |
setFollowOU(OrgUnit fou) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOrgClass(OrgClass c) |
void |
setTelNr(String telNr) |
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
isActive, setActive
String getId()
void setId(String id)
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
String getAddress()
void setAddress(String address)
String getEmail()
void setEmail(String email)
String getTelNr()
void setTelNr(String telNr)
OrgUnit getFollowOU()
void setFollowOU(OrgUnit fou)
OrgClass getOrgClass()
void setOrgClass(OrgClass c)
@enterprise 10.0.36124 Copyright © 2001-2023 Groiss Informatics GmbH. All Rights Reserved.