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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetJavaTimeZoneName(String javaTimeZoneName) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTimeZonePK(TimeZonePK timeZonePK) voidsetUnixTimeZoneName(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:
getBaseFactoryInstancein classBaseValue<TimeZoneDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TimeZoneDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TimeZoneDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-