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