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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setApplicationEditorPK
(ApplicationEditorPK applicationEditorPK) void
setApplicationPK
(ApplicationPK applicationPK) void
setEditorPK
(EditorPK editorPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ApplicationEditorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ApplicationEditorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ApplicationEditorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-