Class PartyPaymentMethodCreditCardSecurityCodeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
com.echothree.model.data.payment.server.value.PartyPaymentMethodCreditCardSecurityCodeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyPaymentMethodCreditCardSecurityCodeValue
extends BaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyPaymentMethodCreditCardSecurityCodeValue
(PartyPaymentMethodCreditCardSecurityCodePK partyPaymentMethodCreditCardSecurityCodePK, PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardSecurityCodeValuePartyPaymentMethodCreditCardSecurityCodeValue
(PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardSecurityCodeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setSecurityCode
(String securityCode) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyPaymentMethodCreditCardSecurityCodeValue
public PartyPaymentMethodCreditCardSecurityCodeValue(PartyPaymentMethodCreditCardSecurityCodePK partyPaymentMethodCreditCardSecurityCodePK, PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPaymentMethodCreditCardSecurityCodeValue- Throws:
PersistenceNotNullException
-
PartyPaymentMethodCreditCardSecurityCodeValue
public PartyPaymentMethodCreditCardSecurityCodeValue(PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPaymentMethodCreditCardSecurityCodeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
getPartyPaymentMethodPK
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyPaymentMethodPKHasBeenModified
-
getSecurityCode
-
setSecurityCode
-
getSecurityCodeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-