Class RecoveryQuestionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.user.common.transfer.RecoveryQuestionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecoveryQuestionTransfer
(String recoveryQuestionName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of RecoveryQuestionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setIsDefault
(Boolean isDefault) void
setRecoveryQuestionName
(String recoveryQuestionName) void
setSortOrder
(Integer sortOrder) 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
-
RecoveryQuestionTransfer
public RecoveryQuestionTransfer(String recoveryQuestionName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of RecoveryQuestionTransfer
-
-
Method Details
-
getRecoveryQuestionName
-
setRecoveryQuestionName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-