Skip navigation links


com.thortech.xl.vo
Class AttestationResourceScopeVO

java.lang.Object
  extended by com.thortech.xl.vo.AttestationResourceScopeVO

All Implemented Interfaces:
java.io.Serializable

public class AttestationResourceScopeVO
extends java.lang.Object
implements java.io.Serializable

Value object to store the attestation resource scope

See Also:
Serialized Form

Constructor Summary
AttestationResourceScopeVO()
           

 

Method Summary
 java.lang.String getAttributeName()
          Provides Resource's attribute name
 java.lang.String getCondition()
          Provides matching condition between attribute name and value
 java.lang.String getValueList()
          Provides matching value of resource's attribute
 void setAttributeName(java.lang.String attributeName)
          Sets Resource's attribute name
 void setCondition(java.lang.String condition)
          Sets matching condition between attribute name and value
 void setValueList(java.lang.String valueList)
          Sets matching value of resource's attribute

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttestationResourceScopeVO

public AttestationResourceScopeVO()

Method Detail

getAttributeName

public java.lang.String getAttributeName()
Provides Resource's attribute name
Returns:
Resource's attribute name

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Sets Resource's attribute name
Parameters:
attributeName - Resource's attribute name

getCondition

public java.lang.String getCondition()
Provides matching condition between attribute name and value
Returns:
Matching condition between attribute name and value

setCondition

public void setCondition(java.lang.String condition)
Sets matching condition between attribute name and value
Parameters:
condition - Matching condition between attribute name and value

getValueList

public java.lang.String getValueList()
Provides matching value of resource's attribute
Returns:
Matching value of resource's attribute

setValueList

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

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.