Netsutie PHP Toolkit
ItemRevisionSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $externalId;
29 
38  public $internalId;
39 
48  public $isInactive;
49 
58  public $item;
59 
68  public $memo;
69 
78  public $name;
79 
88  public $obsoleteDate;
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "effectiveDate" => "SearchColumnDateField[]",
95 
96  "externalId" => "SearchColumnStringField[]",
97 
98  "internalId" => "SearchColumnSelectField[]",
99 
100  "isInactive" => "SearchColumnBooleanField[]",
101 
102  "item" => "SearchColumnSelectField[]",
103 
104  "memo" => "SearchColumnStringField[]",
105 
106  "name" => "SearchColumnStringField[]",
107 
108  "obsoleteDate" => "SearchColumnDateField[]",
109 
110  );
111 
112 }