Package de.elo.ix.client
Class UserName
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.UserName
- All Implemented Interfaces:
Serializable
Contains user name, ID and type (group or user).
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
User rights.protected int
User rights, second set.protected String
User GUID.protected int
User IDprotected String
User name.protected int
User type.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED
-
Constructor Summary
ConstructorsConstructorDescriptionUserName()
Default constructor.Constructor with initial values.Constructor with initial values.Constructor with initialisation from a user information object. -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
protected int idUser ID -
name
User name. -
guid
User GUID.- Since:
- 12.00.000.031
-
type
protected int typeUser type. -
flags
protected int flagsUser rights. To detect a suspended user, test bit AccessC.FLAG_NOLOGIN.- Since:
- 7.00.000.020
- See Also:
-
flags2
protected int flags2User rights, second set. This member is a bit set of AccessC.FLAGS2_* constants.- Since:
- 8.00.000.006
- See Also:
-
-
Constructor Details
-
UserName
public UserName()Default constructor. -
UserName
Constructor with initial values.- Parameters:
id
- User ID.name
- User name.type
- User type (group or user).- See Also:
-
UserName
Constructor with initial values.- Parameters:
id
- User ID.name
- User name.guid
- User GUID.type
- User type (group or user).- See Also:
-
UserName
Constructor with initialisation from a user information object.- Parameters:
ui
- Uer information object
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getGuid
-
setGuid
-
getType
public int getType() -
setType
public void setType(int type) -
getFlags
public int getFlags() -
setFlags
public void setFlags(int flags) -
getFlags2
public int getFlags2() -
setFlags2
public void setFlags2(int flags2) -
toString
-