org.kuali.kfs.module.endow.businessobject
Class TransactioneDocPostingDocumentExceptionReportLine

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.TransactioneDocPostingDocumentExceptionReportLine
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class TransactioneDocPostingDocumentExceptionReportLine
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
TransactioneDocPostingDocumentExceptionReportLine()
           
 
Method Summary
 String getDocumentName()
          Gets the documentName attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getLineNumber()
          Gets the lineNumber attribute.
 String getLineType()
          Gets the lineType attribute.
 String getReason()
          Gets the reason attribute.
 void setDocumentName(String documentName)
          Sets the documentName attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setLineNumber(String lineNumber)
          Sets the lineNumber attribute value.
 void setLineType(String lineType)
          Sets the lineType attribute value.
 void setReason(String reason)
          Sets the reason attribute value.
protected  LinkedHashMap<Object,Object> toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactioneDocPostingDocumentExceptionReportLine

public TransactioneDocPostingDocumentExceptionReportLine()
Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getDocumentName

public String getDocumentName()
Gets the documentName attribute.

Returns:
Returns the documentName.

setDocumentName

public void setDocumentName(String documentName)
Sets the documentName attribute value.

Parameters:
documentName - The documentName to set.

getLineType

public String getLineType()
Gets the lineType attribute.

Returns:
Returns the lineType.

setLineType

public void setLineType(String lineType)
Sets the lineType attribute value.

Parameters:
lineType - The lineType to set.

getLineNumber

public String getLineNumber()
Gets the lineNumber attribute.

Returns:
Returns the lineNumber.

setLineNumber

public void setLineNumber(String lineNumber)
Sets the lineNumber attribute value.

Parameters:
lineNumber - The lineNumber to set.

getReason

public String getReason()
Gets the reason attribute.

Returns:
Returns the reason.

setReason

public void setReason(String reason)
Sets the reason attribute value.

Parameters:
reason - The reason to set.

toStringMapper

protected LinkedHashMap<Object,Object> toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


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