Package com.thortech.xl.vo
Class AttestationEntitlementVO
java.lang.Object
com.thortech.xl.vo.AttestationEntitlementVO
- All Implemented Interfaces:
Serializable
Value object to store entitlement information
- Author:
- jyoti
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides resource object instance association key with a user in given entitlementProvides user's key information for given entitlementvoid
Sets resource object instance association key with a user in given entitlementvoid
Sets user's key information for given entitlement
-
Constructor Details
-
AttestationEntitlementVO
public AttestationEntitlementVO()
-
-
Method Details
-
getObjKey
Provides resource object instance association key with a user in given entitlement- Returns:
- Resource object instance association key with a user in given entitlement
-
setOiuKey
Sets resource object instance association key with a user in given entitlement- Parameters:
oiuKey
- Resource object instance association key with a user in given entitlement
-
getUsrKey
Provides user's key information for given entitlement- Returns:
- User's key information for given entitlement
-
setUsrKey
Sets user's key information for given entitlement- Parameters:
userKey
- User's key information for given entitlement
-