public class ProposalAbstract extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProposalAbstract()
Constructs a ProposalAbstract.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstractDetails()
Gets the Details for this abstract.
|
AbstractType |
getAbstractType()
Gets the AbstractType for this abstract.
|
String |
getAbstractTypeCode()
Gets the Abstract Type Code for this abstract.
|
String |
getProposalNumber()
Gets the Proposal Number.
|
Timestamp |
getTimestampDisplay() |
String |
getUploadUserDisplay() |
String |
getUploadUserFullName() |
protected void |
prePersist() |
protected void |
preUpdate() |
void |
setAbstractDetails(String abstractDetails)
Sets the abstract's details.
|
void |
setAbstractType(AbstractType abstractType)
Sets the abstract's AbstractType.
|
void |
setAbstractTypeCode(String abstractTypeCode)
Sets the Abstract Type Code for this abstract.
|
void |
setProposalNumber(String proposalNumber)
Sets the proposal number that this abstract is associated with.
|
void |
setTimestampDisplay(Timestamp timestampDisplay) |
void |
setUploadUserDisplay(String uploadUserDisplay) |
void |
setUploadUserFullName(String uploadUserFullName) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getProposalNumber()
public void setProposalNumber(String proposalNumber)
proposalNumber - a Proposal's unique number; may be null.public String getAbstractTypeCode()
public void setAbstractTypeCode(String abstractTypeCode)
abstractTypeCode - one of the valid abstract type codes. The database
can be consulted to find the valid type codes.public String getAbstractDetails()
public void setAbstractDetails(String abstractDetails)
abstractDetails - a user-defined textual string.public AbstractType getAbstractType()
public void setAbstractType(AbstractType abstractType)
abstractType - the AbstractType.public Timestamp getTimestampDisplay()
public void setTimestampDisplay(Timestamp timestampDisplay)
protected void prePersist()
KraPersistableBusinessObjectBaseprePersist in class KraPersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()protected void preUpdate()
preUpdate in class KraPersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()public String getUploadUserDisplay()
public void setUploadUserDisplay(String uploadUserDisplay)
public String getUploadUserFullName()
public void setUploadUserFullName(String uploadUserFullName)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.