Class SurveyDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SurveyDescriptionPK>
com.echothree.model.data.survey.server.value.SurveyDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SurveyDescriptionValue
extends BaseValue<SurveyDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSurveyDescriptionValue(SurveyDescriptionPK surveyDescriptionPK, SurveyPK surveyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SurveyDescriptionValueSurveyDescriptionValue(SurveyPK surveyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SurveyDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetSurveyPK(SurveyPK surveyPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SurveyDescriptionValue
public SurveyDescriptionValue(SurveyDescriptionPK surveyDescriptionPK, SurveyPK surveyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SurveyDescriptionValue- Throws:
PersistenceNotNullException
-
SurveyDescriptionValue
public SurveyDescriptionValue(SurveyPK surveyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SurveyDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SurveyDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SurveyDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SurveyDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SurveyDescriptionPK>
-
getSurveyPK
-
setSurveyPK
- Throws:
PersistenceNotNullException
-
getSurveyPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-