Class ChainActionSurveyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainActionSurveyPK>
com.echothree.model.data.chain.server.value.ChainActionSurveyValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChainActionSurveyValue
extends BaseValue<ChainActionSurveyPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionSurveyValue
(ChainActionPK chainActionPK, SurveyPK surveyPK, Long fromTime, Long thruTime) Creates a new instance of ChainActionSurveyValueChainActionSurveyValue
(ChainActionSurveyPK chainActionSurveyPK, ChainActionPK chainActionPK, SurveyPK surveyPK, Long fromTime, Long thruTime) Creates a new instance of ChainActionSurveyValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainActionPK
(ChainActionPK chainActionPK) void
setFromTime
(Long fromTime) void
setSurveyPK
(SurveyPK surveyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainActionSurveyValue
public ChainActionSurveyValue(ChainActionSurveyPK chainActionSurveyPK, ChainActionPK chainActionPK, SurveyPK surveyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionSurveyValue- Throws:
PersistenceNotNullException
-
ChainActionSurveyValue
public ChainActionSurveyValue(ChainActionPK chainActionPK, SurveyPK surveyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionSurveyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ChainActionSurveyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainActionSurveyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainActionSurveyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainActionSurveyPK>
-
getChainActionPK
-
setChainActionPK
- Throws:
PersistenceNotNullException
-
getChainActionPKHasBeenModified
-
getSurveyPK
-
setSurveyPK
- Throws:
PersistenceNotNullException
-
getSurveyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-