public class Entitlement
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENDROW
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used
to specify the ending row in case of pagination
|
static java.lang.String |
ENTITLEMENT_DESCRIPTION
Search Criteria parameter - search by the description of the Entitlement
|
static java.lang.String |
ENTITLEMENT_DISPLAYNAME
Search Criteria parameter - search by the display name of the Entitlement
|
static java.lang.String |
ENTITLEMENT_FORMFIELDKEY
Search Criteria parameter - search by the form field key (sdc_key) on which this entitlement is defined.
|
static java.lang.String |
ENTITLEMENT_FORMKEY
Search Criteria parameter - search by the form key (child form) on which this entitlement is defined.
|
static java.lang.String |
ENTITLEMENT_ITRESOURCEKEY
Search Criteria parameter - search by the ITResource key for which this entitlement is defined.
|
static java.lang.String |
ENTITLEMENT_KEY
Search Criteria parameter - search by the primary key of the Entitlement in the ENT_LIST table
|
static java.lang.String |
ENTITLEMENT_LOOKUPVALUEKEY
Search Criteria parameter - search by the lookup value key (lku_key)
|
static java.lang.String |
ENTITLEMENT_NAME
Search Criteria parameter - search by the the entitlement code (lkv_encoded)
|
static java.lang.String |
ENTITLEMENT_OBJECTKEY
Search Criteria parameter - search by the resource object key for which this entitlement is defined.
|
static java.lang.String |
ENTITLEMENT_VALID
Search Criteria parameter - search by the field indicating if the entitlement is valid
|
static java.lang.String |
ENTITLEMENT_VALUE
Search Criteria parameter - search by the entitlement value (lkv_decoded)
|
static java.lang.String |
OPERATIONCONTEXT |
static long |
serialVersionUID |
static java.lang.String |
SORTEDBY
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used
to specify the sortby column
|
static java.lang.String |
SORTORDER
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used
to specify the sortorder
|
static java.lang.String |
STARTROW
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used
to specify the starting row in case of pagination
|
Constructor and Description |
---|
Entitlement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ApplicationInstance |
getAppInstance() |
FormInfo |
getChildForm() |
java.lang.String |
getDescription()
This method gets the description of the Entitltment (ENT_DESCRIPTION).
|
java.lang.String |
getDisplayName()
This method gets the display name of the Entitltment (ENT_DISPLAY_NAME).
|
java.lang.String |
getEntitlementCode()
This method gets the Entitlement Code associated to the Entitltment (ENT_CODE).
|
long |
getEntitlementKey()
This method gets the primary key of the Entitltment (ENT_LIST_KEY)
|
java.lang.String |
getEntitlementValue()
This method gets the Entitlement value associated to the Entitltment (ENT_VALUE).
|
long |
getFormFieldKey()
This method gets the form field key associated to Entitlement (SDC_KEY).
|
long |
getFormKey()
This method gets the Form Key associated to the Entitltment (SDK_KEY).
|
java.lang.String |
getFormName()
This method gets the form name to Entitlement (SDK_NAME).
|
long |
getItResourceKey()
This method gets the ITResource Key associated to the Entitltment (SVR_KEY).
|
long |
getLookupValueKey()
This method gets the Lookup value Key associated to the Entitltment (LKV_KEY).
|
long |
getObjectKey()
This method gets the Resource Object Key associated to the Entitltment (OBJ_KEY).
|
int |
hashCode() |
boolean |
isValid()
This method checks if Entitlement is valid.
|
void |
setAppInstance(ApplicationInstance appInstance) |
void |
setChildForm(FormInfo childForm) |
void |
setDescription(java.lang.String description)
This method sets the description of the Entitltment (ENT_DESCRIPTION).
|
void |
setDisplayName(java.lang.String displayName)
This method sets the display name of the Entitltment (ENT_DISPLAY_NAME).
|
void |
setEntitlementCode(java.lang.String entitlementCode)
This method sets the Entitlement Code to the Entitltment (ENT_CODE).
|
void |
setEntitlementKey(long entitlementKey)
This method sets the primary key of the Entitltment (ENT_LIST_KEY)
|
void |
setEntitlementValue(java.lang.String entitlementValue)
This method sets the Entitlement value associated to the Entitltment (ENT_VALUE).
|
void |
setFormFieldKey(long formFieldKey)
This method sets the form field key to Entitlement (SDC_KEY).
|
void |
setFormKey(long formKey)
This method sets the Form Key to the Entitltment (SDK_KEY).
|
void |
setFormName(java.lang.String formName)
This method sets the form name to Entitlement (SDK_NAME).
|
void |
setItResourceKey(long itResourceKey)
This method sets the ITResource Key to the Entitltment (SVR_KEY).
|
void |
setLookupValueKey(long lookupValueKey)
This method sets the Lookup value Key to the Entitltment (LKV_KEY).
|
void |
setObjectKey(long objectKey)
This method sets the Resource Object Key associated to the Entitltment (OBJ_KEY).
|
void |
setValid(boolean isValid)
This method sets if Entitlement is valid.
|
java.lang.String |
toString()
This method returns the String representation of the Entitlement
in the format, EntitlementCode: ITResourceKey: ResourceObjectKey
|
public static final long serialVersionUID
public static final java.lang.String STARTROW
public static final java.lang.String ENDROW
public static final java.lang.String SORTORDER
public static final java.lang.String SORTEDBY
public static final java.lang.String OPERATIONCONTEXT
public static final java.lang.String ENTITLEMENT_KEY
public static final java.lang.String ENTITLEMENT_NAME
public static final java.lang.String ENTITLEMENT_VALUE
public static final java.lang.String ENTITLEMENT_DISPLAYNAME
public static final java.lang.String ENTITLEMENT_DESCRIPTION
public static final java.lang.String ENTITLEMENT_OBJECTKEY
public static final java.lang.String ENTITLEMENT_ITRESOURCEKEY
public static final java.lang.String ENTITLEMENT_VALID
public static final java.lang.String ENTITLEMENT_FORMFIELDKEY
public static final java.lang.String ENTITLEMENT_FORMKEY
public static final java.lang.String ENTITLEMENT_LOOKUPVALUEKEY
public long getEntitlementKey()
public void setEntitlementKey(long entitlementKey)
entitlementKey
- The primary key of the Entitlement.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- display name of the Entitlement.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the Entitltment.public long getObjectKey()
public void setObjectKey(long objectKey)
objectKey
- the Resource Object Key.public long getItResourceKey()
public void setItResourceKey(long itResourceKey)
itResourceKey
- public long getFormKey()
public void setFormKey(long formKey)
formKey
- the Form Key associated to the Entitltment (SDK_KEY).public long getLookupValueKey()
public void setLookupValueKey(long lookupValueKey)
lookupValueKey
- the Lookup value Key to the Entitltment (LKV_KEY).public java.lang.String getEntitlementCode()
public void setEntitlementCode(java.lang.String entitlementCode)
entitlementCode
- public java.lang.String getEntitlementValue()
public void setEntitlementValue(java.lang.String entitlementValue)
entitlementValue
- the Entitlement value associated to the Entitltment (ENT_VALUE).public boolean isValid()
public void setValid(boolean isValid)
isValid
- true means valid.public long getFormFieldKey()
public void setFormFieldKey(long formFieldKey)
formFieldKey
- the form field key associated to Entitlement (SDC_KEY).public java.lang.String getFormName()
formName
- the form name associated to Entitlement (SDK_NAME).public void setFormName(java.lang.String formName)
formName
- the form name associated to Entitlement (SDK_NAME).public FormInfo getChildForm()
public void setChildForm(FormInfo childForm)
public java.lang.String toString()
toString
in class java.lang.Object
public ApplicationInstance getAppInstance()
public void setAppInstance(ApplicationInstance appInstance)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object