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 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
setTrainingClassSection
(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
-