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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(SurveyDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<SurveyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SurveyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SurveyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SurveyPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-