Class TrainingClassSectionTranslationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.training.common.transfer.TrainingClassSectionTranslationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassSectionTranslationTransfer(TrainingClassSectionTransfer trainingClassSection, LanguageTransfer language, String description, MimeTypeTransfer overviewMimeType, String overview, MimeTypeTransfer introductionMimeType, String introduction) Creates a new instance of TrainingClassSectionTranslationTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetIntroduction(String introduction) voidsetIntroductionMimeType(MimeTypeTransfer introductionMimeType) voidsetLanguage(LanguageTransfer language) voidsetOverview(String overview) voidsetOverviewMimeType(MimeTypeTransfer overviewMimeType) voidsetTrainingClassSection(TrainingClassSectionTransfer trainingClassSection) 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
-
TrainingClassSectionTranslationTransfer
public TrainingClassSectionTranslationTransfer(TrainingClassSectionTransfer trainingClassSection, LanguageTransfer language, String description, MimeTypeTransfer overviewMimeType, String overview, MimeTypeTransfer introductionMimeType, String introduction) Creates a new instance of TrainingClassSectionTranslationTransfer
-
-
Method Details
-
getTrainingClassSection
-
setTrainingClassSection
-
getLanguage
-
setLanguage
-
getDescription
-
setDescription
-
getOverviewMimeType
-
setOverviewMimeType
-
getOverview
-
setOverview
-
getIntroductionMimeType
-
setIntroductionMimeType
-
getIntroduction
-
setIntroduction
-