Class TimeZoneDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TimeZoneDetailPK>
com.echothree.model.data.party.server.value.TimeZoneDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TimeZoneDetailValue
extends BaseValue<TimeZoneDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneDetailValue
(TimeZoneDetailPK timeZoneDetailPK, TimeZonePK timeZonePK, String javaTimeZoneName, String unixTimeZoneName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TimeZoneDetailValueTimeZoneDetailValue
(TimeZonePK timeZonePK, String javaTimeZoneName, String unixTimeZoneName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TimeZoneDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setJavaTimeZoneName
(String javaTimeZoneName) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTimeZonePK
(TimeZonePK timeZonePK) void
setUnixTimeZoneName
(String unixTimeZoneName) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TimeZoneDetailValue
public TimeZoneDetailValue(TimeZoneDetailPK timeZoneDetailPK, TimeZonePK timeZonePK, String javaTimeZoneName, String unixTimeZoneName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TimeZoneDetailValue- Throws:
PersistenceNotNullException
-
TimeZoneDetailValue
public TimeZoneDetailValue(TimeZonePK timeZonePK, String javaTimeZoneName, String unixTimeZoneName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TimeZoneDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TimeZoneDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TimeZoneDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TimeZoneDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TimeZoneDetailPK>
-
getTimeZonePK
-
setTimeZonePK
- Throws:
PersistenceNotNullException
-
getTimeZonePKHasBeenModified
-
getJavaTimeZoneName
-
setJavaTimeZoneName
- Throws:
PersistenceNotNullException
-
getJavaTimeZoneNameHasBeenModified
-
getUnixTimeZoneName
-
setUnixTimeZoneName
- Throws:
PersistenceNotNullException
-
getUnixTimeZoneNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-