Class GeoCodeDateTimeFormatValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeDateTimeFormatPK>
com.echothree.model.data.geo.server.value.GeoCodeDateTimeFormatValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class GeoCodeDateTimeFormatValue
extends BaseValue<GeoCodeDateTimeFormatPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeDateTimeFormatValue
(GeoCodeDateTimeFormatPK geoCodeDateTimeFormatPK, GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDateTimeFormatValueGeoCodeDateTimeFormatValue
(GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDateTimeFormatValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDateTimeFormatPK
(DateTimeFormatPK dateTimeFormatPK) void
setFromTime
(Long fromTime) void
setGeoCodePK
(GeoCodePK geoCodePK) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeDateTimeFormatValue
public GeoCodeDateTimeFormatValue(GeoCodeDateTimeFormatPK geoCodeDateTimeFormatPK, GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeDateTimeFormatValue- Throws:
PersistenceNotNullException
-
GeoCodeDateTimeFormatValue
public GeoCodeDateTimeFormatValue(GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeDateTimeFormatValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GeoCodeDateTimeFormatPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GeoCodeDateTimeFormatPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GeoCodeDateTimeFormatPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GeoCodeDateTimeFormatPK>
-
getGeoCodePK
-
setGeoCodePK
- Throws:
PersistenceNotNullException
-
getGeoCodePKHasBeenModified
-
getDateTimeFormatPK
-
setDateTimeFormatPK
public void setDateTimeFormatPK(DateTimeFormatPK dateTimeFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getDateTimeFormatPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-