Package com.thortech.xl.vo
Class AttestationUserScopeVO
java.lang.Object
com.thortech.xl.vo.AttestationUserScopeVO
- All Implemented Interfaces:
Serializable
Value object to store the attestation user scope
- Author:
- Jitendra
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides user's attribute nameProvides matching condition between attribute name and valueboolean
Provides recursive typeProvides matching value of user's attributevoid
setAttributeName
(String attributeName) Sets user's attribute namevoid
setCondition
(String condition) Sets matching condition between attribute name and valuevoid
setRecursiveType
(boolean recursiveType) Sets recursive typevoid
setValueList
(String valueList) Sets matching value of user's attribute
-
Constructor Details
-
AttestationUserScopeVO
public AttestationUserScopeVO()
-
-
Method Details
-
getAttributeName
Provides user's attribute name- Returns:
- User's attribute name
-
setAttributeName
Sets user's attribute name- Parameters:
attributeName
- User'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
-
getRecursiveType
public boolean getRecursiveType()Provides recursive type- Returns:
- Recursive type
-
setRecursiveType
public void setRecursiveType(boolean recursiveType) Sets recursive type- Parameters:
recursiveType
- Recursive type
-
getValueList
Provides matching value of user's attribute- Returns:
- Matching value of user's attribute
-
setValueList
Sets matching value of user's attribute- Parameters:
valueList
- Matching value of user's attribute
-