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 booleanDeprecated.The deputy relationship is applied if this member is true.protected booleanDeprecated.The deputy inherits the rights of the user if this member is true.protected intDeprecated.Deputy: the user that deputizesuserId.protected StringDeprecated.Deputy name.protected intDeprecated.The user that is being deputized bysubsIdprotected StringDeprecated.User name.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.intDeprecated.Deprecated.intDeprecated.Deprecated.inthashCode()Deprecated.booleanisActive()Deprecated.booleanDeprecated.voidsetActive(boolean active) Deprecated.voidsetInheritRights(boolean inheritRights) Deprecated.voidsetSubsId(int subsId) Deprecated.voidsetSubsName(String subsName) Deprecated.voidsetUserId(int userId) Deprecated.voidsetUserName(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 setsubsIdis ignored. -
userId
protected int userIdDeprecated.The user that is being deputized bysubsId -
userName
Deprecated.User name. If this member is setuserIdis 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