Class PartyPaymentMethodDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyPaymentMethodDetailPK>
com.echothree.model.data.payment.server.value.PartyPaymentMethodDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyPaymentMethodDetailValue
extends BaseValue<PartyPaymentMethodDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyPaymentMethodDetailValue
(PartyPaymentMethodDetailPK partyPaymentMethodDetailPK, PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodDetailValuePartyPaymentMethodDetailValue
(PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDeleteWhenUnused
(Boolean deleteWhenUnused) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPartyPaymentMethodName
(String partyPaymentMethodName) void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setPartyPK
(PartyPK partyPK) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) 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
-
PartyPaymentMethodDetailValue
public PartyPaymentMethodDetailValue(PartyPaymentMethodDetailPK partyPaymentMethodDetailPK, PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPaymentMethodDetailValue- Throws:
PersistenceNotNullException
-
PartyPaymentMethodDetailValue
public PartyPaymentMethodDetailValue(PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPaymentMethodDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyPaymentMethodDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyPaymentMethodDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyPaymentMethodDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyPaymentMethodDetailPK>
-
getPartyPaymentMethodPK
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyPaymentMethodPKHasBeenModified
-
getPartyPaymentMethodName
-
setPartyPaymentMethodName
public void setPartyPaymentMethodName(String partyPaymentMethodName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyPaymentMethodNameHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getPaymentMethodPK
-
setPaymentMethodPK
- Throws:
PersistenceNotNullException
-
getPaymentMethodPKHasBeenModified
-
getDeleteWhenUnused
-
setDeleteWhenUnused
- Throws:
PersistenceNotNullException
-
getDeleteWhenUnusedHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-