org.kuali.kfs.module.purap.document.validation.impl
Class PurchasingAddCapitalAssetLocationValidation
java.lang.Object
org.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.module.purap.document.validation.impl.PurchasingAddCapitalAssetLocationValidation
- All Implemented Interfaces:
- Validation
public class PurchasingAddCapitalAssetLocationValidation
- extends GenericValidation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected CapitalAssetLocation location
parameterService
protected org.kuali.rice.kns.service.ParameterService parameterService
purchasingService
protected PurchasingService purchasingService
PurchasingAddCapitalAssetLocationValidation
public PurchasingAddCapitalAssetLocationValidation()
validate
public boolean validate(AttributedDocumentEvent event)
- Description copied from interface:
Validation
- This method validates that certain parameters
- Returns:
- true if validation should continue, false otherwise
getLocation
public CapitalAssetLocation getLocation()
setLocation
public void setLocation(CapitalAssetLocation location)
getParameterService
protected org.kuali.rice.kns.service.ParameterService getParameterService()
getPurchasingService
protected PurchasingService getPurchasingService()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.