Package de.elo.ix.client
Class OrgUnitInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OrgUnitInfo
- All Implemented Interfaces:
Serializable
Data class containing organizational unit information data. Information includes ID, name, etc.
Copyright: Copyright (c) 2013
Organisation: ELO Digital Office GmbH
- Since:
- 9.00.000.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
OU description.protected String
GUIDprotected int
OU identifierprotected String
OU nameprotected String[]
Additional OU properties Index this array with constants named PROP_* in class OrgUnitInfoC.protected String
Timestamp The format is JJJJ.MM.DD.hh.mm.ssFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
protected int idOU identifier -
name
OU name -
desc
OU description. -
ouProps
Additional OU properties Index this array with constants named PROP_* in class OrgUnitInfoC.- See Also:
-
tStamp
Timestamp The format is JJJJ.MM.DD.hh.mm.ss -
guid
GUID
-
-
Constructor Details
-
OrgUnitInfo
public OrgUnitInfo()Constructor -
OrgUnitInfo
Copies OU information.- Parameters:
rhs
- OU information to copy from.
-
-
Method Details