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 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
setTrainingClassPK
(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:
getBaseFactoryInstance
in classBaseValue<TrainingClassTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-