public class OperatorMapping extends NotPersistenceObject
Constructor and Description |
---|
OperatorMapping() |
Modifier and Type | Method and Description |
---|---|
CRMDOCountry |
getCountry() |
java.lang.String |
getCountryId() |
Channel |
getDefaultChannel() |
CRMDOUnitGroup |
getGroup() |
java.lang.String |
getGroupId() |
java.lang.String |
getNetflixId() |
java.util.Set<PromotionMapping> |
getPromotions() |
java.lang.String |
getSignUpErrorUrl() |
CRMDOUnit |
getUnit() |
java.lang.String |
getUnitId() |
void |
setCountry(CRMDOCountry country) |
void |
setCountryId(java.lang.String countryId) |
void |
setDefaultChannel(Channel defaultChannel) |
void |
setGroup(CRMDOUnitGroup group) |
void |
setGroupId(java.lang.String groupId) |
void |
setNetflixId(java.lang.String netflixId) |
void |
setPromotions(java.util.Set<PromotionMapping> promotions) |
void |
setSignUpErrorUrl(java.lang.String signUpErrorUrl) |
void |
setUnit(CRMDOUnit unit) |
void |
setUnitId(java.lang.String unitId) |
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 CRMDOUnitGroup getGroup()
public void setGroup(CRMDOUnitGroup group)
public CRMDOUnit getUnit()
public void setUnit(CRMDOUnit unit)
public java.lang.String getCountryId()
public void setCountryId(java.lang.String countryId)
public java.lang.String getNetflixId()
public void setNetflixId(java.lang.String netflixId)
public Channel getDefaultChannel()
public void setDefaultChannel(Channel defaultChannel)
public java.lang.String getSignUpErrorUrl()
public void setSignUpErrorUrl(java.lang.String signUpErrorUrl)
public java.util.Set<PromotionMapping> getPromotions()
public void setPromotions(java.util.Set<PromotionMapping> promotions)
public java.lang.String getGroupId()
public void setGroupId(java.lang.String groupId)
public java.lang.String getUnitId()
public void setUnitId(java.lang.String unitId)
public CRMDOCountry getCountry()
public void setCountry(CRMDOCountry country)