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 attestion user scope

See Also:
Serialized Form

Constructor Summary
AttestationUserScopeVO()
           

 

Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getCondition()
           
 boolean getRecursiveType()
           
 java.lang.String getValueList()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setCondition(java.lang.String condition)
           
 void setRecursiveType(boolean recursiveType)
           
 void setValueList(java.lang.String valueList)
           

 

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()

setAttributeName

public void setAttributeName(java.lang.String attributeName)

getCondition

public java.lang.String getCondition()

setCondition

public void setCondition(java.lang.String condition)

getRecursiveType

public boolean getRecursiveType()

setRecursiveType

public void setRecursiveType(boolean recursiveType)

getValueList

public java.lang.String getValueList()

setValueList

public void setValueList(java.lang.String valueList)

Skip navigation links


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