Class SourceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SourcePK>
com.echothree.model.data.offer.server.value.SourceValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSourceValue
(SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) Creates a new instance of SourceValueSourceValue
(SourcePK sourcePK, SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) Creates a new instance of SourceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(SourceDetailPK activeDetailPK) void
setLastDetailPK
(SourceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SourceValue
public SourceValue(SourcePK sourcePK, SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SourceValue- Throws:
PersistenceNotNullException
-
SourceValue
public SourceValue(SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SourceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SourcePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SourcePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SourcePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SourcePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-