Class CommunicationSourceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.communication.server.entity.CommunicationSourceDetail
- 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 CommunicationSourceDetailCommunicationSourceDetail(CommunicationSourceDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationSourceDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCommunicationSource(EntityPermission entityPermission) booleanbooleangetCommunicationSourceType(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetCommunicationSourceName(String communicationSourceName) voidsetCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) voidvoidsetCommunicationSourceTypePK(CommunicationSourceTypePK communicationSourceTypePK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
CommunicationSourceDetail
Creates a new instance of CommunicationSourceDetail- Throws:
PersistenceException
-
CommunicationSourceDetail
public CommunicationSourceDetail(CommunicationSourceDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationSourceDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCommunicationSourceDetailValue
-
setCommunicationSourceDetailValue
public void setCommunicationSourceDetailValue(CommunicationSourceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommunicationSourcePK
-
getCommunicationSource
-
getCommunicationSource
-
getCommunicationSourceForUpdate
-
setCommunicationSourcePK
public void setCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationSource
-
getCommunicationSourcePKHasBeenModified
-
getCommunicationSourceName
-
setCommunicationSourceName
public void setCommunicationSourceName(String communicationSourceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommunicationSourceNameHasBeenModified
-
getCommunicationSourceTypePK
-
getCommunicationSourceType
-
getCommunicationSourceType
-
getCommunicationSourceTypeForUpdate
-
setCommunicationSourceTypePK
public void setCommunicationSourceTypePK(CommunicationSourceTypePK communicationSourceTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationSourceType
-
getCommunicationSourceTypePKHasBeenModified
-
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
-