Class UseNameElementDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.offer.server.entity.UseNameElementDetail
- 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 UseNameElementDetailUseNameElementDetail(UseNameElementDetailValue value, EntityPermission entityPermission) Creates a new instance of UseNameElementDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetUseNameElement(EntityPermission entityPermission) getUseNameElement(Session session) getUseNameElement(Session session, EntityPermission entityPermission) getUseNameElementForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidvoidsetThruTime(Long thruTime) voidsetUseNameElement(UseNameElement entity) voidvoidsetUseNameElementName(String useNameElementName) voidsetUseNameElementPK(UseNameElementPK useNameElementPK) voidsetValidationPattern(String validationPattern) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UseNameElementDetail
Creates a new instance of UseNameElementDetail- Throws:
PersistenceException
-
UseNameElementDetail
Creates a new instance of UseNameElementDetail
-
-
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
-
getUseNameElementDetailValue
-
setUseNameElementDetailValue
public void setUseNameElementDetailValue(UseNameElementDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getUseNameElementPK
-
getUseNameElement
-
getUseNameElement
-
getUseNameElement
-
getUseNameElement
-
getUseNameElementForUpdate
-
getUseNameElementForUpdate
-
setUseNameElementPK
public void setUseNameElementPK(UseNameElementPK useNameElementPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUseNameElement
-
getUseNameElementPKHasBeenModified
-
getUseNameElementName
-
setUseNameElementName
public void setUseNameElementName(String useNameElementName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUseNameElementNameHasBeenModified
-
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
-