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) getGeoCodeAliasType(EntityPermission entityPermission) booleanbooleangetGeoCodeScope(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetGeoCode(GeoCode entity) voidsetGeoCodeAliasType(GeoCodeAliasType entity) voidsetGeoCodeAliasTypePK(GeoCodeAliasTypePK geoCodeAliasTypePK) voidvoidsetGeoCodePK(GeoCodePK geoCodePK) voidsetGeoCodeScope(GeoCodeScope entity) voidsetGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getGeoCodeAliasValue
-
setGeoCodeAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getGeoCodePK
-
getGeoCode
-
getGeoCode
-
getGeoCodeForUpdate
-
setGeoCodePK
public void setGeoCodePK(GeoCodePK geoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCode
-
getGeoCodePKHasBeenModified
-
getGeoCodeScopePK
-
getGeoCodeScope
-
getGeoCodeScope
-
getGeoCodeScopeForUpdate
-
setGeoCodeScopePK
public void setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeScope
-
getGeoCodeScopePKHasBeenModified
-
getGeoCodeAliasTypePK
-
getGeoCodeAliasType
-
getGeoCodeAliasType
-
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
-