Class GeoCodeRelationshipValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeRelationshipPK>
com.echothree.model.data.geo.server.value.GeoCodeRelationshipValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class GeoCodeRelationshipValue
extends BaseValue<GeoCodeRelationshipPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeRelationshipValue
(GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeRelationshipValueGeoCodeRelationshipValue
(GeoCodeRelationshipPK geoCodeRelationshipPK, GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeRelationshipValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromGeoCodePK
(GeoCodePK fromGeoCodePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setToGeoCodePK
(GeoCodePK toGeoCodePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeRelationshipValue
public GeoCodeRelationshipValue(GeoCodeRelationshipPK geoCodeRelationshipPK, GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeRelationshipValue- Throws:
PersistenceNotNullException
-
GeoCodeRelationshipValue
public GeoCodeRelationshipValue(GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeRelationshipValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GeoCodeRelationshipPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GeoCodeRelationshipPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GeoCodeRelationshipPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GeoCodeRelationshipPK>
-
getFromGeoCodePK
-
setFromGeoCodePK
- Throws:
PersistenceNotNullException
-
getFromGeoCodePKHasBeenModified
-
getToGeoCodePK
-
setToGeoCodePK
- Throws:
PersistenceNotNullException
-
getToGeoCodePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-