- Author
- llturro
Definition at line 16 of file VendorProspect.java.
◆ entityId()
Object org.turro.crm.entity.VendorProspect.entityId |
( |
| ) |
|
◆ getAlert()
Formula org.turro.crm.entity.VendorProspect.getAlert |
( |
| ) |
|
◆ getComission()
Formula org.turro.crm.entity.VendorProspect.getComission |
( |
| ) |
|
◆ getId()
long org.turro.crm.entity.VendorProspect.getId |
( |
| ) |
|
◆ getProspectDate()
Date org.turro.crm.entity.VendorProspect.getProspectDate |
( |
| ) |
|
◆ getSaleActions()
Set<SaleAction> org.turro.crm.entity.VendorProspect.getSaleActions |
( |
| ) |
|
Definition at line 73 of file VendorProspect.java.
74 Dao dao =
new CrmPU();
75 if(
id > 0 && dao.isNotLoaded(saleActions)) {
76 saleActions = dao.lazyLoader(VendorProspect.class,
this,
"saleActions").saleActions;
◆ getSaleProspect()
SaleProspect org.turro.crm.entity.VendorProspect.getSaleProspect |
( |
| ) |
|
◆ getUpdatedSaleActions()
Set<SaleAction> org.turro.crm.entity.VendorProspect.getUpdatedSaleActions |
( |
| ) |
|
Definition at line 116 of file VendorProspect.java.
117 Dao dao =
new CrmPU();
119 saleActions = dao.lazyLoader(VendorProspect.class,
this,
"saleActions").saleActions;
◆ getVendor()
Vendor org.turro.crm.entity.VendorProspect.getVendor |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.crm.entity.VendorProspect.isEmpty |
( |
| ) |
|
◆ setAlert()
void org.turro.crm.entity.VendorProspect.setAlert |
( |
Formula |
alert | ) |
|
◆ setComission()
void org.turro.crm.entity.VendorProspect.setComission |
( |
Formula |
comission | ) |
|
◆ setId()
void org.turro.crm.entity.VendorProspect.setId |
( |
long |
id | ) |
|
◆ setProspectDate()
void org.turro.crm.entity.VendorProspect.setProspectDate |
( |
Date |
prospectDate | ) |
|
◆ setSaleActions()
void org.turro.crm.entity.VendorProspect.setSaleActions |
( |
Set< SaleAction > |
saleActions | ) |
|
◆ setSaleProspect()
void org.turro.crm.entity.VendorProspect.setSaleProspect |
( |
SaleProspect |
saleProspect | ) |
|
◆ setVendor()
void org.turro.crm.entity.VendorProspect.setVendor |
( |
Vendor |
vendor | ) |
|
The documentation for this class was generated from the following file: