Class GeoCodeRelationship
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.geo.server.entity.GeoCodeRelationship
- 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 GeoCodeRelationshipGeoCodeRelationship
(GeoCodeRelationshipValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeRelationship -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromGeoCode
(EntityPermission entityPermission) getFromGeoCode
(Session session) getFromGeoCode
(Session session, EntityPermission entityPermission) getFromGeoCodeForUpdate
(Session session) boolean
boolean
boolean
getToGeoCode
(EntityPermission entityPermission) getToGeoCode
(Session session) getToGeoCode
(Session session, EntityPermission entityPermission) getToGeoCodeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromGeoCode
(GeoCode entity) void
setFromGeoCodePK
(GeoCodePK fromGeoCodePK) void
setFromTime
(Long fromTime) void
void
setThruTime
(Long thruTime) void
setToGeoCode
(GeoCode entity) void
setToGeoCodePK
(GeoCodePK toGeoCodePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GeoCodeRelationship
Creates a new instance of GeoCodeRelationship- Throws:
PersistenceException
-
GeoCodeRelationship
Creates a new instance of GeoCodeRelationship
-
-
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
-
getGeoCodeRelationshipValue
-
setGeoCodeRelationshipValue
public void setGeoCodeRelationshipValue(GeoCodeRelationshipValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getFromGeoCodePK
-
getFromGeoCode
-
getFromGeoCode
-
getFromGeoCode
-
getFromGeoCode
-
getFromGeoCodeForUpdate
-
getFromGeoCodeForUpdate
-
setFromGeoCodePK
public void setFromGeoCodePK(GeoCodePK fromGeoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromGeoCode
-
getFromGeoCodePKHasBeenModified
-
getToGeoCodePK
-
getToGeoCode
-
getToGeoCode
-
getToGeoCode
-
getToGeoCode
-
getToGeoCodeForUpdate
-
getToGeoCodeForUpdate
-
setToGeoCodePK
public void setToGeoCodePK(GeoCodePK toGeoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToGeoCode
-
getToGeoCodePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-