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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
getPage()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
void
setPageMimeTypePK
(MimeTypePK pageMimeTypePK) void
setThruTime
(Long thruTime) void
setTrainingClassPagePK
(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:
getBaseFactoryInstance
in classBaseValue<TrainingClassPageTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassPageTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassPageTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-