Class ContactListFrequencyDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contactlist.server.entity.ContactListFrequencyDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ContactListFrequencyDetailContactListFrequencyDetail
(ContactListFrequencyDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListFrequencyDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContactListFrequency
(EntityPermission entityPermission) getContactListFrequency
(Session session) getContactListFrequency
(Session session, EntityPermission entityPermission) getContactListFrequencyForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setContactListFrequencyName
(String contactListFrequencyName) void
setContactListFrequencyPK
(ContactListFrequencyPK contactListFrequencyPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactListFrequencyDetail
Creates a new instance of ContactListFrequencyDetail- Throws:
PersistenceException
-
ContactListFrequencyDetail
public ContactListFrequencyDetail(ContactListFrequencyDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListFrequencyDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getContactListFrequencyDetailValue
-
setContactListFrequencyDetailValue
public void setContactListFrequencyDetailValue(ContactListFrequencyDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getContactListFrequencyPK
-
getContactListFrequency
public ContactListFrequency getContactListFrequency(Session session, EntityPermission entityPermission) -
getContactListFrequency
-
getContactListFrequency
-
getContactListFrequency
-
getContactListFrequencyForUpdate
-
getContactListFrequencyForUpdate
-
setContactListFrequencyPK
public void setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactListFrequency
-
getContactListFrequencyPKHasBeenModified
-
getContactListFrequencyName
-
setContactListFrequencyName
public void setContactListFrequencyName(String contactListFrequencyName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContactListFrequencyNameHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-