Interface ProposalChangedDataContract
-
- All Superinterfaces:
NumberedProposal
public interface ProposalChangedDataContract extends NumberedProposal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChangedValue()IntegergetChangeNumber()StringgetColumnName()StringgetComments()StringgetDisplayValue()ProposalColumnsToAlterContractgetEditableColumn()StringgetOldDisplayValue()-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
-
-
-
Method Detail
-
getChangeNumber
Integer getChangeNumber()
-
getColumnName
String getColumnName()
-
getChangedValue
String getChangedValue()
-
getComments
String getComments()
-
getDisplayValue
String getDisplayValue()
-
getOldDisplayValue
String getOldDisplayValue()
-
getEditableColumn
ProposalColumnsToAlterContract getEditableColumn()
-
-