Class CommunicationEmailSourceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationEmailSourcePK>
com.echothree.model.data.communication.server.value.CommunicationEmailSourceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommunicationEmailSourceValue
extends BaseValue<CommunicationEmailSourcePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEmailSourceValue
(CommunicationEmailSourcePK communicationEmailSourcePK, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValueCommunicationEmailSourceValue
(CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommunicationSourcePK
(CommunicationSourcePK communicationSourcePK) void
setFromTime
(Long fromTime) void
setPassword
(String password) void
setReceiveWorkEffortScopePK
(WorkEffortScopePK receiveWorkEffortScopePK) void
setReviewEmployeeSelectorPK
(SelectorPK reviewEmployeeSelectorPK) void
setSendWorkEffortScopePK
(WorkEffortScopePK sendWorkEffortScopePK) void
setServerPK
(ServerPK serverPK) void
setThruTime
(Long thruTime) void
setUsername
(String username) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommunicationEmailSourceValue
public CommunicationEmailSourceValue(CommunicationEmailSourcePK communicationEmailSourcePK, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEmailSourceValue- Throws:
PersistenceNotNullException
-
CommunicationEmailSourceValue
public CommunicationEmailSourceValue(CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEmailSourceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommunicationEmailSourcePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommunicationEmailSourcePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommunicationEmailSourcePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommunicationEmailSourcePK>
-
getCommunicationSourcePK
-
setCommunicationSourcePK
public void setCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationSourcePKHasBeenModified
-
getServerPK
-
setServerPK
- Throws:
PersistenceNotNullException
-
getServerPKHasBeenModified
-
getUsername
-
setUsername
- Throws:
PersistenceNotNullException
-
getUsernameHasBeenModified
-
getPassword
-
setPassword
- Throws:
PersistenceNotNullException
-
getPasswordHasBeenModified
-
getReceiveWorkEffortScopePK
-
setReceiveWorkEffortScopePK
public void setReceiveWorkEffortScopePK(WorkEffortScopePK receiveWorkEffortScopePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getReceiveWorkEffortScopePKHasBeenModified
-
getSendWorkEffortScopePK
-
setSendWorkEffortScopePK
public void setSendWorkEffortScopePK(WorkEffortScopePK sendWorkEffortScopePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSendWorkEffortScopePKHasBeenModified
-
getReviewEmployeeSelectorPK
-
setReviewEmployeeSelectorPK
-
getReviewEmployeeSelectorPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-