Getter for property creditLimit.returnValue of property creditLimit. return creditLimit;
return creditLimit;
Setter for property creditLimit.paramcreditLimit New value of property creditLimit. CREDIT_LIMIT_CONSTRAINT.validate(creditLimit); final Float oldCreditLimit = this.creditLimit; this.creditLimit = creditLimit; propertyChangeSupport.firePropertyChange("creditLimit", oldCreditLimit, this.creditLimit);
CREDIT_LIMIT_CONSTRAINT.validate(creditLimit); final Float oldCreditLimit = this.creditLimit; this.creditLimit = creditLimit; propertyChangeSupport.firePropertyChange("creditLimit", oldCreditLimit, this.creditLimit);