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