Class TrainingClassQuestionTranslationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.training.common.transfer.TrainingClassQuestionTranslationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassQuestionTranslationTransfer
(TrainingClassQuestionTransfer trainingClassQuestion, LanguageTransfer language, MimeTypeTransfer questionMimeType, String question) Creates a new instance of TrainingClassQuestionTranslationTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLanguage
(LanguageTransfer language) void
setQuestion
(String question) void
setQuestionMimeType
(MimeTypeTransfer questionMimeType) void
setTrainingClassQuestion
(TrainingClassQuestionTransfer trainingClassQuestion) 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
-
TrainingClassQuestionTranslationTransfer
public TrainingClassQuestionTranslationTransfer(TrainingClassQuestionTransfer trainingClassQuestion, LanguageTransfer language, MimeTypeTransfer questionMimeType, String question) Creates a new instance of TrainingClassQuestionTranslationTransfer
-
-
Method Details
-
getTrainingClassQuestion
-
setTrainingClassQuestion
-
getLanguage
-
setLanguage
-
getQuestionMimeType
-
setQuestionMimeType
-
getQuestion
-
setQuestion
-