Class GeoCodeAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeAliasPK>
com.echothree.model.data.geo.server.value.GeoCodeAliasValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeAliasValue(GeoCodeAliasPK geoCodeAliasPK, GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValueGeoCodeAliasValue(GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetGeoCodeAliasTypePK(GeoCodeAliasTypePK geoCodeAliasTypePK) voidsetGeoCodePK(GeoCodePK geoCodePK) voidsetGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeAliasValue
public GeoCodeAliasValue(GeoCodeAliasPK geoCodeAliasPK, GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeAliasValue- Throws:
PersistenceNotNullException
-
GeoCodeAliasValue
public GeoCodeAliasValue(GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<GeoCodeAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GeoCodeAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GeoCodeAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GeoCodeAliasPK>
-
getGeoCodePK
-
setGeoCodePK
- Throws:
PersistenceNotNullException
-
getGeoCodePKHasBeenModified
-
getGeoCodeScopePK
-
setGeoCodeScopePK
- Throws:
PersistenceNotNullException
-
getGeoCodeScopePKHasBeenModified
-
getGeoCodeAliasTypePK
-
setGeoCodeAliasTypePK
public void setGeoCodeAliasTypePK(GeoCodeAliasTypePK geoCodeAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGeoCodeAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-