Class PaymentProcessorResultCodeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentProcessorResultCodeDetailPK>
com.echothree.model.data.payment.server.value.PaymentProcessorResultCodeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentProcessorResultCodeDetailValue
extends BaseValue<PaymentProcessorResultCodeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorResultCodeDetailValue
(PaymentProcessorResultCodeDetailPK paymentProcessorResultCodeDetailPK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDetailValuePaymentProcessorResultCodeDetailValue
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPaymentProcessorResultCodeName
(String paymentProcessorResultCodeName) void
setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) 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
-
PaymentProcessorResultCodeDetailValue
public PaymentProcessorResultCodeDetailValue(PaymentProcessorResultCodeDetailPK paymentProcessorResultCodeDetailPK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorResultCodeDetailValue- Throws:
PersistenceNotNullException
-
PaymentProcessorResultCodeDetailValue
public PaymentProcessorResultCodeDetailValue(PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentProcessorResultCodeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentProcessorResultCodeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentProcessorResultCodeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentProcessorResultCodeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentProcessorResultCodeDetailPK>
-
getPaymentProcessorResultCodePK
-
setPaymentProcessorResultCodePK
public void setPaymentProcessorResultCodePK(PaymentProcessorResultCodePK paymentProcessorResultCodePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorResultCodePKHasBeenModified
-
getPaymentProcessorResultCodeName
-
setPaymentProcessorResultCodeName
public void setPaymentProcessorResultCodeName(String paymentProcessorResultCodeName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentProcessorResultCodeNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-