Class TrainingClassTranslationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.training.common.transfer.TrainingClassTranslationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassTranslationTransfer
(TrainingClassTransfer trainingClass, LanguageTransfer language, String description, MimeTypeTransfer overviewMimeType, String overview, MimeTypeTransfer introductionMimeType, String introduction) Creates a new instance of TrainingClassTranslationTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setIntroduction
(String introduction) void
setIntroductionMimeType
(MimeTypeTransfer introductionMimeType) void
setLanguage
(LanguageTransfer language) void
setOverview
(String overview) void
setOverviewMimeType
(MimeTypeTransfer overviewMimeType) void
setTrainingClass
(TrainingClassTransfer trainingClass) 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
-
TrainingClassTranslationTransfer
public TrainingClassTranslationTransfer(TrainingClassTransfer trainingClass, LanguageTransfer language, String description, MimeTypeTransfer overviewMimeType, String overview, MimeTypeTransfer introductionMimeType, String introduction) Creates a new instance of TrainingClassTranslationTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getTrainingClass
-
setTrainingClass
-
getDescription
-
setDescription
-
getOverviewMimeType
-
setOverviewMimeType
-
getOverview
-
setOverview
-
getIntroductionMimeType
-
setIntroductionMimeType
-
getIntroduction
-
setIntroduction
-