public class QuestionExplanation extends KraPersistableBusinessObjectBase implements SequenceAssociate<Question>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
QuestionExplanation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExplanation() |
String |
getExplanationType() |
Long |
getQuestionExplanationId() |
Long |
getQuestionRefIdFk() |
Integer |
getSequenceNumber()
This gets the current version number.
|
Question |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
int |
hashCode() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setExplanation(String explanation) |
void |
setExplanationType(String explanationType) |
void |
setQuestionExplanationId(Long questionExplanationId) |
void |
setQuestionRefIdFk(Long questionRefIdFk) |
void |
setSequenceOwner(Question 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 Long getQuestionExplanationId()
public void setQuestionExplanationId(Long questionExplanationId)
public Long getQuestionRefIdFk()
public void setQuestionRefIdFk(Long questionRefIdFk)
public String getExplanationType()
public void setExplanationType(String explanationType)
public String getExplanation()
public void setExplanation(String explanation)
public Question getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<Question>public void setSequenceOwner(Question newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<Question>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.