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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetLocationNameElementName(String locationNameElementName) voidsetLocationNameElementPK(LocationNameElementPK locationNameElementPK) voidsetLocationTypePK(LocationTypePK locationTypePK) voidvoidsetThruTime(Long thruTime) voidsetValidationPattern(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:
getBaseFactoryInstancein classBaseValue<LocationNameElementDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LocationNameElementDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LocationNameElementDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-