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

See Also:
Serialized Form

Constructor Summary
AttestationResourceScopeVO()
           

 

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

 

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

setAttributeName

public void setAttributeName(java.lang.String attributeName)

getCondition

public java.lang.String getCondition()

setCondition

public void setCondition(java.lang.String condition)

getValueList

public java.lang.String getValueList()

setValueList

public void setValueList(java.lang.String valueList)

Skip navigation links


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