public abstract class ValidProtocolActionActionBase extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ValidProtocolActionActionBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActionNumber()
Gets the actionNumber attribute.
|
CommitteeDecisionMotionType |
getCommitteeDecisionMotionType()
Gets the committeeDecisionMotionType attribute.
|
String |
getFollowupActionCode()
Gets the followupActionCode attribute.
|
ProtocolActionTypeBase |
getFollowupProtocolActionType()
Gets the followupProtocolActionType attribute.
|
String |
getMotionTypeCode()
Gets the motionTypeCode attribute.
|
ProtocolActionTypeBase |
getProtocolActionType()
Gets the protocolActionType attribute.
|
String |
getProtocolActionTypeCode()
Gets the protocolActionTypeCode attribute.
|
String |
getUserPrompt()
Gets the userPrompt attribute.
|
boolean |
getUserPromptFlag()
Gets the promptUserFlag attribute.
|
Long |
getValidProtocolActionActionId()
Gets the validProtocolActionActionId attribute.
|
void |
setActionNumber(int actionNumber)
Sets the actionNumber attribute value.
|
void |
setCommitteeDecisionMotionType(CommitteeDecisionMotionType committeeDecisionMotionType)
Sets the committeeDecisionMotionType attribute value.
|
void |
setFollowupActionCode(String followupActionCode)
Sets the followupActionCode attribute value.
|
void |
setFollowupProtocolActionType(ProtocolActionTypeBase followupProtocolActionType)
Sets the followupProtocolActionType attribute value.
|
void |
setMotionTypeCode(String motionTypeCode)
Sets the motionTypeCode attribute value.
|
void |
setProtocolActionType(ProtocolActionTypeBase protocolActionType)
Sets the protocolActionType attribute value.
|
void |
setProtocolActionTypeCode(String protocolActionTypeCode)
Sets the protocolActionTypeCode attribute value.
|
void |
setUserPrompt(String userPrompt)
Sets the userPrompt attribute value.
|
void |
setUserPromptFlag(boolean promptUserFlag)
Sets the promptUserFlag attribute value.
|
void |
setValidProtocolActionActionId(Long validProtocolActionActionId)
Sets the validProtocolActionActionId attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, 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 getMotionTypeCode()
public void setMotionTypeCode(String motionTypeCode)
motionTypeCode - The motionTypeCode to set.public ProtocolActionTypeBase getProtocolActionType()
public void setProtocolActionType(ProtocolActionTypeBase protocolActionType)
protocolActionType - The protocolActionType to set.public CommitteeDecisionMotionType getCommitteeDecisionMotionType()
public void setCommitteeDecisionMotionType(CommitteeDecisionMotionType committeeDecisionMotionType)
committeeDecisionMotionType - The committeeDecisionMotionType to set.public ProtocolActionTypeBase getFollowupProtocolActionType()
public void setFollowupProtocolActionType(ProtocolActionTypeBase followupProtocolActionType)
followupProtocolActionType - The followupProtocolActionType to set.public Long getValidProtocolActionActionId()
public void setValidProtocolActionActionId(Long validProtocolActionActionId)
validProtocolActionActionId - The validProtocolActionActionId to set.public String getProtocolActionTypeCode()
public void setProtocolActionTypeCode(String protocolActionTypeCode)
protocolActionTypeCode - The protocolActionTypeCode to set.public int getActionNumber()
public void setActionNumber(int actionNumber)
actionNumber - The actionNumber to set.public String getFollowupActionCode()
public void setFollowupActionCode(String followupActionCode)
followupActionCode - The followupActionCode to set.public boolean getUserPromptFlag()
public void setUserPromptFlag(boolean promptUserFlag)
promptUserFlag - The promptUserFlag to set.public String getUserPrompt()
public void setUserPrompt(String userPrompt)
userPrompt - The userPrompt to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.