public class CRMDOPaymentPreference extends CRMDO
Constructor and Description |
---|
CRMDOPaymentPreference() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CRMDOAccountDefinitionPaymentPreference> |
getAccountDefPaymentPreferences() |
java.lang.Integer |
getIsDefault() |
PaymentGatewayProtocol |
getPaymentGatewayProtocol() |
java.util.Set<CRMDOPaymentPreference> |
getPaymentPreferences() |
static long |
getSerialversionuid() |
PaymentPreferenceType |
getType() |
java.lang.Boolean |
isDefault() |
void |
setAccountDefPaymentPreferences(java.util.Set<CRMDOAccountDefinitionPaymentPreference> accountDefPaymentPreferences) |
void |
setIsDefault(java.lang.Integer isDefault) |
void |
setPaymentGatewayProtocol(PaymentGatewayProtocol paymentGatewayProtocol) |
void |
setPaymentPreferences(java.util.Set<CRMDOPaymentPreference> paymentPreferences) |
void |
setType(PaymentPreferenceType type) |
clone, compareObjects, compareTo, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public PaymentPreferenceType getType()
public void setType(PaymentPreferenceType type)
public java.util.Set<CRMDOAccountDefinitionPaymentPreference> getAccountDefPaymentPreferences()
public void setAccountDefPaymentPreferences(java.util.Set<CRMDOAccountDefinitionPaymentPreference> accountDefPaymentPreferences)
public java.util.Set<CRMDOPaymentPreference> getPaymentPreferences()
public void setPaymentPreferences(java.util.Set<CRMDOPaymentPreference> paymentPreferences)
public static long getSerialversionuid()
public PaymentGatewayProtocol getPaymentGatewayProtocol()
public void setPaymentGatewayProtocol(PaymentGatewayProtocol paymentGatewayProtocol)
public java.lang.Integer getIsDefault()
public void setIsDefault(java.lang.Integer isDefault)
public java.lang.Boolean isDefault()