Class AttestationResourceScopeVO

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

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

    • AttestationResourceScopeVO

      public AttestationResourceScopeVO()
  • Method Details

    • getAttributeName

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

      public void setAttributeName(String attributeName)
      Sets Resource's attribute name
      Parameters:
      attributeName - Resource'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
    • getValueList

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

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