Class CreateSuperiorSubstitutionInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.subs.CreateSuperiorSubstitutionInfo
All Implemented Interfaces:
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:
  • Field Details

    • userToSubstituteId

      protected int userToSubstituteId

      User to be substituted by superior.

      This value is ignored if userToSubstituteName is set.

    • userToSubstituteName

      protected String userToSubstituteName

      User to be substituted by superior.

      userToSubstituteId is ignored if this member is set.

  • Constructor Details

    • CreateSuperiorSubstitutionInfo

      public CreateSuperiorSubstitutionInfo()
    • CreateSuperiorSubstitutionInfo

      public CreateSuperiorSubstitutionInfo(CreateSuperiorSubstitutionInfo rhs)
  • Method Details

    • getUserToSubstituteId

      public int getUserToSubstituteId()
    • setUserToSubstituteId

      public void setUserToSubstituteId(int userToSubstituteId)
    • getUserToSubstituteName

      public String getUserToSubstituteName()
    • setUserToSubstituteName

      public void setUserToSubstituteName(String userToSubstituteName)
    • toString

      public String toString()
      Overrides:
      toString in class Object