|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.ec.businessobject.EffortCertificationDetail
org.kuali.kfs.module.ec.businessobject.EffortCertificationDetailBuild
public class EffortCertificationDetailBuild
Business Object for the Effort Certification Detail Build Table.
Field Summary |
---|
Fields inherited from class org.kuali.kfs.module.ec.businessobject.EffortCertificationDetail |
---|
effectiveDate, positionData |
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
EffortCertificationDetailBuild()
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object otherEntry)
|
Long |
getEffortCertificationBuildNumber()
Gets the effortCertificationBuildNumber attribute. |
EffortCertificationDocumentBuild |
getEffortCertificationDocumentBuild()
Gets the effortCertificationDocumentBuild attribute. |
static List<String> |
getKeyList()
get the field name list of the key fields of the Class |
int |
hashCode()
|
void |
setEffortCertificationBuildNumber(Long effortCertificationBuildNumber)
Sets the effortCertificationBuildNumber attribute value. |
void |
setEffortCertificationDocumentBuild(EffortCertificationDocumentBuild effortCertificationDocumentBuild)
Deprecated. |
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public EffortCertificationDetailBuild()
Method Detail |
---|
public Long getEffortCertificationBuildNumber()
public void setEffortCertificationBuildNumber(Long effortCertificationBuildNumber)
effortCertificationBuildNumber
- The effortCertificationBuildNumber to set.public EffortCertificationDocumentBuild getEffortCertificationDocumentBuild()
@Deprecated public void setEffortCertificationDocumentBuild(EffortCertificationDocumentBuild effortCertificationDocumentBuild)
effortCertificationDocumentBuild
- The effortCertificationDocumentBuild to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class EffortCertificationDetail
BusinessObjectBase.toStringMapper()
public boolean equals(Object otherEntry)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public static List<String> getKeyList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |