Class OfferNameElementDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.offer.server.entity.OfferNameElementDetail
- 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 OfferNameElementDetailOfferNameElementDetail
(OfferNameElementDetailValue value, EntityPermission entityPermission) Creates a new instance of OfferNameElementDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getOfferNameElement
(EntityPermission entityPermission) getOfferNameElement
(Session session) getOfferNameElement
(Session session, EntityPermission entityPermission) getOfferNameElementForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setOfferNameElement
(OfferNameElement entity) void
void
setOfferNameElementName
(String offerNameElementName) void
setOfferNameElementPK
(OfferNameElementPK offerNameElementPK) void
void
setThruTime
(Long thruTime) void
setValidationPattern
(String validationPattern) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OfferNameElementDetail
Creates a new instance of OfferNameElementDetail- Throws:
PersistenceException
-
OfferNameElementDetail
Creates a new instance of OfferNameElementDetail
-
-
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
-
getOfferNameElementDetailValue
-
setOfferNameElementDetailValue
public void setOfferNameElementDetailValue(OfferNameElementDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getOfferNameElementPK
-
getOfferNameElement
-
getOfferNameElement
-
getOfferNameElement
-
getOfferNameElement
-
getOfferNameElementForUpdate
-
getOfferNameElementForUpdate
-
setOfferNameElementPK
public void setOfferNameElementPK(OfferNameElementPK offerNameElementPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOfferNameElement
-
getOfferNameElementPKHasBeenModified
-
getOfferNameElementName
-
setOfferNameElementName
public void setOfferNameElementName(String offerNameElementName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOfferNameElementNameHasBeenModified
-
getOffset
-
setOffset
public void setOffset(Integer offset) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOffsetHasBeenModified
-
getLength
-
setLength
public void setLength(Integer length) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLengthHasBeenModified
-
getValidationPattern
-
setValidationPattern
public void setValidationPattern(String validationPattern) throws PersistenceNotNullException, PersistenceReadOnlyException -
getValidationPatternHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-