Class LocationNameElementDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.warehouse.server.entity.LocationNameElementDetail
- 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 LocationNameElementDetailLocationNameElementDetail(LocationNameElementDetailValue value, EntityPermission entityPermission) Creates a new instance of LocationNameElementDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetLocationNameElement(EntityPermission entityPermission) getLocationNameElement(Session session) getLocationNameElement(Session session, EntityPermission entityPermission) getLocationNameElementForUpdate(Session session) booleanbooleangetLocationType(EntityPermission entityPermission) getLocationType(Session session) getLocationType(Session session, EntityPermission entityPermission) getLocationTypeForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidvoidvoidsetLocationNameElementName(String locationNameElementName) voidsetLocationNameElementPK(LocationNameElementPK locationNameElementPK) voidsetLocationType(LocationType entity) voidsetLocationTypePK(LocationTypePK locationTypePK) voidvoidsetThruTime(Long thruTime) voidsetValidationPattern(String validationPattern) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LocationNameElementDetail
Creates a new instance of LocationNameElementDetail- Throws:
PersistenceException
-
LocationNameElementDetail
public LocationNameElementDetail(LocationNameElementDetailValue value, EntityPermission entityPermission) Creates a new instance of LocationNameElementDetail
-
-
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
-
getLocationNameElementDetailValue
-
setLocationNameElementDetailValue
public void setLocationNameElementDetailValue(LocationNameElementDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLocationNameElementPK
-
getLocationNameElement
public LocationNameElement getLocationNameElement(Session session, EntityPermission entityPermission) -
getLocationNameElement
-
getLocationNameElement
-
getLocationNameElement
-
getLocationNameElementForUpdate
-
getLocationNameElementForUpdate
-
setLocationNameElementPK
public void setLocationNameElementPK(LocationNameElementPK locationNameElementPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocationNameElement
-
getLocationNameElementPKHasBeenModified
-
getLocationTypePK
-
getLocationType
-
getLocationType
-
getLocationType
-
getLocationType
-
getLocationTypeForUpdate
-
getLocationTypeForUpdate
-
setLocationTypePK
public void setLocationTypePK(LocationTypePK locationTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocationType
-
getLocationTypePKHasBeenModified
-
getLocationNameElementName
-
setLocationNameElementName
public void setLocationNameElementName(String locationNameElementName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLocationNameElementNameHasBeenModified
-
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
-