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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setIntroduction
(String introduction) void
setIntroductionMimeTypePK
(MimeTypePK introductionMimeTypePK) void
setLanguagePK
(LanguagePK languagePK) void
setOverview
(String overview) void
setOverviewMimeTypePK
(MimeTypePK overviewMimeTypePK) void
setThruTime
(Long thruTime) void
setTrainingClassSectionPK
(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:
getBaseFactoryInstance
in classBaseValue<TrainingClassSectionTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassSectionTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassSectionTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-