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.
|
String |
getOrderAttr()
Get the order attribute.
|
OrgClass |
getOrgClass()
Get the organizational class.
|
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 |
setOrderAttr(String orderAttr) |
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)
String getOrderAttr()
void setOrderAttr(String orderAttr)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.