Class ApplicationEditorDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ApplicationEditorDetailPK>
com.echothree.model.data.core.server.value.ApplicationEditorDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ApplicationEditorDetailValue
extends BaseValue<ApplicationEditorDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionApplicationEditorDetailValue(ApplicationEditorDetailPK applicationEditorDetailPK, ApplicationEditorPK applicationEditorPK, ApplicationPK applicationPK, EditorPK editorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ApplicationEditorDetailValueApplicationEditorDetailValue(ApplicationEditorPK applicationEditorPK, ApplicationPK applicationPK, EditorPK editorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ApplicationEditorDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetApplicationEditorPK(ApplicationEditorPK applicationEditorPK) voidsetApplicationPK(ApplicationPK applicationPK) voidsetEditorPK(EditorPK editorPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ApplicationEditorDetailValue
public ApplicationEditorDetailValue(ApplicationEditorDetailPK applicationEditorDetailPK, ApplicationEditorPK applicationEditorPK, ApplicationPK applicationPK, EditorPK editorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ApplicationEditorDetailValue- Throws:
PersistenceNotNullException
-
ApplicationEditorDetailValue
public ApplicationEditorDetailValue(ApplicationEditorPK applicationEditorPK, ApplicationPK applicationPK, EditorPK editorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ApplicationEditorDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ApplicationEditorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ApplicationEditorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ApplicationEditorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ApplicationEditorDetailPK>
-
getApplicationEditorPK
-
setApplicationEditorPK
public void setApplicationEditorPK(ApplicationEditorPK applicationEditorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getApplicationEditorPKHasBeenModified
-
getApplicationPK
-
setApplicationPK
- Throws:
PersistenceNotNullException
-
getApplicationPKHasBeenModified
-
getEditorPK
-
setEditorPK
- Throws:
PersistenceNotNullException
-
getEditorPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-