Package com.groiss.org
Interface OrgUnit
- All Superinterfaces:
Activatable
,KeyValuePair<String,
,String> Persistent
,Serializable
Class for representing an organizational unit.
-
Field Summary
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Modifier and TypeMethodDescriptionGet the address.Get the description.getEmail()
Get the Email.Get the follower org.unit.getId()
Get the id.getName()
Get the name.Get the order attribute.Get the organizational class.getTelNr()
Get the phone number.void
setAddress
(String address) void
setDescription
(String description) void
void
setFollowOU
(OrgUnit fou) void
void
void
setOrderAttr
(String orderAttr) void
void
Methods inherited from interface com.groiss.store.Activatable
isActive, setActive
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Method Details
-
getId
String getId()Get the id.- Returns:
- the id
-
setId
-
getName
String getName()Get the name.- Returns:
- the name
-
setName
-
getDescription
String getDescription()Get the description.- Returns:
- the description
-
setDescription
-
getAddress
String getAddress()Get the address.- Returns:
- the address
-
setAddress
-
getEmail
String getEmail()Get the Email.- Returns:
- the Email
-
setEmail
-
getTelNr
String getTelNr()Get the phone number.- Returns:
- the phone number as string
-
setTelNr
-
getFollowOU
OrgUnit getFollowOU()Get the follower org.unit.- Returns:
- an org unit
-
setFollowOU
-
getOrgClass
OrgClass getOrgClass()Get the organizational class.- Returns:
- the organizational class
-
setOrgClass
-
getOrderAttr
String getOrderAttr()Get the order attribute.- Returns:
- the order attribute
-
setOrderAttr
-