Class TrainingClassSectionTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassSectionTranslationPK>
com.echothree.model.data.training.server.value.TrainingClassSectionTranslationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TrainingClassSectionTranslationValue
extends BaseValue<TrainingClassSectionTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassSectionTranslationValue(TrainingClassSectionPK trainingClassSectionPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) Creates a new instance of TrainingClassSectionTranslationValueTrainingClassSectionTranslationValue(TrainingClassSectionTranslationPK trainingClassSectionTranslationPK, TrainingClassSectionPK trainingClassSectionPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) Creates a new instance of TrainingClassSectionTranslationValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetIntroduction(String introduction) voidsetIntroductionMimeTypePK(MimeTypePK introductionMimeTypePK) voidsetLanguagePK(LanguagePK languagePK) voidsetOverview(String overview) voidsetOverviewMimeTypePK(MimeTypePK overviewMimeTypePK) voidsetThruTime(Long thruTime) voidsetTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassSectionTranslationValue
public TrainingClassSectionTranslationValue(TrainingClassSectionTranslationPK trainingClassSectionTranslationPK, TrainingClassSectionPK trainingClassSectionPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassSectionTranslationValue- Throws:
PersistenceNotNullException
-
TrainingClassSectionTranslationValue
public TrainingClassSectionTranslationValue(TrainingClassSectionPK trainingClassSectionPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassSectionTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TrainingClassSectionTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassSectionTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassSectionTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrainingClassSectionTranslationPK>
-
getTrainingClassSectionPK
-
setTrainingClassSectionPK
public void setTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassSectionPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getOverviewMimeTypePK
-
setOverviewMimeTypePK
-
getOverviewMimeTypePKHasBeenModified
-
getOverview
-
setOverview
-
getOverviewHasBeenModified
-
getIntroductionMimeTypePK
-
setIntroductionMimeTypePK
-
getIntroductionMimeTypePKHasBeenModified
-
getIntroduction
-
setIntroduction
-
getIntroductionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-