Class TrainingClassAnswerTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassAnswerTranslationPK>
com.echothree.model.data.training.server.value.TrainingClassAnswerTranslationValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TrainingClassAnswerTranslationValue
extends BaseValue<TrainingClassAnswerTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassAnswerTranslationValue
(TrainingClassAnswerPK trainingClassAnswerPK, LanguagePK languagePK, MimeTypePK answerMimeTypePK, String answer, MimeTypePK selectedMimeTypePK, String selected, Long fromTime, Long thruTime) Creates a new instance of TrainingClassAnswerTranslationValueTrainingClassAnswerTranslationValue
(TrainingClassAnswerTranslationPK trainingClassAnswerTranslationPK, TrainingClassAnswerPK trainingClassAnswerPK, LanguagePK languagePK, MimeTypePK answerMimeTypePK, String answer, MimeTypePK selectedMimeTypePK, String selected, Long fromTime, Long thruTime) Creates a new instance of TrainingClassAnswerTranslationValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setAnswerMimeTypePK
(MimeTypePK answerMimeTypePK) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setSelected
(String selected) void
setSelectedMimeTypePK
(MimeTypePK selectedMimeTypePK) void
setThruTime
(Long thruTime) void
setTrainingClassAnswerPK
(TrainingClassAnswerPK trainingClassAnswerPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassAnswerTranslationValue
public TrainingClassAnswerTranslationValue(TrainingClassAnswerTranslationPK trainingClassAnswerTranslationPK, TrainingClassAnswerPK trainingClassAnswerPK, LanguagePK languagePK, MimeTypePK answerMimeTypePK, String answer, MimeTypePK selectedMimeTypePK, String selected, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassAnswerTranslationValue- Throws:
PersistenceNotNullException
-
TrainingClassAnswerTranslationValue
public TrainingClassAnswerTranslationValue(TrainingClassAnswerPK trainingClassAnswerPK, LanguagePK languagePK, MimeTypePK answerMimeTypePK, String answer, MimeTypePK selectedMimeTypePK, String selected, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassAnswerTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrainingClassAnswerTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassAnswerTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassAnswerTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrainingClassAnswerTranslationPK>
-
getTrainingClassAnswerPK
-
setTrainingClassAnswerPK
public void setTrainingClassAnswerPK(TrainingClassAnswerPK trainingClassAnswerPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassAnswerPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getAnswerMimeTypePK
-
setAnswerMimeTypePK
- Throws:
PersistenceNotNullException
-
getAnswerMimeTypePKHasBeenModified
-
getAnswer
-
setAnswer
- Throws:
PersistenceNotNullException
-
getAnswerHasBeenModified
-
getSelectedMimeTypePK
-
setSelectedMimeTypePK
-
getSelectedMimeTypePKHasBeenModified
-
getSelected
-
setSelected
-
getSelectedHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-