Class ContactListFrequencyDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactListFrequencyDetailPK>
com.echothree.model.data.contactlist.server.value.ContactListFrequencyDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactListFrequencyDetailValue
extends BaseValue<ContactListFrequencyDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactListFrequencyDetailValue
(ContactListFrequencyDetailPK contactListFrequencyDetailPK, ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDetailValueContactListFrequencyDetailValue
(ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactListFrequencyName
(String contactListFrequencyName) void
setContactListFrequencyPK
(ContactListFrequencyPK contactListFrequencyPK) 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
-
ContactListFrequencyDetailValue
public ContactListFrequencyDetailValue(ContactListFrequencyDetailPK contactListFrequencyDetailPK, ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListFrequencyDetailValue- Throws:
PersistenceNotNullException
-
ContactListFrequencyDetailValue
public ContactListFrequencyDetailValue(ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListFrequencyDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactListFrequencyDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactListFrequencyDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactListFrequencyDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactListFrequencyDetailPK>
-
getContactListFrequencyPK
-
setContactListFrequencyPK
public void setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactListFrequencyPKHasBeenModified
-
getContactListFrequencyName
-
setContactListFrequencyName
public void setContactListFrequencyName(String contactListFrequencyName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactListFrequencyNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-