Class LocationNameElementDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LocationNameElementDetailPK>
com.echothree.model.data.warehouse.server.value.LocationNameElementDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class LocationNameElementDetailValue
extends BaseValue<LocationNameElementDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionLocationNameElementDetailValue
(LocationNameElementDetailPK locationNameElementDetailPK, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDetailValueLocationNameElementDetailValue
(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
void
setLocationNameElementName
(String locationNameElementName) void
setLocationNameElementPK
(LocationNameElementPK locationNameElementPK) void
setLocationTypePK
(LocationTypePK locationTypePK) void
void
setThruTime
(Long thruTime) void
setValidationPattern
(String validationPattern) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LocationNameElementDetailValue
public LocationNameElementDetailValue(LocationNameElementDetailPK locationNameElementDetailPK, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationNameElementDetailValue- Throws:
PersistenceNotNullException
-
LocationNameElementDetailValue
public LocationNameElementDetailValue(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationNameElementDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<LocationNameElementDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LocationNameElementDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LocationNameElementDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<LocationNameElementDetailPK>
-
getLocationNameElementPK
-
setLocationNameElementPK
public void setLocationNameElementPK(LocationNameElementPK locationNameElementPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getLocationNameElementPKHasBeenModified
-
getLocationTypePK
-
setLocationTypePK
- Throws:
PersistenceNotNullException
-
getLocationTypePKHasBeenModified
-
getLocationNameElementName
-
setLocationNameElementName
public void setLocationNameElementName(String locationNameElementName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getLocationNameElementNameHasBeenModified
-
getOffset
-
setOffset
- Throws:
PersistenceNotNullException
-
getOffsetHasBeenModified
-
getLength
-
setLength
- Throws:
PersistenceNotNullException
-
getLengthHasBeenModified
-
getValidationPattern
-
setValidationPattern
-
getValidationPatternHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-