public class QuestionnaireQuestion extends KraPersistableBusinessObjectBase implements SequenceAssociate<Questionnaire>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
QuestionnaireQuestion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition() |
boolean |
getConditionFlag() |
String |
getConditionValue() |
String |
getDeleted() |
Integer |
getParentQuestionNumber() |
Question |
getQuestion() |
Questionnaire |
getQuestionnaire() |
Long |
getQuestionnaireQuestionsId() |
String |
getQuestionnaireRefIdFk() |
Integer |
getQuestionNumber() |
Long |
getQuestionRefIdFk() |
Integer |
getQuestionSeqNumber() |
String |
getRuleId() |
Integer |
getSequenceNumber()
This gets the current version number.
|
Questionnaire |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
boolean |
isAllow() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAllow(boolean isAllow) |
void |
setCondition(String condition) |
void |
setConditionFlag(boolean conditionFlag) |
void |
setConditionValue(String conditionValue) |
void |
setDeleted(String deleted) |
void |
setParentQuestionNumber(Integer parentQuestionNumber) |
void |
setQuestion(Question question) |
void |
setQuestionnaire(Questionnaire questionnaire) |
void |
setQuestionnaireQuestionsId(Long questionnaireQuestionsId) |
void |
setQuestionnaireRefIdFk(String questionnaireRefIdFk) |
void |
setQuestionNumber(Integer questionNumber) |
void |
setQuestionRefIdFk(Long questionRefIdFk) |
void |
setQuestionSeqNumber(Integer questionSeqNumber) |
void |
setRuleId(String ruleId) |
void |
setSequenceOwner(Questionnaire newlyVersionedOwner)
This sets the sequence owner on the associate.
|
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 getRuleId()
public void setRuleId(String ruleId)
public Long getQuestionnaireQuestionsId()
public void setQuestionnaireQuestionsId(Long questionnaireQuestionsId)
public String getQuestionnaireRefIdFk()
public void setQuestionnaireRefIdFk(String questionnaireRefIdFk)
public Long getQuestionRefIdFk()
public void setQuestionRefIdFk(Long questionRefIdFk)
public Integer getQuestionNumber()
public void setQuestionNumber(Integer questionNumber)
public Integer getParentQuestionNumber()
public void setParentQuestionNumber(Integer parentQuestionNumber)
public boolean getConditionFlag()
public void setConditionFlag(boolean conditionFlag)
public String getCondition()
public void setCondition(String condition)
public String getConditionValue()
public void setConditionValue(String conditionValue)
public Integer getQuestionSeqNumber()
public void setQuestionSeqNumber(Integer questionSeqNumber)
public Question getQuestion()
public void setQuestion(Question question)
public Questionnaire getQuestionnaire()
public void setQuestionnaire(Questionnaire questionnaire)
public Questionnaire getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<Questionnaire>public void setSequenceOwner(Questionnaire newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<Questionnaire>public void resetPersistenceState()
resetPersistenceState in interface Sequenceablepublic Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic String getDeleted()
public void setDeleted(String deleted)
public boolean isAllow()
public void setAllow(boolean isAllow)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.