Class TrainingClassTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassTranslationPK>
com.echothree.model.data.training.server.value.TrainingClassTranslationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TrainingClassTranslationValue
extends BaseValue<TrainingClassTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassTranslationValue(TrainingClassPK trainingClassPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) Creates a new instance of TrainingClassTranslationValueTrainingClassTranslationValue(TrainingClassTranslationPK trainingClassTranslationPK, TrainingClassPK trainingClassPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) Creates a new instance of TrainingClassTranslationValue -
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) voidsetTrainingClassPK(TrainingClassPK trainingClassPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassTranslationValue
public TrainingClassTranslationValue(TrainingClassTranslationPK trainingClassTranslationPK, TrainingClassPK trainingClassPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassTranslationValue- Throws:
PersistenceNotNullException
-
TrainingClassTranslationValue
public TrainingClassTranslationValue(TrainingClassPK trainingClassPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TrainingClassTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrainingClassTranslationPK>
-
getTrainingClassPK
-
setTrainingClassPK
- Throws:
PersistenceNotNullException
-
getTrainingClassPKHasBeenModified
-
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
-