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 TypeMethodDescriptionboolean
boolean
boolean
getLocationNameElement
(EntityPermission entityPermission) getLocationNameElement
(Session session) getLocationNameElement
(Session session, EntityPermission entityPermission) getLocationNameElementForUpdate
(Session session) boolean
boolean
getLocationType
(EntityPermission entityPermission) getLocationType
(Session session) getLocationType
(Session session, EntityPermission entityPermission) getLocationTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
void
void
setLocationNameElementName
(String locationNameElementName) void
setLocationNameElementPK
(LocationNameElementPK locationNameElementPK) void
setLocationType
(LocationType entity) void
setLocationTypePK
(LocationTypePK locationTypePK) 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
-
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:
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
-
getLocationNameElementDetailValue
-
setLocationNameElementDetailValue
public void setLocationNameElementDetailValue(LocationNameElementDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-