Class RecoveryQuestionDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.user.common.transfer.RecoveryQuestionDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecoveryQuestionDescriptionTransfer(LanguageTransfer language, RecoveryQuestionTransfer recoveryQuestion, String description) Creates a new instance of RecoveryQuestionDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetLanguage(LanguageTransfer language) voidsetRecoveryQuestion(RecoveryQuestionTransfer recoveryQuestion) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
RecoveryQuestionDescriptionTransfer
public RecoveryQuestionDescriptionTransfer(LanguageTransfer language, RecoveryQuestionTransfer recoveryQuestion, String description) Creates a new instance of RecoveryQuestionDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getRecoveryQuestion
-
setRecoveryQuestion
-
getDescription
-
setDescription
-