Class CommunicationSourceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationSourceDetailPK>
com.echothree.model.data.communication.server.value.CommunicationSourceDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommunicationSourceDetailValue
extends BaseValue<CommunicationSourceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationSourceDetailValue
(CommunicationSourceDetailPK communicationSourceDetailPK, CommunicationSourcePK communicationSourcePK, String communicationSourceName, CommunicationSourceTypePK communicationSourceTypePK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommunicationSourceDetailValueCommunicationSourceDetailValue
(CommunicationSourcePK communicationSourcePK, String communicationSourceName, CommunicationSourceTypePK communicationSourceTypePK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommunicationSourceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommunicationSourceName
(String communicationSourceName) void
setCommunicationSourcePK
(CommunicationSourcePK communicationSourcePK) void
setCommunicationSourceTypePK
(CommunicationSourceTypePK communicationSourceTypePK) void
setFromTime
(Long fromTime) 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
-
CommunicationSourceDetailValue
public CommunicationSourceDetailValue(CommunicationSourceDetailPK communicationSourceDetailPK, CommunicationSourcePK communicationSourcePK, String communicationSourceName, CommunicationSourceTypePK communicationSourceTypePK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationSourceDetailValue- Throws:
PersistenceNotNullException
-
CommunicationSourceDetailValue
public CommunicationSourceDetailValue(CommunicationSourcePK communicationSourcePK, String communicationSourceName, CommunicationSourceTypePK communicationSourceTypePK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationSourceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommunicationSourceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommunicationSourceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommunicationSourceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommunicationSourceDetailPK>
-
getCommunicationSourcePK
-
setCommunicationSourcePK
public void setCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationSourcePKHasBeenModified
-
getCommunicationSourceName
-
setCommunicationSourceName
public void setCommunicationSourceName(String communicationSourceName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationSourceNameHasBeenModified
-
getCommunicationSourceTypePK
-
setCommunicationSourceTypePK
public void setCommunicationSourceTypePK(CommunicationSourceTypePK communicationSourceTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationSourceTypePKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-