Class SurveyDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SurveyDetailPK>
com.echothree.model.data.survey.server.value.SurveyDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSurveyDetailValue
(SurveyDetailPK surveyDetailPK, SurveyPK surveyPK, SurveyTypePK surveyTypePK, String surveyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SurveyDetailValueSurveyDetailValue
(SurveyPK surveyPK, SurveyTypePK surveyTypePK, String surveyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SurveyDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setSurveyName
(String surveyName) void
setSurveyPK
(SurveyPK surveyPK) void
setSurveyTypePK
(SurveyTypePK surveyTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SurveyDetailValue
public SurveyDetailValue(SurveyDetailPK surveyDetailPK, SurveyPK surveyPK, SurveyTypePK surveyTypePK, String surveyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SurveyDetailValue- Throws:
PersistenceNotNullException
-
SurveyDetailValue
public SurveyDetailValue(SurveyPK surveyPK, SurveyTypePK surveyTypePK, String surveyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SurveyDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SurveyDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SurveyDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SurveyDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SurveyDetailPK>
-
getSurveyPK
-
setSurveyPK
- Throws:
PersistenceNotNullException
-
getSurveyPKHasBeenModified
-
getSurveyTypePK
-
setSurveyTypePK
- Throws:
PersistenceNotNullException
-
getSurveyTypePKHasBeenModified
-
getSurveyName
-
setSurveyName
- Throws:
PersistenceNotNullException
-
getSurveyNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-