Class GeoCode
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.geo.server.entity.GeoCode
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionGeoCode()Creates a new instance of GeoCodeGeoCode(GeoCodeValue value, EntityPermission entityPermission) Creates a new instance of GeoCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActiveDetail(EntityPermission entityPermission) getActiveDetail(Session session) getActiveDetail(Session session, EntityPermission entityPermission) getActiveDetailForUpdate(Session session) booleangetLastDetail(EntityPermission entityPermission) getLastDetail(Session session) getLastDetail(Session session, EntityPermission entityPermission) getLastDetailForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetActiveDetail(GeoCodeDetail entity) voidsetActiveDetailPK(GeoCodeDetailPK activeDetailPK) voidsetGeoCodeValue(GeoCodeValue value) voidsetLastDetail(GeoCodeDetail entity) voidsetLastDetailPK(GeoCodeDetailPK lastDetailPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GeoCode
Creates a new instance of GeoCode- Throws:
PersistenceException
-
GeoCode
Creates a new instance of GeoCode
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getGeoCodeValue
-
setGeoCodeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getActiveDetailPK
-
getActiveDetail
-
getActiveDetail
-
getActiveDetail
-
getActiveDetail
-
getActiveDetailForUpdate
-
getActiveDetailForUpdate
-
setActiveDetailPK
public void setActiveDetailPK(GeoCodeDetailPK activeDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setActiveDetail
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
getLastDetail
-
getLastDetail
-
getLastDetail
-
getLastDetail
-
getLastDetailForUpdate
-
getLastDetailForUpdate
-
setLastDetailPK
public void setLastDetailPK(GeoCodeDetailPK lastDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLastDetail
-
getLastDetailPKHasBeenModified
-