1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
deal.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity;
5
6
7
use Bitrix\Sale\Exchange\Integration\CRM\EntityType;
8
9
class
Deal
extends
Base
10
{
11
function
getType
()
12
{
13
return
EntityType::DEAL;
14
}
15
16
public
function
getTitle
()
17
{
18
return
$this->fields->get(
'TITLE'
);
19
}
20
21
public
function
setTitle
($value)
22
{
23
$this->fields->set(
'TITLE'
, $value);
24
return
$this;
25
}
26
27
public
function
getContactId
()
28
{
29
return
$this->fields->get(
'CONTACT_ID'
);
30
}
31
32
public
function
setContactId
($value)
33
{
34
$this->fields->set(
'CONTACT_ID'
, $value);
35
return
$this;
36
}
37
38
public
function
getCompanyId
()
39
{
40
return
$this->fields->get(
'COMPANY_ID'
);
41
}
42
43
public
function
setCompanyId
($value)
44
{
45
$this->fields->set(
'COMPANY_ID'
, $value);
46
return
$this;
47
}
48
49
public
function
setOpportunity
($value)
50
{
51
$this->fields->set(
'OPPORTUNITY'
, $value);
52
return
$this;
53
}
54
55
public
function
setCurrency
($value)
56
{
57
$this->fields->set(
'CURRENCY_ID'
, $value);
58
return
$this;
59
}
60
}
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal
Определения
deal.php:10
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\setContactId
setContactId($value)
Определения
deal.php:32
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\getCompanyId
getCompanyId()
Определения
deal.php:38
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\setOpportunity
setOpportunity($value)
Определения
deal.php:49
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\setTitle
setTitle($value)
Определения
deal.php:21
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\getType
getType()
Определения
deal.php:11
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\getTitle
getTitle()
Определения
deal.php:16
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\setCurrency
setCurrency($value)
Определения
deal.php:55
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\setCompanyId
setCompanyId($value)
Определения
deal.php:43
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Deal\getContactId
getContactId()
Определения
deal.php:27
bitrix
modules
sale
lib
exchange
integration
service
internal
entity
deal.php
Создано системой
1.14.0