Package de.elo.ix.client
Class OrgUnitName
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OrgUnitName
- All Implemented Interfaces:
Serializable
Data class containing some organizational unit information data: name and ID
Copyright: Copyright (c) 2013
Organisation: ELO Digital Office GmbH
- Since:
- 9.00.000.008
- See Also:
-
Field Summary
FieldsFields 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
-
-
Constructor Details
-
OrgUnitName
public OrgUnitName()Constructor -
OrgUnitName
Copies OU information.- Parameters:
rhs
- OU information to copy from.
-
-
Method Details