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:
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 deputizesuserId
.protected java.lang.String
subsName
Deprecated.Deputy name.protected int
userId
Deprecated.The user that is being deputized bysubsId
protected java.lang.String
userName
Deprecated.User name. -
Constructor Summary
-
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.
-
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
protected java.lang.String subsNameDeprecated.Deputy name. If this member is setsubsId
is ignored. -
userId
protected int userIdDeprecated.The user that is being deputized bysubsId
-
userName
protected java.lang.String userNameDeprecated.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
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 classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)Deprecated.- Overrides:
equals
in classjava.lang.Object
-