Class BirthdayFormatDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BirthdayFormatDetailPK>
com.echothree.model.data.party.server.value.BirthdayFormatDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class BirthdayFormatDetailValue
extends BaseValue<BirthdayFormatDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionBirthdayFormatDetailValue
(BirthdayFormatDetailPK birthdayFormatDetailPK, BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of BirthdayFormatDetailValueBirthdayFormatDetailValue
(BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of BirthdayFormatDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBirthdayFormatName
(String birthdayFormatName) void
setBirthdayFormatPK
(BirthdayFormatPK birthdayFormatPK) void
setFromTime
(Long fromTime) 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
-
BirthdayFormatDetailValue
public BirthdayFormatDetailValue(BirthdayFormatDetailPK birthdayFormatDetailPK, BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BirthdayFormatDetailValue- Throws:
PersistenceNotNullException
-
BirthdayFormatDetailValue
public BirthdayFormatDetailValue(BirthdayFormatPK birthdayFormatPK, String birthdayFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BirthdayFormatDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<BirthdayFormatDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BirthdayFormatDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BirthdayFormatDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BirthdayFormatDetailPK>
-
getBirthdayFormatPK
-
setBirthdayFormatPK
public void setBirthdayFormatPK(BirthdayFormatPK birthdayFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBirthdayFormatPKHasBeenModified
-
getBirthdayFormatName
-
setBirthdayFormatName
- Throws:
PersistenceNotNullException
-
getBirthdayFormatNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-