org.kuali.kfs.module.cg.businessobject
Class AwardStatus

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.cg.businessobject.AwardStatus
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class AwardStatus
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Instances of this class represent the various statuses an Award can be in.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AwardStatus()
          Default constructor.
 
Method Summary
 String getAwardStatusCode()
          Gets the awardStatusCode attribute.
 String getAwardStatusCodeDropDown()
          This method is a dummy getter that simply returns the same value as getAwardStatusCode().
 String getAwardStatusDescription()
          Gets the awardStatusDescription attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setAwardStatusCode(String awardStatusCode)
          Sets the awardStatusCode attribute.
 void setAwardStatusCodeDropDown(String awardStatusCode)
          Deprecated. Do not use this method, it is only here for DD mapping purposes and has no defined functionality. See KULCG-281 for further details.
 void setAwardStatusDescription(String awardStatusDescription)
          Sets the awardStatusDescription attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
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
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

AwardStatus

public AwardStatus()
Default constructor.

Method Detail

getAwardStatusCode

public String getAwardStatusCode()
Gets the awardStatusCode attribute.

Returns:
Returns the awardStatusCode

setAwardStatusCode

public void setAwardStatusCode(String awardStatusCode)
Sets the awardStatusCode attribute.

Parameters:
awardStatusCode - The awardStatusCode to set.

getAwardStatusCodeDropDown

public String getAwardStatusCodeDropDown()
This method is a dummy getter that simply returns the same value as getAwardStatusCode(). This method was needed so we could add an attribute reference to the DD with a different name than awardStatusCode. This allowed us to override the input behavior and define two different methods of input based on what type of page we're displaying.

Returns:
Returns the awardStatusCode

setAwardStatusCodeDropDown

public void setAwardStatusCodeDropDown(String awardStatusCode)
Deprecated. Do not use this method, it is only here for DD mapping purposes and has no defined functionality. See KULCG-281 for further details.

Parameters:
awardStatusCode -

getAwardStatusDescription

public String getAwardStatusDescription()
Gets the awardStatusDescription attribute.

Returns:
Returns the awardStatusDescription

setAwardStatusDescription

public void setAwardStatusDescription(String awardStatusDescription)
Sets the awardStatusDescription attribute.

Parameters:
awardStatusDescription - The awardStatusDescription to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
org.kuali.core.bo.BusinessObjectBase#toStringMapper()


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