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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setQuestion
(String question) void
setQuestionMimeTypePK
(MimeTypePK questionMimeTypePK) void
setThruTime
(Long thruTime) void
setTrainingClassQuestionPK
(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:
getBaseFactoryInstance
in classBaseValue<TrainingClassQuestionTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassQuestionTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassQuestionTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-