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