public abstract class CRMEntryTO extends UserUpdatedTO
| Modifier and Type | Field and Description |
|---|---|
private Long |
accountManagerId |
private LocationAliasTO |
billingLocation |
private Integer |
colorCode |
private CompanyProfileTO |
companyProfile |
private Identifier |
crmClientClassificationListItemId |
private CRMEntryType |
crmEntryType |
private String |
description |
private String |
externalCode |
private IndustryType |
industryType |
private String |
name |
private LocationAliasTO |
primaryLocation |
private static long |
serialVersionUID
Generated Serial Id
|
private String |
website |
lastUpdatedUserId| Constructor and Description |
|---|
CRMEntryTO() |
CRMEntryTO(Long id,
Integer version,
String name,
CRMEntryType crmEntryType,
Long accountManagerId,
IndustryType industryType,
Long crmClientClassificationListItemId,
Long sourceOfBusinessListItemId) |
getLastUpdatedUserId, setLastUpdatedUserIdclearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate static final long serialVersionUID
private String name
private String website
private String description
private LocationAliasTO billingLocation
private LocationAliasTO primaryLocation
@NotNull private CRMEntryType crmEntryType
private IndustryType industryType
@NotNull @Min(value=1L) private Long accountManagerId
private Identifier crmClientClassificationListItemId
private CompanyProfileTO companyProfile
private Integer colorCode
private String externalCode
public CRMEntryTO()
public CRMEntryTO(Long id, Integer version, String name, CRMEntryType crmEntryType, Long accountManagerId, IndustryType industryType, Long crmClientClassificationListItemId, Long sourceOfBusinessListItemId)
protected abstract CRMEntryType initEntryType()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public CRMEntryType getCrmEntryType()
public void setCrmEntryType(CRMEntryType crmEntryType)
public LocationAliasTO getBillingLocation()
public void setBillingLocation(LocationAliasTO billingLocation)
public LocationAliasTO getPrimaryLocation()
public void setPrimaryLocation(LocationAliasTO primaryLocation)
public IndustryType getIndustryType()
public void setIndustryType(IndustryType industryType)
public Long getAccountManagerId()
public void setAccountManagerId(Long accountManagerId)
public Identifier getCrmClientClassificationListItemId()
public void setCrmClientClassificationListItemId(Identifier crmClientClassificationListItemId)
public CompanyProfileTO getCompanyProfile()
public void setCompanyProfile(CompanyProfileTO companyProfile)
public String getWebsite()
public void setWebsite(String website)
public Integer getColorCode()
public void setColorCode(Integer colorCode)
public String getExternalCode()
public void setExternalCode(String externalCode)
public static Class<? extends CRMEntryTO> factoryTOByEntryType(CRMEntryType entryType)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.