@Entity public class CFDA extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
CFDA()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCfdaMaintenanceTypeId()
Gets the cfdaMaintenanceTypeId attribute.
|
String |
getCfdaNumber()
Gets the cfdaNumber attribute.
|
String |
getCfdaProgramTitleName()
Gets the cfdaProgramTitleName attribute.
|
boolean |
isActive()
This method gets the active value.
|
void |
setActive(boolean active)
This method sets the active for this object.
|
void |
setCfdaMaintenanceTypeId(String cfdaMaintenanceTypeId)
Sets the cfdaMaintenanceTypeId attribute.
|
void |
setCfdaNumber(String cfdaNumber)
Sets the cfdaNumber attribute.
|
void |
setCfdaProgramTitleName(String cfdaProgramTitleName)
Sets the cfdaProgramTitleName attribute.
|
protected LinkedHashMap |
toStringMapper() |
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
public CFDA()
public String getCfdaNumber()
public void setCfdaNumber(String cfdaNumber)
cfdaNumber
- The cfdaNumber to set.public String getCfdaProgramTitleName()
public void setCfdaProgramTitleName(String cfdaProgramTitleName)
cfdaProgramTitleName
- The cfdaProgramTitleName to set.public String getCfdaMaintenanceTypeId()
public void setCfdaMaintenanceTypeId(String cfdaMaintenanceTypeId)
cfdaMaintenanceTypeId
- The cfdaMaintenanceTypeId to set.protected LinkedHashMap toStringMapper()
org.kuali.rice.kns.bo.BusinessObjectBase#toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The value to be assigned to the active attribute.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.