Class TrainingClassPageTranslation
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.TrainingClassPageTranslation
- 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 TrainingClassPageTranslationTrainingClassPageTranslation(TrainingClassPageTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassPageTranslation -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetLanguage(EntityPermission entityPermission) booleangetPage()booleangetPageMimeType(EntityPermission entityPermission) booleanbooleangetTrainingClassPage(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidvoidsetPageMimeType(MimeType entity) voidsetPageMimeTypePK(MimeTypePK pageMimeTypePK) voidsetThruTime(Long thruTime) voidvoidsetTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
TrainingClassPageTranslation
Creates a new instance of TrainingClassPageTranslation- Throws:
PersistenceException
-
TrainingClassPageTranslation
public TrainingClassPageTranslation(TrainingClassPageTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassPageTranslation
-
-
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
-
getTrainingClassPageTranslationValue
-
setTrainingClassPageTranslationValue
public void setTrainingClassPageTranslationValue(TrainingClassPageTranslationValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTrainingClassPagePK
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPageForUpdate
-
setTrainingClassPagePK
public void setTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassPage
-
getTrainingClassPagePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getPageMimeTypePK
-
getPageMimeType
-
getPageMimeType
-
getPageMimeTypeForUpdate
-
setPageMimeTypePK
public void setPageMimeTypePK(MimeTypePK pageMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPageMimeType
-
getPageMimeTypePKHasBeenModified
-
getPage
-
setPage
-
getPageHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-