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 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.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:
getBaseFactoryInstancein classBaseValue<CommunicationSourceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommunicationSourceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommunicationSourceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-