Skip navigation links


com.thortech.xl.vo
Class AttestationUserScopeVO

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

All Implemented Interfaces:
java.io.Serializable

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

Value object to store the attestation user scope

See Also:
Serialized Form

Constructor Summary
AttestationUserScopeVO()
           

 

Method Summary
 java.lang.String getAttributeName()
          Provides user's attribute name
 java.lang.String getCondition()
          Provides matching condition between attribute name and value
 boolean getRecursiveType()
          Provides recursive type
 java.lang.String getValueList()
          Provides matching value of user's attribute
 void setAttributeName(java.lang.String attributeName)
          Sets user's attribute name
 void setCondition(java.lang.String condition)
          Sets matching condition between attribute name and value
 void setRecursiveType(boolean recursiveType)
          Sets recursive type
 void setValueList(java.lang.String valueList)
          Sets matching value of user's attribute

 

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

 

Constructor Detail

AttestationUserScopeVO

public AttestationUserScopeVO()

Method Detail

getAttributeName

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

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Sets user's attribute name
Parameters:
attributeName - User'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

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 java.lang.String getValueList()
Provides matching value of user's attribute
Returns:
Matching value of user's attribute

setValueList

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

Skip navigation links


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