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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) voidsetSecurityCode(String securityCode) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyPaymentMethodCreditCardSecurityCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-