Class EntityGeoPointDefaultValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityGeoPointDefaultPK>
com.echothree.model.data.core.server.value.EntityGeoPointDefaultValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityGeoPointDefaultValue
extends BaseValue<EntityGeoPointDefaultPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityGeoPointDefaultValue(EntityAttributePK entityAttributePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointDefaultValueEntityGeoPointDefaultValue(EntityGeoPointDefaultPK entityGeoPointDefaultPK, EntityAttributePK entityAttributePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointDefaultValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAltitude(Long altitude) voidsetElevation(Long elevation) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetLatitude(Integer latitude) voidsetLongitude(Integer longitude) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityGeoPointDefaultValue
public EntityGeoPointDefaultValue(EntityGeoPointDefaultPK entityGeoPointDefaultPK, EntityAttributePK entityAttributePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityGeoPointDefaultValue- Throws:
PersistenceNotNullException
-
EntityGeoPointDefaultValue
public EntityGeoPointDefaultValue(EntityAttributePK entityAttributePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityGeoPointDefaultValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityGeoPointDefaultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityGeoPointDefaultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityGeoPointDefaultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityGeoPointDefaultPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getLatitude
-
setLatitude
- Throws:
PersistenceNotNullException
-
getLatitudeHasBeenModified
-
getLongitude
-
setLongitude
- Throws:
PersistenceNotNullException
-
getLongitudeHasBeenModified
-
getElevation
-
setElevation
-
getElevationHasBeenModified
-
getAltitude
-
setAltitude
-
getAltitudeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-