Class GeoCodeScopeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeScopePK>
com.echothree.model.data.geo.server.value.GeoCodeScopeValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeScopeValue
(GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) Creates a new instance of GeoCodeScopeValueGeoCodeScopeValue
(GeoCodeScopePK geoCodeScopePK, GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) Creates a new instance of GeoCodeScopeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(GeoCodeScopeDetailPK activeDetailPK) void
setLastDetailPK
(GeoCodeScopeDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeScopeValue
public GeoCodeScopeValue(GeoCodeScopePK geoCodeScopePK, GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of GeoCodeScopeValue- Throws:
PersistenceNotNullException
-
GeoCodeScopeValue
public GeoCodeScopeValue(GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of GeoCodeScopeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GeoCodeScopePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GeoCodeScopePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GeoCodeScopePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GeoCodeScopePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-