public class ClaimProcessingResult extends Object
Constructor and Description |
---|
ClaimProcessingResult(Collection<Claim> unmatched)
Create an unmatched result.
|
ClaimProcessingResult(Policy matched)
Create a matched result.
|
Modifier and Type | Method and Description |
---|---|
Policy |
getMatched() |
Collection<Claim> |
getUnmatched() |
boolean |
isSatisfied() |
void |
setMatched(Policy matched) |
void |
setSatisfied(boolean satisfied) |
void |
setUnmatched(Collection<Claim> unmatched) |
public ClaimProcessingResult(Collection<Claim> unmatched)
unmatched
- public ClaimProcessingResult(Policy matched)
matched
- public boolean isSatisfied()
public void setSatisfied(boolean satisfied)
satisfied
- the satisfied to setpublic Collection<Claim> getUnmatched()
public void setUnmatched(Collection<Claim> unmatched)
unmatched
- the unmatched to setpublic Policy getMatched()
public void setMatched(Policy matched)
matched
- the matched to setCopyright © 2018. All rights reserved.