Class GeoCodeScopeDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeScopeDescriptionPK>
com.echothree.model.data.geo.server.value.GeoCodeScopeDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class GeoCodeScopeDescriptionValue
extends BaseValue<GeoCodeScopeDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeScopeDescriptionValue
(GeoCodeScopeDescriptionPK geoCodeScopeDescriptionPK, GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDescriptionValueGeoCodeScopeDescriptionValue
(GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setGeoCodeScopePK
(GeoCodeScopePK geoCodeScopePK) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeScopeDescriptionValue
public GeoCodeScopeDescriptionValue(GeoCodeScopeDescriptionPK geoCodeScopeDescriptionPK, GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeScopeDescriptionValue- Throws:
PersistenceNotNullException
-
GeoCodeScopeDescriptionValue
public GeoCodeScopeDescriptionValue(GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeScopeDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GeoCodeScopeDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GeoCodeScopeDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GeoCodeScopeDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GeoCodeScopeDescriptionPK>
-
getGeoCodeScopePK
-
setGeoCodeScopePK
- Throws:
PersistenceNotNullException
-
getGeoCodeScopePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-