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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDeleteWhenUnused(Boolean deleteWhenUnused) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPartyPaymentMethodName(String partyPaymentMethodName) voidsetPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) voidsetPartyPK(PartyPK partyPK) voidsetPaymentMethodPK(PaymentMethodPK paymentMethodPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyPaymentMethodDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyPaymentMethodDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyPaymentMethodDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-