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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetChainActionPK(ChainActionPK chainActionPK) voidsetFromTime(Long fromTime) voidsetSurveyPK(SurveyPK surveyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ChainActionSurveyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainActionSurveyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainActionSurveyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ChainActionSurveyPK>
-
getChainActionPK
-
setChainActionPK
- Throws:
PersistenceNotNullException
-
getChainActionPKHasBeenModified
-
getSurveyPK
-
setSurveyPK
- Throws:
PersistenceNotNullException
-
getSurveyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-