Class SurveyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SurveyPK>
com.echothree.model.data.survey.server.value.SurveyValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSurveyValue(SurveyDetailPK activeDetailPK, SurveyDetailPK lastDetailPK) Creates a new instance of SurveyValueSurveyValue(SurveyPK surveyPK, SurveyDetailPK activeDetailPK, SurveyDetailPK lastDetailPK) Creates a new instance of SurveyValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(SurveyDetailPK activeDetailPK) voidsetLastDetailPK(SurveyDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SurveyValue
public SurveyValue(SurveyPK surveyPK, SurveyDetailPK activeDetailPK, SurveyDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SurveyValue- Throws:
PersistenceNotNullException
-
SurveyValue
public SurveyValue(SurveyDetailPK activeDetailPK, SurveyDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SurveyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SurveyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SurveyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SurveyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SurveyPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-