Class TrainingClassQuestionTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassQuestionTranslationPK>
com.echothree.model.data.training.server.value.TrainingClassQuestionTranslationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TrainingClassQuestionTranslationValue
extends BaseValue<TrainingClassQuestionTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassQuestionTranslationValue(TrainingClassQuestionPK trainingClassQuestionPK, LanguagePK languagePK, MimeTypePK questionMimeTypePK, String question, Long fromTime, Long thruTime) Creates a new instance of TrainingClassQuestionTranslationValueTrainingClassQuestionTranslationValue(TrainingClassQuestionTranslationPK trainingClassQuestionTranslationPK, TrainingClassQuestionPK trainingClassQuestionPK, LanguagePK languagePK, MimeTypePK questionMimeTypePK, String question, Long fromTime, Long thruTime) Creates a new instance of TrainingClassQuestionTranslationValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetQuestion(String question) voidsetQuestionMimeTypePK(MimeTypePK questionMimeTypePK) voidsetThruTime(Long thruTime) voidsetTrainingClassQuestionPK(TrainingClassQuestionPK trainingClassQuestionPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassQuestionTranslationValue
public TrainingClassQuestionTranslationValue(TrainingClassQuestionTranslationPK trainingClassQuestionTranslationPK, TrainingClassQuestionPK trainingClassQuestionPK, LanguagePK languagePK, MimeTypePK questionMimeTypePK, String question, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassQuestionTranslationValue- Throws:
PersistenceNotNullException
-
TrainingClassQuestionTranslationValue
public TrainingClassQuestionTranslationValue(TrainingClassQuestionPK trainingClassQuestionPK, LanguagePK languagePK, MimeTypePK questionMimeTypePK, String question, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassQuestionTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TrainingClassQuestionTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassQuestionTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassQuestionTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrainingClassQuestionTranslationPK>
-
getTrainingClassQuestionPK
-
setTrainingClassQuestionPK
public void setTrainingClassQuestionPK(TrainingClassQuestionPK trainingClassQuestionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassQuestionPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getQuestionMimeTypePK
-
setQuestionMimeTypePK
- Throws:
PersistenceNotNullException
-
getQuestionMimeTypePKHasBeenModified
-
getQuestion
-
setQuestion
- Throws:
PersistenceNotNullException
-
getQuestionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-