Class AttestationUserScopeVO

java.lang.Object
com.thortech.xl.vo.AttestationUserScopeVO
All Implemented Interfaces:
Serializable

public class AttestationUserScopeVO extends Object implements Serializable
Value object to store the attestation user scope
Author:
Jitendra
See Also:
  • Constructor Details

    • AttestationUserScopeVO

      public AttestationUserScopeVO()
  • Method Details

    • getAttributeName

      public String getAttributeName()
      Provides user's attribute name
      Returns:
      User's attribute name
    • setAttributeName

      public void setAttributeName(String attributeName)
      Sets user's attribute name
      Parameters:
      attributeName - User's attribute name
    • getCondition

      public String getCondition()
      Provides matching condition between attribute name and value
      Returns:
      Matching condition between attribute name and value
    • setCondition

      public void setCondition(String condition)
      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

      public String getValueList()
      Provides matching value of user's attribute
      Returns:
      Matching value of user's attribute
    • setValueList

      public void setValueList(String valueList)
      Sets matching value of user's attribute
      Parameters:
      valueList - Matching value of user's attribute