1 | <?php |
||
10 | class Item extends BaseItem |
||
11 | { |
||
12 | /** |
||
13 | * Get the item additional reference |
||
14 | */ |
||
15 | public function getAdditionalReference() |
||
19 | |||
20 | /** |
||
21 | * Set the item additional reference |
||
22 | */ |
||
23 | public function setAdditionalReference($value) |
||
27 | |||
28 | /** |
||
29 | * Get the item fund code |
||
30 | */ |
||
31 | public function getFundCode() |
||
35 | |||
36 | /** |
||
37 | * Set the item fund code |
||
38 | */ |
||
39 | public function setFundCode($value) |
||
43 | |||
44 | /** |
||
45 | * Get the item narrative |
||
46 | */ |
||
47 | public function getNarrative() |
||
51 | |||
52 | /** |
||
53 | * Set the item narrative |
||
54 | */ |
||
55 | public function setNarrative($value) |
||
59 | } |
||
60 |