Class EntityGeoPointAttributeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityGeoPointAttributePK>
com.echothree.model.data.core.server.value.EntityGeoPointAttributeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityGeoPointAttributeValue
extends BaseValue<EntityGeoPointAttributePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityGeoPointAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointAttributeValueEntityGeoPointAttributeValue
(EntityGeoPointAttributePK entityGeoPointAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointAttributeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAltitude
(Long altitude) void
setElevation
(Long elevation) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setLatitude
(Integer latitude) void
setLongitude
(Integer longitude) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityGeoPointAttributeValue
public EntityGeoPointAttributeValue(EntityGeoPointAttributePK entityGeoPointAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityGeoPointAttributeValue- Throws:
PersistenceNotNullException
-
EntityGeoPointAttributeValue
public EntityGeoPointAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityGeoPointAttributeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityGeoPointAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityGeoPointAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityGeoPointAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityGeoPointAttributePK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
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
-