Class EntityGeoPointAttribute
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityGeoPointAttribute
- 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 EntityGeoPointAttributeEntityGeoPointAttribute
(EntityGeoPointAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityGeoPointAttribute -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getEntityAttribute
(EntityPermission entityPermission) getEntityAttribute
(Session session) getEntityAttribute
(Session session, EntityPermission entityPermission) getEntityAttributeForUpdate
(Session session) boolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAltitude
(Long altitude) void
setElevation
(Long elevation) void
setEntityAttribute
(EntityAttribute entity) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setLatitude
(Integer latitude) void
setLongitude
(Integer longitude) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityGeoPointAttribute
Creates a new instance of EntityGeoPointAttribute- Throws:
PersistenceException
-
EntityGeoPointAttribute
public EntityGeoPointAttribute(EntityGeoPointAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityGeoPointAttribute
-
-
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
-
getEntityGeoPointAttributeValue
-
setEntityGeoPointAttributeValue
public void setEntityGeoPointAttributeValue(EntityGeoPointAttributeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEntityAttributePK
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttribute
-
getEntityAttributeForUpdate
-
getEntityAttributeForUpdate
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityAttribute
-
getEntityAttributePKHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getLatitude
-
setLatitude
public void setLatitude(Integer latitude) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLatitudeHasBeenModified
-
getLongitude
-
setLongitude
public void setLongitude(Integer longitude) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLongitudeHasBeenModified
-
getElevation
-
setElevation
public void setElevation(Long elevation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getElevationHasBeenModified
-
getAltitude
-
setAltitude
public void setAltitude(Long altitude) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAltitudeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-