org.kuali.kfs.module.cam.document.validation.impl
Class AssetPaymentAddAssetValidation

java.lang.Object
  extended by org.kuali.kfs.sys.document.validation.ParameterizedValidation
      extended by org.kuali.kfs.sys.document.validation.GenericValidation
          extended by org.kuali.kfs.module.cam.document.validation.impl.AssetPaymentAddAssetValidation
All Implemented Interfaces:
Validation

public class AssetPaymentAddAssetValidation
extends GenericValidation

This class validates if asset# typed in the asset textbox isn't blank, and validate its wasn't already added in the collection


Constructor Summary
AssetPaymentAddAssetValidation()
           
 
Method Summary
 AssetPaymentAssetDetail getAssetPaymentAssetDetailForValidation()
           
 AssetPaymentService getAssetPaymentService()
           
 void setAssetPaymentAssetDetailForValidation(AssetPaymentAssetDetail assetPaymentAssetDetailForValidation)
           
 void setAssetPaymentService(AssetPaymentService assetPaymentService)
           
 boolean validate(AttributedDocumentEvent event)
          This method validates that certain parameters
 
Methods inherited from class org.kuali.kfs.sys.document.validation.GenericValidation
setQuitOnFail, shouldQuitOnFail, stageValidation
 
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPaymentAddAssetValidation

public AssetPaymentAddAssetValidation()
Method Detail

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
See Also:
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)

getAssetPaymentAssetDetailForValidation

public AssetPaymentAssetDetail getAssetPaymentAssetDetailForValidation()

setAssetPaymentAssetDetailForValidation

public void setAssetPaymentAssetDetailForValidation(AssetPaymentAssetDetail assetPaymentAssetDetailForValidation)

getAssetPaymentService

public AssetPaymentService getAssetPaymentService()

setAssetPaymentService

public void setAssetPaymentService(AssetPaymentService assetPaymentService)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.