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) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleangetPage()booleangetPageMimeType(EntityPermission entityPermission) getPageMimeType(Session session) getPageMimeType(Session session, EntityPermission entityPermission) getPageMimeTypeForUpdate(Session session) booleanbooleangetTrainingClassPage(EntityPermission entityPermission) getTrainingClassPage(Session session) getTrainingClassPage(Session session, EntityPermission entityPermission) getTrainingClassPageForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidvoidsetPageMimeType(MimeType entity) voidsetPageMimeTypePK(MimeTypePK pageMimeTypePK) voidsetThruTime(Long thruTime) voidvoidsetTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getTrainingClassPageTranslationValue
-
setTrainingClassPageTranslationValue
public void setTrainingClassPageTranslationValue(TrainingClassPageTranslationValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTrainingClassPagePK
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPageForUpdate
-
getTrainingClassPageForUpdate
-
setTrainingClassPagePK
public void setTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassPage
-
getTrainingClassPagePKHasBeenModified
-
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
-
getPageMimeTypePK
-
getPageMimeType
-
getPageMimeType
-
getPageMimeType
-
getPageMimeType
-
getPageMimeTypeForUpdate
-
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
-