Class SelectorNodeGeoCodeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeGeoCodePK>
com.echothree.model.data.selector.server.value.SelectorNodeGeoCodeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeGeoCodeValue
extends BaseValue<SelectorNodeGeoCodePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeGeoCodeValue
(SelectorNodeGeoCodePK selectorNodeGeoCodePK, SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeGeoCodeValueSelectorNodeGeoCodeValue
(SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeGeoCodeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGeoCodePK
(GeoCodePK geoCodePK) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeGeoCodeValue
public SelectorNodeGeoCodeValue(SelectorNodeGeoCodePK selectorNodeGeoCodePK, SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeGeoCodeValue- Throws:
PersistenceNotNullException
-
SelectorNodeGeoCodeValue
public SelectorNodeGeoCodeValue(SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeGeoCodeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeGeoCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeGeoCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeGeoCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeGeoCodePK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getGeoCodePK
-
setGeoCodePK
- Throws:
PersistenceNotNullException
-
getGeoCodePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-