|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.validator.ValidatorResult
public class ValidatorResult
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
ValidatorResult()
|
|
| Method Summary | |
|---|---|
void |
addFailureDetail(ValidatorFailureDetail failureDetail)
Add an instance of ValidatorFailureDetail to the list associated with this object. |
java.util.Collection<ValidatorFailureDetail> |
getFailureDetail()
Get the collection of instances of ValidatorFailureDetail associated with this object. |
ValidatorFailureDetail |
getFailureDetail(int i)
Fetch a specific ValidatorFailureDetail from the collection by index number. |
int |
getFailureDetailCount()
Get a count of the number of ValidatorFailureDetail instances associated with this object |
void |
removeFailureDetail(int i)
Remove the element specified from the list. |
void |
removeFailureDetail(ValidatorFailureDetail failureDetail)
Remove the specified instance of ValidatorFailureDetail from the list. |
void |
setFailureDetail(java.util.Collection<ValidatorFailureDetail> failureDetail)
Set the collection of instances of ValidatorFailureDetail associated with this object. |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorResult()
| Method Detail |
|---|
public java.util.Collection<ValidatorFailureDetail> getFailureDetail()
setFailureDetail(java.util.Collection) public void setFailureDetail(java.util.Collection<ValidatorFailureDetail> failureDetail)
failureDetail - A collection of instances of ExcessgetFailureDetail()public int getFailureDetailCount()
public ValidatorFailureDetail getFailureDetail(int i)
i - Index of element to return
public void removeFailureDetail(int i)
i - Index of element to removepublic void removeFailureDetail(ValidatorFailureDetail failureDetail)
failureDetail - Instance to be removedpublic void addFailureDetail(ValidatorFailureDetail failureDetail)
failureDetail - Instance to add to list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||