Package com.thortech.xl.vo
Class AttestationResourceScopeVO
java.lang.Object
com.thortech.xl.vo.AttestationResourceScopeVO
- All Implemented Interfaces:
Serializable
Value object to store the attestation resource scope
- Author:
- Jitendra
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides Resource's attribute nameProvides matching condition between attribute name and valueProvides matching value of resource's attributevoid
setAttributeName
(String attributeName) Sets Resource's attribute namevoid
setCondition
(String condition) Sets matching condition between attribute name and valuevoid
setValueList
(String valueList) Sets matching value of resource's attribute
-
Constructor Details
-
AttestationResourceScopeVO
public AttestationResourceScopeVO()
-
-
Method Details
-
getAttributeName
Provides Resource's attribute name- Returns:
- Resource's attribute name
-
setAttributeName
Sets Resource's attribute name- Parameters:
attributeName
- Resource's attribute name
-
getCondition
Provides matching condition between attribute name and value- Returns:
- Matching condition between attribute name and value
-
setCondition
Sets matching condition between attribute name and value- Parameters:
condition
- Matching condition between attribute name and value
-
getValueList
Provides matching value of resource's attribute- Returns:
- Matching value of resource's attribute
-
setValueList
Sets matching value of resource's attribute- Parameters:
valueList
- Matching value of resource's attribute
-