org.kuali.kfs.module.purap.document.validation.impl
Class PurchasingAccountsPayableAccountPercentBetween0And100Validation

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.purap.document.validation.impl.PurchasingAccountsPayableAccountPercentBetween0And100Validation
All Implemented Interfaces:
Validation

public class PurchasingAccountsPayableAccountPercentBetween0And100Validation
extends GenericValidation


Constructor Summary
PurchasingAccountsPayableAccountPercentBetween0And100Validation()
           
 
Method Summary
 PurApAccountingLine getAccountingLine()
           
 String getErrorPropertyName()
           
 String getItemIdentifier()
           
 void setAccountingLine(PurApAccountingLine accountingLine)
           
 void setErrorPropertyName(String errorPropertyName)
           
 void setItemIdentifier(String itemIdentifier)
           
 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

PurchasingAccountsPayableAccountPercentBetween0And100Validation

public PurchasingAccountsPayableAccountPercentBetween0And100Validation()
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

getAccountingLine

public PurApAccountingLine getAccountingLine()

setAccountingLine

public void setAccountingLine(PurApAccountingLine accountingLine)

getErrorPropertyName

public String getErrorPropertyName()

setErrorPropertyName

public void setErrorPropertyName(String errorPropertyName)

getItemIdentifier

public String getItemIdentifier()

setItemIdentifier

public void setItemIdentifier(String itemIdentifier)


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