Class PartyPaymentMethodCreditCardSecurityCode
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PartyPaymentMethodCreditCardSecurityCode
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyPaymentMethodCreditCardSecurityCodePartyPaymentMethodCreditCardSecurityCode
(PartyPaymentMethodCreditCardSecurityCodeValue value, EntityPermission entityPermission) Creates a new instance of PartyPaymentMethodCreditCardSecurityCode -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getPartyPaymentMethod
(EntityPermission entityPermission) getPartyPaymentMethod
(Session session) getPartyPaymentMethod
(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setPartyPaymentMethodCreditCardSecurityCodeValue
(PartyPaymentMethodCreditCardSecurityCodeValue value) void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setSecurityCode
(String securityCode) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyPaymentMethodCreditCardSecurityCode
Creates a new instance of PartyPaymentMethodCreditCardSecurityCode- Throws:
PersistenceException
-
PartyPaymentMethodCreditCardSecurityCode
public PartyPaymentMethodCreditCardSecurityCode(PartyPaymentMethodCreditCardSecurityCodeValue value, EntityPermission entityPermission) Creates a new instance of PartyPaymentMethodCreditCardSecurityCode
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPartyPaymentMethodCreditCardSecurityCodeValue
-
setPartyPaymentMethodCreditCardSecurityCodeValue
public void setPartyPaymentMethodCreditCardSecurityCodeValue(PartyPaymentMethodCreditCardSecurityCodeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyPaymentMethodPK
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethodForUpdate
-
getPartyPaymentMethodForUpdate
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyPaymentMethod
-
getPartyPaymentMethodPKHasBeenModified
-
getSecurityCode
-
setSecurityCode
public void setSecurityCode(String securityCode) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSecurityCodeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-