org.kuali.kfs.gl.batch.service.impl
Class IndirectCostRecoveryGenerationMetadata

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.IndirectCostRecoveryGenerationMetadata

public class IndirectCostRecoveryGenerationMetadata
extends Object


Constructor Summary
IndirectCostRecoveryGenerationMetadata()
           
 
Method Summary
 String getFinancialIcrSeriesIdentifier()
           
 String getIndirectCostRcvyFinCoaCode()
           
 Account getIndirectCostRecoveryAcct()
           
 String getIndirectCostRecoveryAcctNbr()
           
 String getIndirectCostRecoveryTypeCode()
           
 void setFinancialIcrSeriesIdentifier(String financialIcrSeriesIdentifier)
           
 void setIndirectCostRcvyFinCoaCode(String indirectCostRcvyFinCoaCode)
           
 void setIndirectCostRecoveryAcct(Account indirectCostRecoveryAcct)
           
 void setIndirectCostRecoveryAcctNbr(String indirectCostRecoveryAcctNbr)
           
 void setIndirectCostRecoveryTypeCode(String indirectCostRecoveryTypeCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndirectCostRecoveryGenerationMetadata

public IndirectCostRecoveryGenerationMetadata()
Method Detail

getIndirectCostRecoveryTypeCode

public String getIndirectCostRecoveryTypeCode()

setIndirectCostRecoveryTypeCode

public void setIndirectCostRecoveryTypeCode(String indirectCostRecoveryTypeCode)

getFinancialIcrSeriesIdentifier

public String getFinancialIcrSeriesIdentifier()

setFinancialIcrSeriesIdentifier

public void setFinancialIcrSeriesIdentifier(String financialIcrSeriesIdentifier)

getIndirectCostRcvyFinCoaCode

public String getIndirectCostRcvyFinCoaCode()

setIndirectCostRcvyFinCoaCode

public void setIndirectCostRcvyFinCoaCode(String indirectCostRcvyFinCoaCode)

getIndirectCostRecoveryAcctNbr

public String getIndirectCostRecoveryAcctNbr()

setIndirectCostRecoveryAcctNbr

public void setIndirectCostRecoveryAcctNbr(String indirectCostRecoveryAcctNbr)

getIndirectCostRecoveryAcct

public Account getIndirectCostRecoveryAcct()

setIndirectCostRecoveryAcct

public void setIndirectCostRecoveryAcct(Account indirectCostRecoveryAcct)


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