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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromGeoCodePK(GeoCodePK fromGeoCodePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetToGeoCodePK(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:
getBaseFactoryInstancein classBaseValue<GeoCodeRelationshipPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GeoCodeRelationshipPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GeoCodeRelationshipPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GeoCodeRelationshipPK>
-
getFromGeoCodePK
-
setFromGeoCodePK
- Throws:
PersistenceNotNullException
-
getFromGeoCodePKHasBeenModified
-
getToGeoCodePK
-
setToGeoCodePK
- Throws:
PersistenceNotNullException
-
getToGeoCodePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-