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 TypeMethodDescriptionvoid
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setRecoveryQuestion
(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
-