Class PolicySearchResult

    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object