Package de.elo.ix.client
Class SubsInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SubsInfo
- All Implemented Interfaces:
Serializable
Deprecated.
This class contains information about a user that is being deputized by another user.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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 deputizesuserId
.protected String
Deprecated.Deputy name.protected int
Deprecated.The user that is being deputized bysubsId
protected String
Deprecated.User name.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.int
Deprecated.Deprecated.int
Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
isActive()
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.toString()
Deprecated.Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
active
protected boolean activeDeprecated.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 inheritRightsDeprecated.The deputy inherits the rights of the user if this member is true. -
subsId
protected int subsIdDeprecated.Deputy: the user that deputizesuserId
. -
subsName
Deprecated.Deputy name. If this member is setsubsId
is ignored. -
userId
protected int userIdDeprecated.The user that is being deputized bysubsId
-
userName
Deprecated.User name. If this member is setuserId
is ignored.
-
-
Constructor Details
-
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
Deprecated. -
setSubsName
Deprecated. -
getUserId
public int getUserId()Deprecated. -
setUserId
public void setUserId(int userId) Deprecated. -
getUserName
Deprecated. -
setUserName
Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
Substitution