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