Class GeoCodeAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.geo.server.entity.GeoCodeAlias
- 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 GeoCodeAliasGeoCodeAlias(GeoCodeAliasValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeAlias -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()booleanbooleangetGeoCode(EntityPermission entityPermission) getGeoCode(Session session) getGeoCode(Session session, EntityPermission entityPermission) getGeoCodeAliasType(EntityPermission entityPermission) getGeoCodeAliasType(Session session) getGeoCodeAliasType(Session session, EntityPermission entityPermission) getGeoCodeAliasTypeForUpdate(Session session) booleangetGeoCodeForUpdate(Session session) booleangetGeoCodeScope(EntityPermission entityPermission) getGeoCodeScope(Session session) getGeoCodeScope(Session session, EntityPermission entityPermission) getGeoCodeScopeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetGeoCode(GeoCode entity) voidsetGeoCodeAliasType(GeoCodeAliasType entity) voidsetGeoCodeAliasTypePK(GeoCodeAliasTypePK geoCodeAliasTypePK) voidvoidsetGeoCodePK(GeoCodePK geoCodePK) voidsetGeoCodeScope(GeoCodeScope entity) voidsetGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GeoCodeAlias
Creates a new instance of GeoCodeAlias- Throws:
PersistenceException
-
GeoCodeAlias
Creates a new instance of GeoCodeAlias
-
-
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
-
getGeoCodeAliasValue
-
setGeoCodeAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getGeoCodePK
-
getGeoCode
-
getGeoCode
-
getGeoCode
-
getGeoCode
-
getGeoCodeForUpdate
-
getGeoCodeForUpdate
-
setGeoCodePK
public void setGeoCodePK(GeoCodePK geoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCode
-
getGeoCodePKHasBeenModified
-
getGeoCodeScopePK
-
getGeoCodeScope
-
getGeoCodeScope
-
getGeoCodeScope
-
getGeoCodeScope
-
getGeoCodeScopeForUpdate
-
getGeoCodeScopeForUpdate
-
setGeoCodeScopePK
public void setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeScope
-
getGeoCodeScopePKHasBeenModified
-
getGeoCodeAliasTypePK
-
getGeoCodeAliasType
-
getGeoCodeAliasType
-
getGeoCodeAliasType
-
getGeoCodeAliasType
-
getGeoCodeAliasTypeForUpdate
-
getGeoCodeAliasTypeForUpdate
-
setGeoCodeAliasTypePK
public void setGeoCodeAliasTypePK(GeoCodeAliasTypePK geoCodeAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeAliasType
-
getGeoCodeAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-