Class ApplicationEditorUseDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ApplicationEditorUseDetailPK>
com.echothree.model.data.core.server.value.ApplicationEditorUseDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ApplicationEditorUseDetailValue
extends BaseValue<ApplicationEditorUseDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEditorUseDetailValue
(ApplicationEditorUseDetailPK applicationEditorUseDetailPK, ApplicationEditorUsePK applicationEditorUsePK, ApplicationPK applicationPK, String applicationEditorUseName, ApplicationEditorPK defaultApplicationEditorPK, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ApplicationEditorUseDetailValueApplicationEditorUseDetailValue
(ApplicationEditorUsePK applicationEditorUsePK, ApplicationPK applicationPK, String applicationEditorUseName, ApplicationEditorPK defaultApplicationEditorPK, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ApplicationEditorUseDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setApplicationEditorUseName
(String applicationEditorUseName) void
setApplicationEditorUsePK
(ApplicationEditorUsePK applicationEditorUsePK) void
setApplicationPK
(ApplicationPK applicationPK) void
setDefaultApplicationEditorPK
(ApplicationEditorPK defaultApplicationEditorPK) void
setDefaultHeight
(Integer defaultHeight) void
setDefaultWidth
(Integer defaultWidth) 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
-
ApplicationEditorUseDetailValue
public ApplicationEditorUseDetailValue(ApplicationEditorUseDetailPK applicationEditorUseDetailPK, ApplicationEditorUsePK applicationEditorUsePK, ApplicationPK applicationPK, String applicationEditorUseName, ApplicationEditorPK defaultApplicationEditorPK, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ApplicationEditorUseDetailValue- Throws:
PersistenceNotNullException
-
ApplicationEditorUseDetailValue
public ApplicationEditorUseDetailValue(ApplicationEditorUsePK applicationEditorUsePK, ApplicationPK applicationPK, String applicationEditorUseName, ApplicationEditorPK defaultApplicationEditorPK, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ApplicationEditorUseDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ApplicationEditorUseDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ApplicationEditorUseDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ApplicationEditorUseDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ApplicationEditorUseDetailPK>
-
getApplicationEditorUsePK
-
setApplicationEditorUsePK
public void setApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getApplicationEditorUsePKHasBeenModified
-
getApplicationPK
-
setApplicationPK
- Throws:
PersistenceNotNullException
-
getApplicationPKHasBeenModified
-
getApplicationEditorUseName
-
setApplicationEditorUseName
public void setApplicationEditorUseName(String applicationEditorUseName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getApplicationEditorUseNameHasBeenModified
-
getDefaultApplicationEditorPK
-
setDefaultApplicationEditorPK
-
getDefaultApplicationEditorPKHasBeenModified
-
getDefaultHeight
-
setDefaultHeight
-
getDefaultHeightHasBeenModified
-
getDefaultWidth
-
setDefaultWidth
-
getDefaultWidthHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-