Class PaymentProcessorDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentProcessorDetailPK>
com.echothree.model.data.payment.server.value.PaymentProcessorDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentProcessorDetailValue
extends BaseValue<PaymentProcessorDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorDetailValue
(PaymentProcessorDetailPK paymentProcessorDetailPK, PaymentProcessorPK paymentProcessorPK, String paymentProcessorName, PaymentProcessorTypePK paymentProcessorTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorDetailValuePaymentProcessorDetailValue
(PaymentProcessorPK paymentProcessorPK, String paymentProcessorName, PaymentProcessorTypePK paymentProcessorTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPaymentProcessorName
(String paymentProcessorName) void
setPaymentProcessorPK
(PaymentProcessorPK paymentProcessorPK) void
setPaymentProcessorTypePK
(PaymentProcessorTypePK paymentProcessorTypePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentProcessorDetailValue
public PaymentProcessorDetailValue(PaymentProcessorDetailPK paymentProcessorDetailPK, PaymentProcessorPK paymentProcessorPK, String paymentProcessorName, PaymentProcessorTypePK paymentProcessorTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorDetailValue- Throws:
PersistenceNotNullException
-
PaymentProcessorDetailValue
public PaymentProcessorDetailValue(PaymentProcessorPK paymentProcessorPK, String paymentProcessorName, PaymentProcessorTypePK paymentProcessorTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentProcessorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentProcessorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentProcessorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentProcessorDetailPK>
-
getPaymentProcessorPK
-
setPaymentProcessorPK
public void setPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorPKHasBeenModified
-
getPaymentProcessorName
-
setPaymentProcessorName
- Throws:
PersistenceNotNullException
-
getPaymentProcessorNameHasBeenModified
-
getPaymentProcessorTypePK
-
setPaymentProcessorTypePK
public void setPaymentProcessorTypePK(PaymentProcessorTypePK paymentProcessorTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-