Class TrainingClassSectionTranslation
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.TrainingClassSectionTranslation
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of TrainingClassSectionTranslationTrainingClassSectionTranslation(TrainingClassSectionTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassSectionTranslation -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetIntroductionMimeType(EntityPermission entityPermission) booleangetLanguage(EntityPermission entityPermission) booleanbooleangetOverviewMimeType(EntityPermission entityPermission) booleanbooleangetTrainingClassSection(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetIntroduction(String introduction) voidsetIntroductionMimeType(MimeType entity) voidsetIntroductionMimeTypePK(MimeTypePK introductionMimeTypePK) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetOverview(String overview) voidsetOverviewMimeType(MimeType entity) voidsetOverviewMimeTypePK(MimeTypePK overviewMimeTypePK) voidsetThruTime(Long thruTime) voidvoidsetTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
TrainingClassSectionTranslation
Creates a new instance of TrainingClassSectionTranslation- Throws:
PersistenceException
-
TrainingClassSectionTranslation
public TrainingClassSectionTranslation(TrainingClassSectionTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassSectionTranslation
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getTrainingClassSectionTranslationValue
-
setTrainingClassSectionTranslationValue
public void setTrainingClassSectionTranslationValue(@Nonnull TrainingClassSectionTranslationValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTrainingClassSectionPK
-
getTrainingClassSection
-
getTrainingClassSection
-
getTrainingClassSectionForUpdate
-
setTrainingClassSectionPK
public void setTrainingClassSectionPK(@Nonnull TrainingClassSectionPK trainingClassSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassSection
-
getTrainingClassSectionPKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(@Nonnull LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nonnull String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getOverviewMimeTypePK
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeTypeForUpdate
-
setOverviewMimeTypePK
public void setOverviewMimeTypePK(@Nullable MimeTypePK overviewMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOverviewMimeType
-
getOverviewMimeTypePKHasBeenModified
-
getOverview
-
setOverview
public void setOverview(@Nullable String overview) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOverviewHasBeenModified
-
getIntroductionMimeTypePK
-
getIntroductionMimeType
-
getIntroductionMimeType
-
getIntroductionMimeTypeForUpdate
-
setIntroductionMimeTypePK
public void setIntroductionMimeTypePK(@Nullable MimeTypePK introductionMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIntroductionMimeType
-
getIntroductionMimeTypePKHasBeenModified
-
getIntroduction
-
setIntroduction
public void setIntroduction(@Nullable String introduction) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIntroductionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-