org.kuali.kfs.integration.cg.businessobject
Class CFDA

java.lang.Object
  extended by org.kuali.kfs.integration.cg.businessobject.CFDA
All Implemented Interfaces:
Serializable, ContractsAndGrantsCfda, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject

public class CFDA
extends Object
implements ContractsAndGrantsCfda

Instances of this class refer to Catalog of Federal Domestic Assistance codes. Some of these codes are taken directly from a government web-site. Additional codes can be created manually however. Codes can be updated automatically via the CfdaBatchStep.

See Also:
Serialized Form

Constructor Summary
CFDA()
          Default constructor.
 
Method Summary
 String getCfdaMaintenanceTypeId()
          Gets the cfdaMaintenanceTypeId attribute.
 String getCfdaNumber()
          Gets the cfdaNumber attribute.
 String getCfdaProgramTitleName()
          Gets the cfdaProgramTitleName attribute.
 void prepareForWorkflow()
           
 void refresh()
           
 void setCfdaMaintenanceTypeId(String cfdaMaintenanceTypeId)
          Sets the cfdaMaintenanceTypeId attribute.
 void setCfdaNumber(String cfdaNumber)
          Sets the cfdaNumber attribute.
 void setCfdaProgramTitleName(String cfdaProgramTitleName)
          Sets the cfdaProgramTitleName attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFDA

public CFDA()
Default constructor.

Method Detail

getCfdaNumber

public String getCfdaNumber()
Gets the cfdaNumber attribute.

Specified by:
getCfdaNumber in interface ContractsAndGrantsCfda
Returns:
Returns the cfdaNumber

setCfdaNumber

public void setCfdaNumber(String cfdaNumber)
Sets the cfdaNumber attribute.

Parameters:
cfdaNumber - The cfdaNumber to set.

getCfdaProgramTitleName

public String getCfdaProgramTitleName()
Gets the cfdaProgramTitleName attribute.

Specified by:
getCfdaProgramTitleName in interface ContractsAndGrantsCfda
Returns:
Returns the cfdaProgramTitleName

setCfdaProgramTitleName

public void setCfdaProgramTitleName(String cfdaProgramTitleName)
Sets the cfdaProgramTitleName attribute.

Parameters:
cfdaProgramTitleName - The cfdaProgramTitleName to set.

getCfdaMaintenanceTypeId

public String getCfdaMaintenanceTypeId()
Gets the cfdaMaintenanceTypeId attribute.

Specified by:
getCfdaMaintenanceTypeId in interface ContractsAndGrantsCfda
Returns:
Returns the cfdaMaintenanceTypeId

setCfdaMaintenanceTypeId

public void setCfdaMaintenanceTypeId(String cfdaMaintenanceTypeId)
Sets the cfdaMaintenanceTypeId attribute.

Parameters:
cfdaMaintenanceTypeId - The cfdaMaintenanceTypeId to set.

prepareForWorkflow

public void prepareForWorkflow()
Specified by:
prepareForWorkflow in interface org.kuali.rice.kns.bo.BusinessObject

refresh

public void refresh()
Specified by:
refresh in interface org.kuali.rice.kns.bo.BusinessObject


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