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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPaymentProcessorName(String paymentProcessorName) voidsetPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) voidsetPaymentProcessorTypePK(PaymentProcessorTypePK paymentProcessorTypePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PaymentProcessorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentProcessorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentProcessorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-