Class UseDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UseDetailPK>
com.echothree.model.data.offer.server.value.UseDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUseDetailValue
(UseDetailPK useDetailPK, UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseDetailValueUseDetailValue
(UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
getUsePK()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setUseName
(String useName) void
void
setUseTypePK
(UseTypePK useTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UseDetailValue
public UseDetailValue(UseDetailPK useDetailPK, UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UseDetailValue- Throws:
PersistenceNotNullException
-
UseDetailValue
public UseDetailValue(UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UseDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UseDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UseDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UseDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UseDetailPK>
-
getUsePK
-
setUsePK
- Throws:
PersistenceNotNullException
-
getUsePKHasBeenModified
-
getUseName
-
setUseName
- Throws:
PersistenceNotNullException
-
getUseNameHasBeenModified
-
getUseTypePK
-
setUseTypePK
- Throws:
PersistenceNotNullException
-
getUseTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-