Testing Java
Download (right click, save as, rename as appropriate)
1 2 3 4 5
if(aContract.getReviewed().equals(ContractVO.REVIEWED)){ clRate.setReviewed(ContractLocationRateVO.REVIEWED); }else{ clRate.setReviewed(ContractLocationRateVO.NOT_REVIEWED); }