public class CompanyProfileTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private String |
accountPackageId |
private String |
companyNumber |
private Identifier |
creditTermsListItemId |
private Integer |
employees |
private String |
nominalCode |
private String |
notes |
private Boolean |
optOutEmail |
private Boolean |
optOutMarketing |
private Boolean |
optOutTelephone |
private Calendar |
relationshipSince |
private Long |
sourceOfBusinessListItemId |
private String |
taxNumber |
private Long |
turnover |
| Constructor and Description |
|---|
CompanyProfileTO() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toString@Min(value=1L) private Long sourceOfBusinessListItemId
private Identifier creditTermsListItemId
private Calendar relationshipSince
private Long turnover
private Integer employees
private String taxNumber
private String companyNumber
private String nominalCode
private String accountPackageId
private Boolean optOutMarketing
private Boolean optOutEmail
private Boolean optOutTelephone
@Size(max=8192) private String notes
public Identifier getCreditTermsListItemId()
public void setCreditTermsListItemId(Identifier creditTermsListItemId)
public Long getSourceOfBusinessListItemId()
public void setSourceOfBusinessListItemId(Long sourceOfBusinessListItemId)
public Calendar getRelationshipSince()
public void setRelationshipSince(Calendar relationshipSince)
public Long getTurnover()
public void setTurnover(Long turnover)
public Integer getEmployees()
public void setEmployees(Integer employees)
public String getTaxNumber()
public void setTaxNumber(String taxNumber)
public String getCompanyNumber()
public void setCompanyNumber(String companyNumber)
public String getNominalCode()
public void setNominalCode(String nominalCode)
public String getAccountPackageId()
public void setAccountPackageId(String accountPackageId)
public Boolean getOptOutMarketing()
public void setOptOutMarketing(Boolean optOutMarketing)
public Boolean getOptOutEmail()
public void setOptOutEmail(Boolean optOutEmail)
public Boolean getOptOutTelephone()
public void setOptOutTelephone(Boolean optOutTelephone)
public String getNotes()
public void setNotes(String notes)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.