org.kuali.kfs.sys.document.datadictionary
Class AccountingLineViewActionDefinition

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.kfs.sys.document.datadictionary.AccountingLineViewActionDefinition
All Implemented Interfaces:
Serializable, AccountingLineViewRenderableElementDefinition, org.kuali.rice.kns.datadictionary.DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean

public class AccountingLineViewActionDefinition
extends org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
implements AccountingLineViewRenderableElementDefinition

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
AccountingLineViewActionDefinition()
           
 
Method Summary
 void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
          Since this metadata definition has no children, there's nothing to validate and this method checks nothing.
 TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
          Returns the TableJoining element that this definition requires to be part of the accounting line view
 String getActionLabel()
          Gets the actionLabel attribute.
 String getActionMethod()
          Gets the actionMethod attribute.
 String getImageName()
          Gets the imageName attribute.
 void setActionLabel(String actionLabel)
          Sets the actionLabel attribute value.
 void setActionMethod(String actionMethod)
          Sets the actionMethod attribute value.
 void setImageName(String imageName)
          Sets the imageName attribute value.
 
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountingLineViewActionDefinition

public AccountingLineViewActionDefinition()
Method Detail

getActionLabel

public String getActionLabel()
Gets the actionLabel attribute.

Returns:
Returns the actionLabel.

setActionLabel

public void setActionLabel(String actionLabel)
Sets the actionLabel attribute value.

Parameters:
actionLabel - The actionLabel to set.

getActionMethod

public String getActionMethod()
Gets the actionMethod attribute.

Returns:
Returns the actionMethod.

setActionMethod

public void setActionMethod(String actionMethod)
Sets the actionMethod attribute value.

Parameters:
actionMethod - The actionMethod to set.

getImageName

public String getImageName()
Gets the imageName attribute.

Returns:
Returns the imageName.

setImageName

public void setImageName(String imageName)
Sets the imageName attribute value.

Parameters:
imageName - The imageName to set.

completeValidation

public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
Since this metadata definition has no children, there's nothing to validate and this method checks nothing.

Specified by:
completeValidation in interface org.kuali.rice.kns.datadictionary.DataDictionaryDefinition
See Also:
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)

createLayoutElement

public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Description copied from interface: AccountingLineViewRenderableElementDefinition
Returns the TableJoining element that this definition requires to be part of the accounting line view

Specified by:
createLayoutElement in interface AccountingLineViewRenderableElementDefinition
Returns:
a properly created TableJoining element
See Also:
AccountingLineViewRenderableElementDefinition.createLayoutElement(java.lang.Class)


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