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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) voidsetFromTime(Long fromTime) voidsetPassword(String password) voidsetReceiveWorkEffortScopePK(WorkEffortScopePK receiveWorkEffortScopePK) voidsetReviewEmployeeSelectorPK(SelectorPK reviewEmployeeSelectorPK) voidsetSendWorkEffortScopePK(WorkEffortScopePK sendWorkEffortScopePK) voidsetServerPK(ServerPK serverPK) voidsetThruTime(Long thruTime) voidsetUsername(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:
getBaseFactoryInstancein classBaseValue<CommunicationEmailSourcePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommunicationEmailSourcePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommunicationEmailSourcePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-