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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetLastEvaluationTime(Long lastEvaluationTime) voidsetMaxItemCreatedTime(Long maxItemCreatedTime) voidsetMaxItemDeletedTime(Long maxItemDeletedTime) voidsetMaxItemModifiedTime(Long maxItemModifiedTime) voidsetOfferPK(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:
getBaseFactoryInstancein classBaseValue<OfferTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OfferTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OfferTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OfferTimePK>
-
getOfferPK
-
setOfferPK
- Throws:
PersistenceNotNullException
-
getOfferPKHasBeenModified
-
getLastEvaluationTime
-
setLastEvaluationTime
-
getLastEvaluationTimeHasBeenModified
-
getMaxItemCreatedTime
-
setMaxItemCreatedTime
-
getMaxItemCreatedTimeHasBeenModified
-
getMaxItemModifiedTime
-
setMaxItemModifiedTime
-
getMaxItemModifiedTimeHasBeenModified
-
getMaxItemDeletedTime
-
setMaxItemDeletedTime
-
getMaxItemDeletedTimeHasBeenModified
-