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 TypeMethodDescriptionbooleanbooleanbooleangetOfferNameElement(EntityPermission entityPermission) getOfferNameElement(Session session) getOfferNameElement(Session session, EntityPermission entityPermission) getOfferNameElementForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetOfferNameElement(OfferNameElement entity) voidvoidsetOfferNameElementName(String offerNameElementName) voidsetOfferNameElementPK(OfferNameElementPK offerNameElementPK) voidvoidsetThruTime(Long thruTime) voidsetValidationPattern(String validationPattern) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getOfferNameElementDetailValue
-
setOfferNameElementDetailValue
public void setOfferNameElementDetailValue(OfferNameElementDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-