Class PolicySearchResult
- java.lang.Object
-
- nl.paston.apollon.model.projections.search.PolicySearchResult
-
- Direct Known Subclasses:
RequestedPolicySearchResult,ResponsePolicySearchResult
public class PolicySearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description PolicySearchResult(Policy policy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetInsurer()StringgetPaymentTerm()BigDecimalgetTotalNetPremium()StringgetValidationLevel()inthashCode()voidsetInsurer(String insurer)voidsetPaymentTerm(String paymentTerm)voidsetTotalNetPremium(BigDecimal totalNetPremium)voidsetValidationLevel(String validationLevel)StringtoString()
-
-
-
Constructor Detail
-
PolicySearchResult
public PolicySearchResult(Policy policy)
-
-
Method Detail
-
getInsurer
public String getInsurer()
-
getTotalNetPremium
public BigDecimal getTotalNetPremium()
-
getPaymentTerm
public String getPaymentTerm()
-
getValidationLevel
public String getValidationLevel()
-
setInsurer
public void setInsurer(String insurer)
-
setTotalNetPremium
public void setTotalNetPremium(BigDecimal totalNetPremium)
-
setPaymentTerm
public void setPaymentTerm(String paymentTerm)
-
setValidationLevel
public void setValidationLevel(String validationLevel)
-
canEqual
protected boolean canEqual(Object other)
-
-