Class GeoCodeDateTimeFormat
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.geo.server.entity.GeoCodeDateTimeFormat
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of GeoCodeDateTimeFormatGeoCodeDateTimeFormat(GeoCodeDateTimeFormatValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeDateTimeFormat -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDateTimeFormat(EntityPermission entityPermission) getDateTimeFormat(Session session) getDateTimeFormat(Session session, EntityPermission entityPermission) getDateTimeFormatForUpdate(Session session) booleanbooleangetGeoCode(EntityPermission entityPermission) getGeoCode(Session session) getGeoCode(Session session, EntityPermission entityPermission) getGeoCodeForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetDateTimeFormat(DateTimeFormat entity) voidsetDateTimeFormatPK(DateTimeFormatPK dateTimeFormatPK) voidsetFromTime(Long fromTime) voidsetGeoCode(GeoCode entity) voidvoidsetGeoCodePK(GeoCodePK geoCodePK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GeoCodeDateTimeFormat
Creates a new instance of GeoCodeDateTimeFormat- Throws:
PersistenceException
-
GeoCodeDateTimeFormat
Creates a new instance of GeoCodeDateTimeFormat
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getGeoCodeDateTimeFormatValue
-
setGeoCodeDateTimeFormatValue
public void setGeoCodeDateTimeFormatValue(GeoCodeDateTimeFormatValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getGeoCodePK
-
getGeoCode
-
getGeoCode
-
getGeoCode
-
getGeoCode
-
getGeoCodeForUpdate
-
getGeoCodeForUpdate
-
setGeoCodePK
public void setGeoCodePK(GeoCodePK geoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCode
-
getGeoCodePKHasBeenModified
-
getDateTimeFormatPK
-
getDateTimeFormat
-
getDateTimeFormat
-
getDateTimeFormat
-
getDateTimeFormat
-
getDateTimeFormatForUpdate
-
getDateTimeFormatForUpdate
-
setDateTimeFormatPK
public void setDateTimeFormatPK(DateTimeFormatPK dateTimeFormatPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDateTimeFormat
-
getDateTimeFormatPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-