Class OfferTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.offer.server.entity.OfferTime
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of OfferTimeOfferTime
(OfferTimeValue value, EntityPermission entityPermission) Creates a new instance of OfferTime -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getOffer()
getOffer
(EntityPermission entityPermission) getOffer
(Session session, EntityPermission entityPermission) getOfferForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setLastEvaluationTime
(Long lastEvaluationTime) void
setMaxItemCreatedTime
(Long maxItemCreatedTime) void
setMaxItemDeletedTime
(Long maxItemDeletedTime) void
setMaxItemModifiedTime
(Long maxItemModifiedTime) void
void
setOfferPK
(OfferPK offerPK) void
setOfferTimeValue
(OfferTimeValue value) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OfferTime
Creates a new instance of OfferTime- Throws:
PersistenceException
-
OfferTime
Creates a new instance of OfferTime
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getOfferTimeValue
-
setOfferTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getOfferPK
-
getOffer
-
getOffer
-
getOffer
-
getOffer
-
getOfferForUpdate
-
getOfferForUpdate
-
setOfferPK
public void setOfferPK(OfferPK offerPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOffer
-
getOfferPKHasBeenModified
-
getLastEvaluationTime
-
setLastEvaluationTime
public void setLastEvaluationTime(Long lastEvaluationTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastEvaluationTimeHasBeenModified
-
getMaxItemCreatedTime
-
setMaxItemCreatedTime
public void setMaxItemCreatedTime(Long maxItemCreatedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaxItemCreatedTimeHasBeenModified
-
getMaxItemModifiedTime
-
setMaxItemModifiedTime
public void setMaxItemModifiedTime(Long maxItemModifiedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaxItemModifiedTimeHasBeenModified
-
getMaxItemDeletedTime
-
setMaxItemDeletedTime
public void setMaxItemDeletedTime(Long maxItemDeletedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaxItemDeletedTimeHasBeenModified
-