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:
java.io.Serializable
public class CreateSuperiorSubstitutionInfo extends ValueClass
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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected int
userToSubstituteId
User to be substituted by superior.protected java.lang.String
userToSubstituteName
User to be substituted by superior. -
Constructor Summary
Constructors Constructor Description CreateSuperiorSubstitutionInfo()
CreateSuperiorSubstitutionInfo(CreateSuperiorSubstitutionInfo rhs)
-
Method Summary
Modifier and Type Method Description int
getUserToSubstituteId()
java.lang.String
getUserToSubstituteName()
void
setUserToSubstituteId(int userToSubstituteId)
void
setUserToSubstituteName(java.lang.String userToSubstituteName)
java.lang.String
toString()
-
Field Details
-
userToSubstituteId
protected int userToSubstituteIdUser to be substituted by superior.
This value is ignored if
userToSubstituteName
is set. -
userToSubstituteName
protected java.lang.String userToSubstituteNameUser to be substituted by superior.
userToSubstituteId
is ignored if this member is set.
-
-
Constructor Details
-
CreateSuperiorSubstitutionInfo
public CreateSuperiorSubstitutionInfo() -
CreateSuperiorSubstitutionInfo
-
-
Method Details
-
getUserToSubstituteId
public int getUserToSubstituteId() -
setUserToSubstituteId
public void setUserToSubstituteId(int userToSubstituteId) -
getUserToSubstituteName
public java.lang.String getUserToSubstituteName() -
setUserToSubstituteName
public void setUserToSubstituteName(java.lang.String userToSubstituteName) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-