Class TrainingClassTranslation
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.TrainingClassTranslation
- 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 TrainingClassTranslationTrainingClassTranslation(TrainingClassTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassTranslation -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetIntroductionMimeType(EntityPermission entityPermission) getIntroductionMimeType(Session session) getIntroductionMimeType(Session session, EntityPermission entityPermission) getIntroductionMimeTypeForUpdate(Session session) booleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleanbooleangetOverviewMimeType(EntityPermission entityPermission) getOverviewMimeType(Session session) getOverviewMimeType(Session session, EntityPermission entityPermission) getOverviewMimeTypeForUpdate(Session session) booleanbooleangetTrainingClass(EntityPermission entityPermission) getTrainingClass(Session session) getTrainingClass(Session session, EntityPermission entityPermission) getTrainingClassForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetDescription(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) voidsetTrainingClass(TrainingClass entity) voidsetTrainingClassPK(TrainingClassPK trainingClassPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TrainingClassTranslation
Creates a new instance of TrainingClassTranslation- Throws:
PersistenceException
-
TrainingClassTranslation
public TrainingClassTranslation(TrainingClassTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassTranslation
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getTrainingClassTranslationValue
-
setTrainingClassTranslationValue
public void setTrainingClassTranslationValue(TrainingClassTranslationValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTrainingClassPK
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClassForUpdate
-
getTrainingClassForUpdate
-
setTrainingClassPK
public void setTrainingClassPK(TrainingClassPK trainingClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClass
-
getTrainingClassPKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getOverviewMimeTypePK
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeTypeForUpdate
-
getOverviewMimeTypeForUpdate
-
setOverviewMimeTypePK
public void setOverviewMimeTypePK(MimeTypePK overviewMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOverviewMimeType
-
getOverviewMimeTypePKHasBeenModified
-
getOverview
-
setOverview
public void setOverview(String overview) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOverviewHasBeenModified
-
getIntroductionMimeTypePK
-
getIntroductionMimeType
-
getIntroductionMimeType
-
getIntroductionMimeType
-
getIntroductionMimeType
-
getIntroductionMimeTypeForUpdate
-
getIntroductionMimeTypeForUpdate
-
setIntroductionMimeTypePK
public void setIntroductionMimeTypePK(MimeTypePK introductionMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIntroductionMimeType
-
getIntroductionMimeTypePKHasBeenModified
-
getIntroduction
-
setIntroduction
public void setIntroduction(String introduction) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIntroductionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-