Class ApplicationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ApplicationDetailPK>
com.echothree.model.data.core.server.value.ApplicationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ApplicationDetailValue
extends BaseValue<ApplicationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationDetailValue
(ApplicationDetailPK applicationDetailPK, ApplicationPK applicationPK, String applicationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ApplicationDetailValueApplicationDetailValue
(ApplicationPK applicationPK, String applicationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ApplicationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setApplicationName
(String applicationName) void
setApplicationPK
(ApplicationPK applicationPK) 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
-
ApplicationDetailValue
public ApplicationDetailValue(ApplicationDetailPK applicationDetailPK, ApplicationPK applicationPK, String applicationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ApplicationDetailValue- Throws:
PersistenceNotNullException
-
ApplicationDetailValue
public ApplicationDetailValue(ApplicationPK applicationPK, String applicationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ApplicationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ApplicationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ApplicationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ApplicationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ApplicationDetailPK>
-
getApplicationPK
-
setApplicationPK
- Throws:
PersistenceNotNullException
-
getApplicationPKHasBeenModified
-
getApplicationName
-
setApplicationName
- Throws:
PersistenceNotNullException
-
getApplicationNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-