Class SubsInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SubsInfo
All Implemented Interfaces:
Serializable

@Deprecated public class SubsInfo extends ValueClass implements Serializable
Deprecated.
Replaced by Substitution
This class contains information about a user that is being deputized by another user.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    Deprecated.
    The deputy relationship is applied if this member is true.
    protected boolean
    Deprecated.
    The deputy inherits the rights of the user if this member is true.
    protected int
    Deprecated.
    Deputy: the user that deputizes userId.
    protected String
    Deprecated.
    Deputy name.
    protected int
    Deprecated.
    The user that is being deputized by subsId
    protected String
    Deprecated.
    User name.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    SubsInfo(boolean active, boolean inheritRights, int subsId, String subsName, int userId, String userName)
    Deprecated.
     
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     
    int
    Deprecated.
     
    boolean
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    setActive(boolean active)
    Deprecated.
     
    void
    setInheritRights(boolean inheritRights)
    Deprecated.
     
    void
    setSubsId(int subsId)
    Deprecated.
     
    void
    setSubsName(String subsName)
    Deprecated.
     
    void
    setUserId(int userId)
    Deprecated.
     
    void
    setUserName(String userName)
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • active

      protected boolean active
      Deprecated.
      The deputy relationship is applied if this member is true. If false, the deputy does not currently act as the user but may activate the relationship by themself.
    • inheritRights

      protected boolean inheritRights
      Deprecated.
      The deputy inherits the rights of the user if this member is true.
    • subsId

      protected int subsId
      Deprecated.
      Deputy: the user that deputizes userId.
    • subsName

      protected String subsName
      Deprecated.
      Deputy name. If this member is set subsId is ignored.
    • userId

      protected int userId
      Deprecated.
      The user that is being deputized by subsId
    • userName

      protected String userName
      Deprecated.
      User name. If this member is set userId is ignored.
  • Constructor Details

    • SubsInfo

      public SubsInfo()
      Deprecated.
    • SubsInfo

      public SubsInfo(boolean active, boolean inheritRights, int subsId, String subsName, int userId, String userName)
      Deprecated.
    • SubsInfo

      public SubsInfo(SubsInfo rhs)
      Deprecated.
  • Method Details

    • isActive

      public boolean isActive()
      Deprecated.
    • setActive

      public void setActive(boolean active)
      Deprecated.
    • isInheritRights

      public boolean isInheritRights()
      Deprecated.
    • setInheritRights

      public void setInheritRights(boolean inheritRights)
      Deprecated.
    • getSubsId

      public int getSubsId()
      Deprecated.
    • setSubsId

      public void setSubsId(int subsId)
      Deprecated.
    • getSubsName

      public String getSubsName()
      Deprecated.
    • setSubsName

      public void setSubsName(String subsName)
      Deprecated.
    • getUserId

      public int getUserId()
      Deprecated.
    • setUserId

      public void setUserId(int userId)
      Deprecated.
    • getUserName

      public String getUserName()
      Deprecated.
    • setUserName

      public void setUserName(String userName)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object