com.jxml.qare.qhome.db
Class DBUserDelegations.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBUserDelegations.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBUserDelegations
- public final class DBUserDelegations.Row
- extends Object
- implements DBRow
|
Constructor Summary |
DBUserDelegations.Row(DBUser.Row user,
DBApplication.Row application,
DBPrivilege.Row privilege,
DBSystem.Row system,
DBUser.Row grantor,
DBUser.Row delegee,
DBProject.Row project,
DBProject.Row grantorProject,
DBUser.Row grandGrantor,
int delegationId,
Date aquisitionDate,
int delegationLimit,
int delegationCount,
int delegationDepth,
int delegationDistance)
|
aquisitionDate
public Date aquisitionDate
delegationLimit
public int delegationLimit
delegationCount
public int delegationCount
delegationDepth
public int delegationDepth
delegationDistance
public int delegationDistance
DBUserDelegations.Row
public DBUserDelegations.Row(DBUser.Row user,
DBApplication.Row application,
DBPrivilege.Row privilege,
DBSystem.Row system,
DBUser.Row grantor,
DBUser.Row delegee,
DBProject.Row project,
DBProject.Row grantorProject,
DBUser.Row grandGrantor,
int delegationId,
Date aquisitionDate,
int delegationLimit,
int delegationCount,
int delegationDepth,
int delegationDistance)
throws Exception
update
public void update()
throws Exception
delete
public void delete()
throws Exception
closed
public boolean closed()
getUser
public DBUser.Row getUser()
getApplication
public DBApplication.Row getApplication()
getPrivilege
public DBPrivilege.Row getPrivilege()
getSystem
public DBSystem.Row getSystem()
getGrantor
public DBUser.Row getGrantor()
getDelegee
public DBUser.Row getDelegee()
getGrantorProject
public DBProject.Row getGrantorProject()
getGrandGrantor
public DBUser.Row getGrandGrantor()
getProject
public DBProject.Row getProject()
getKeys
public List getKeys()
- Specified by:
getKeys in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey in interface DBRow
getDelegationId
public int getDelegationId()
getaquisitionDate
public Date getaquisitionDate()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup in interface DBRow