Class SubsInfo

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

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

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

    Fields inherited from class byps.BValueClass

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

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

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)
    Deprecated.
     
    int getSubsId()
    Deprecated.
     
    java.lang.String getSubsName()
    Deprecated.
     
    int getUserId()
    Deprecated.
     
    java.lang.String getUserName()
    Deprecated.
     
    int hashCode()
    Deprecated.
     
    boolean isActive()
    Deprecated.
     
    boolean isInheritRights()
    Deprecated.
     
    void setActive​(boolean active)
    Deprecated.
     
    void setInheritRights​(boolean inheritRights)
    Deprecated.
     
    void setSubsId​(int subsId)
    Deprecated.
     
    void setSubsName​(java.lang.String subsName)
    Deprecated.
     
    void setUserId​(int userId)
    Deprecated.
     
    void setUserName​(java.lang.String userName)
    Deprecated.
     
    java.lang.String toString()
    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 java.lang.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 java.lang.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, java.lang.String subsName, int userId, java.lang.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 java.lang.String getSubsName()
      Deprecated.
    • setSubsName

      public void setSubsName​(java.lang.String subsName)
      Deprecated.
    • getUserId

      public int getUserId()
      Deprecated.
    • setUserId

      public void setUserId​(int userId)
      Deprecated.
    • getUserName

      public java.lang.String getUserName()
      Deprecated.
    • setUserName

      public void setUserName​(java.lang.String userName)
      Deprecated.
    • toString

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

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

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