Package de.elo.ix.client.subs
Class CreateSuperiorSubstitutionInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.subs.CreateSuperiorSubstitutionInfo
- All Implemented Interfaces:
Serializable
Define how a superior substitution is created.
A superior has the right to substitute any of its subordinates.
A superior substitution has SubstitutionSettings.superiorSubstitution
set to true.
- Since:
- 12.00.000.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
User to be substituted by superior.protected String
User to be substituted by superior.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionint
void
setUserToSubstituteId
(int userToSubstituteId) void
setUserToSubstituteName
(String userToSubstituteName) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
userToSubstituteId
protected int userToSubstituteIdUser to be substituted by superior.
This value is ignored if
userToSubstituteName
is set. -
userToSubstituteName
User to be substituted by superior.
userToSubstituteId
is ignored if this member is set.
-
-
Constructor Details
-
CreateSuperiorSubstitutionInfo
public CreateSuperiorSubstitutionInfo() -
CreateSuperiorSubstitutionInfo
-
-
Method Details