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