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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBirthdayFormatName(String birthdayFormatName) voidsetBirthdayFormatPK(BirthdayFormatPK birthdayFormatPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<BirthdayFormatDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<BirthdayFormatDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<BirthdayFormatDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-