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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PartyPaymentMethodDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<PartyPaymentMethodPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyPaymentMethodPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyPaymentMethodPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyPaymentMethodPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-