Class EntityGeoPointDefault
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityGeoPointDefault
- 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 EntityGeoPointDefaultEntityGeoPointDefault(EntityGeoPointDefaultValue value, EntityPermission entityPermission) Creates a new instance of EntityGeoPointDefault -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetEntityAttribute(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetAltitude(Long altitude) voidsetElevation(Long elevation) voidsetEntityAttribute(EntityAttribute entity) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidvoidsetFromTime(Long fromTime) voidsetLatitude(Integer latitude) voidsetLongitude(Integer longitude) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
EntityGeoPointDefault
Creates a new instance of EntityGeoPointDefault- Throws:
PersistenceException
-
EntityGeoPointDefault
Creates a new instance of EntityGeoPointDefault
-
-
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
-
getEntityGeoPointDefaultValue
-
setEntityGeoPointDefaultValue
public void setEntityGeoPointDefaultValue(@Nonnull EntityGeoPointDefaultValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(@Nonnull EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getLatitude
-
setLatitude
public void setLatitude(@Nonnull Integer latitude) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLatitudeHasBeenModified
-
getLongitude
-
setLongitude
public void setLongitude(@Nonnull Integer longitude) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLongitudeHasBeenModified
-
getElevation
-
setElevation
public void setElevation(@Nullable Long elevation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getElevationHasBeenModified
-
getAltitude
-
setAltitude
public void setAltitude(@Nullable Long altitude) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAltitudeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-