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 TypeMethodDescriptionboolean
getAlias()
boolean
boolean
getGeoCode
(EntityPermission entityPermission) getGeoCode
(Session session) getGeoCode
(Session session, EntityPermission entityPermission) getGeoCodeAliasType
(EntityPermission entityPermission) getGeoCodeAliasType
(Session session) getGeoCodeAliasType
(Session session, EntityPermission entityPermission) getGeoCodeAliasTypeForUpdate
(Session session) boolean
getGeoCodeForUpdate
(Session session) boolean
getGeoCodeScope
(EntityPermission entityPermission) getGeoCodeScope
(Session session) getGeoCodeScope
(Session session, EntityPermission entityPermission) getGeoCodeScopeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
setGeoCode
(GeoCode entity) void
setGeoCodeAliasType
(GeoCodeAliasType entity) void
setGeoCodeAliasTypePK
(GeoCodeAliasTypePK geoCodeAliasTypePK) void
void
setGeoCodePK
(GeoCodePK geoCodePK) void
setGeoCodeScope
(GeoCodeScope entity) void
setGeoCodeScopePK
(GeoCodeScopePK geoCodeScopePK) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getGeoCodeAliasValue
-
setGeoCodeAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-