Class OfferTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferTimePK>
com.echothree.model.data.offer.server.value.OfferTimeValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOfferTimeValue
(OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) Creates a new instance of OfferTimeValueOfferTimeValue
(OfferTimePK offerTimePK, OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) Creates a new instance of OfferTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setLastEvaluationTime
(Long lastEvaluationTime) void
setMaxItemCreatedTime
(Long maxItemCreatedTime) void
setMaxItemDeletedTime
(Long maxItemDeletedTime) void
setMaxItemModifiedTime
(Long maxItemModifiedTime) void
setOfferPK
(OfferPK offerPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferTimeValue
public OfferTimeValue(OfferTimePK offerTimePK, OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) throws PersistenceNotNullException Creates a new instance of OfferTimeValue- Throws:
PersistenceNotNullException
-
OfferTimeValue
public OfferTimeValue(OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) throws PersistenceNotNullException Creates a new instance of OfferTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OfferTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OfferTimePK>
-
getOfferPK
-
setOfferPK
- Throws:
PersistenceNotNullException
-
getOfferPKHasBeenModified
-
getLastEvaluationTime
-
setLastEvaluationTime
-
getLastEvaluationTimeHasBeenModified
-
getMaxItemCreatedTime
-
setMaxItemCreatedTime
-
getMaxItemCreatedTimeHasBeenModified
-
getMaxItemModifiedTime
-
setMaxItemModifiedTime
-
getMaxItemModifiedTimeHasBeenModified
-
getMaxItemDeletedTime
-
setMaxItemDeletedTime
-
getMaxItemDeletedTimeHasBeenModified
-