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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGeoCodePK(GeoCodePK geoCodePK) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<SelectorNodeGeoCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorNodeGeoCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorNodeGeoCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorNodeGeoCodePK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getGeoCodePK
-
setGeoCodePK
- Throws:
PersistenceNotNullException
-
getGeoCodePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-