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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionCommunicationSourceDetailValue(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 SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommunicationSourceName(String communicationSourceName) voidsetCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) voidsetCommunicationSourceTypePK(CommunicationSourceTypePK communicationSourceTypePK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
CommunicationSourceDetailValuepublic 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
 
- 
CommunicationSourceDetailValuepublic 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:
- getBaseFactoryInstancein class- BaseValue<CommunicationSourceDetailPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<CommunicationSourceDetailPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<CommunicationSourceDetailPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<CommunicationSourceDetailPK>
 
- 
getCommunicationSourcePK
- 
setCommunicationSourcePKpublic void setCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getCommunicationSourcePKHasBeenModified
- 
getCommunicationSourceName
- 
setCommunicationSourceNamepublic void setCommunicationSourceName(String communicationSourceName) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getCommunicationSourceNameHasBeenModified
- 
getCommunicationSourceTypePK
- 
setCommunicationSourceTypePKpublic void setCommunicationSourceTypePK(CommunicationSourceTypePK communicationSourceTypePK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getCommunicationSourceTypePKHasBeenModified
- 
getSortOrder
- 
setSortOrder- Throws:
- PersistenceNotNullException
 
- 
getSortOrderHasBeenModified
- 
getFromTime
- 
setFromTime- Throws:
- PersistenceNotNullException
 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTime- Throws:
- PersistenceNotNullException
 
- 
getThruTimeHasBeenModified
 
-