Class TrainingClassPageTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassPageTranslationPK>
com.echothree.model.data.training.server.value.TrainingClassPageTranslationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TrainingClassPageTranslationValue
extends BaseValue<TrainingClassPageTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassPageTranslationValue(TrainingClassPagePK trainingClassPagePK, LanguagePK languagePK, String description, MimeTypePK pageMimeTypePK, String page, Long fromTime, Long thruTime) Creates a new instance of TrainingClassPageTranslationValueTrainingClassPageTranslationValue(TrainingClassPageTranslationPK trainingClassPageTranslationPK, TrainingClassPagePK trainingClassPagePK, LanguagePK languagePK, String description, MimeTypePK pageMimeTypePK, String page, Long fromTime, Long thruTime) Creates a new instance of TrainingClassPageTranslationValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleangetPage()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidvoidsetPageMimeTypePK(MimeTypePK pageMimeTypePK) voidsetThruTime(Long thruTime) voidsetTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassPageTranslationValue
public TrainingClassPageTranslationValue(TrainingClassPageTranslationPK trainingClassPageTranslationPK, TrainingClassPagePK trainingClassPagePK, LanguagePK languagePK, String description, MimeTypePK pageMimeTypePK, String page, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassPageTranslationValue- Throws:
PersistenceNotNullException
-
TrainingClassPageTranslationValue
public TrainingClassPageTranslationValue(TrainingClassPagePK trainingClassPagePK, LanguagePK languagePK, String description, MimeTypePK pageMimeTypePK, String page, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassPageTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TrainingClassPageTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassPageTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassPageTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrainingClassPageTranslationPK>
-
getTrainingClassPagePK
-
setTrainingClassPagePK
public void setTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassPagePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getPageMimeTypePK
-
setPageMimeTypePK
- Throws:
PersistenceNotNullException
-
getPageMimeTypePKHasBeenModified
-
getPage
-
setPage
- Throws:
PersistenceNotNullException
-
getPageHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-