|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.thortech.xl.vo.AttestationResourceScopeVO
public class AttestationResourceScopeVO
Value object to store the attestation resource scope
| 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 |
|---|
public AttestationResourceScopeVO()
| Method Detail |
|---|
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName - Resource's attribute namepublic java.lang.String getCondition()
public void setCondition(java.lang.String condition)
condition - Matching condition between attribute name and valuepublic java.lang.String getValueList()
public void setValueList(java.lang.String valueList)
valueList - Matching value of resource's attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||