Cacic.CommonBundle.Entity.UsbDevice.html
16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>phpDocumentor » \Cacic\CommonBundle\Entity\UsbDevice</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="../css/template.css" rel="stylesheet" media="all">
<script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
<link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner"><div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">phpDocumentor</a><div class="nav-collapse"><ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
<li><a>Namespaces</a></li>
<li><a href="../namespaces/Cacic.html"><i class="icon-th"></i> Cacic</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b></a><ul class="dropdown-menu">
<li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors
<span class="label label-info">467</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
<ul></ul></a></li>
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
<span class="label label-info">0</span></a></li>
</ul>
</li>
</ul></div>
</div></div>
<div class="go_to_top"><a href="#___" style="color: inherit">Back to top <i class="icon-upload icon-white"></i></a></div>
</div>
<div id="___" class="container">
<noscript><div class="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div></noscript>
<div class="row">
<div class="span4">
<span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-custom icon-method"></i> Methods
<ul>
<li class="method public "><a href="#method_getDtRegistro" title="getDtRegistro :: Get dtRegistro"><span class="description">Get dtRegistro</span><pre>getDtRegistro()</pre></a></li>
<li class="method public "><a href="#method_getIdUsbDevice" title="getIdUsbDevice :: Get idUsbDevice"><span class="description">Get idUsbDevice</span><pre>getIdUsbDevice()</pre></a></li>
<li class="method public "><a href="#method_getIdUsbVendor" title="getIdUsbVendor :: Get idUsbVendor"><span class="description">Get idUsbVendor</span><pre>getIdUsbVendor()</pre></a></li>
<li class="method public "><a href="#method_getNmUsbDevice" title="getNmUsbDevice :: Get nmUsbDevice"><span class="description">Get nmUsbDevice</span><pre>getNmUsbDevice()</pre></a></li>
<li class="method public "><a href="#method_getTeObservacao" title="getTeObservacao :: Get teObservacao"><span class="description">Get teObservacao</span><pre>getTeObservacao()</pre></a></li>
<li class="method public "><a href="#method_setDtRegistro" title="setDtRegistro :: Set dtRegistro"><span class="description">Set dtRegistro</span><pre>setDtRegistro()</pre></a></li>
<li class="method public "><a href="#method_setIdUsbDevice" title="setIdUsbDevice :: Set idUsbDevice"><span class="description">Set idUsbDevice</span><pre>setIdUsbDevice()</pre></a></li>
<li class="method public "><a href="#method_setIdUsbVendor" title="setIdUsbVendor :: Set idUsbVendor"><span class="description">Set idUsbVendor</span><pre>setIdUsbVendor()</pre></a></li>
<li class="method public "><a href="#method_setNmUsbDevice" title="setNmUsbDevice :: Set nmUsbDevice"><span class="description">Set nmUsbDevice</span><pre>setNmUsbDevice()</pre></a></li>
<li class="method public "><a href="#method_setTeObservacao" title="setTeObservacao :: Set teObservacao"><span class="description">Set teObservacao</span><pre>setTeObservacao()</pre></a></li>
</ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-property"></i> Properties
<ul></ul>
</li>
<li class="nav-header private">» Private
<ul>
<li class="property private "><a href="#property_dtRegistro" title="$dtRegistro :: "><span class="description"></span><pre>$dtRegistro</pre></a></li>
<li class="property private "><a href="#property_idUsbDevice" title="$idUsbDevice :: "><span class="description"></span><pre>$idUsbDevice</pre></a></li>
<li class="property private "><a href="#property_idUsbVendor" title="$idUsbVendor :: "><span class="description"></span><pre>$idUsbVendor</pre></a></li>
<li class="property private "><a href="#property_nmUsbDevice" title="$nmUsbDevice :: "><span class="description"></span><pre>$nmUsbDevice</pre></a></li>
<li class="property private "><a href="#property_teObservacao" title="$teObservacao :: "><span class="description"></span><pre>$teObservacao</pre></a></li>
</ul>
</li>
</ul>
</div>
<div class="span8">
<a id="\Cacic\CommonBundle\Entity\UsbDevice"></a><ul class="breadcrumb">
<li>
<a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
</li>
<li><a href="../namespaces/Cacic.html">Cacic</a></li>
<li>
<span class="divider">\</span><a href="../namespaces/Cacic.CommonBundle.html">CommonBundle</a>
</li>
<li>
<span class="divider">\</span><a href="../namespaces/Cacic.CommonBundle.Entity.html">Entity</a>
</li>
<li class="active">
<span class="divider">\</span><a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">UsbDevice</a>
</li>
</ul>
<div class="element class">
<p class="short_description">UsbDevice</p>
<div class="details">
<div class="long_description"></div>
<h3>
<i class="icon-custom icon-method"></i> Methods</h3>
<a id="method_getDtRegistro"></a><div class="element clickable method public method_getDtRegistro" data-toggle="collapse" data-target=".method_getDtRegistro .collapse">
<h2>Get dtRegistro</h2>
<pre>getDtRegistro() : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>string</code></div>
</div></div>
</div>
<a id="method_getIdUsbDevice"></a><div class="element clickable method public method_getIdUsbDevice" data-toggle="collapse" data-target=".method_getIdUsbDevice .collapse">
<h2>Get idUsbDevice</h2>
<pre>getIdUsbDevice() : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>string</code></div>
</div></div>
</div>
<a id="method_getIdUsbVendor"></a><div class="element clickable method public method_getIdUsbVendor" data-toggle="collapse" data-target=".method_getIdUsbVendor .collapse">
<h2>Get idUsbVendor</h2>
<pre>getIdUsbVendor() : <a href="../classes/Cacic.CommonBundle.Entity.UsbVendor.html">\Cacic\CommonBundle\Entity\UsbVendor</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/Cacic.CommonBundle.Entity.UsbVendor.html">\Cacic\CommonBundle\Entity\UsbVendor</a></code></div>
</div></div>
</div>
<a id="method_getNmUsbDevice"></a><div class="element clickable method public method_getNmUsbDevice" data-toggle="collapse" data-target=".method_getNmUsbDevice .collapse">
<h2>Get nmUsbDevice</h2>
<pre>getNmUsbDevice() : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>string</code></div>
</div></div>
</div>
<a id="method_getTeObservacao"></a><div class="element clickable method public method_getTeObservacao" data-toggle="collapse" data-target=".method_getTeObservacao .collapse">
<h2>Get teObservacao</h2>
<pre>getTeObservacao() : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>string</code></div>
</div></div>
</div>
<a id="method_setDtRegistro"></a><div class="element clickable method public method_setDtRegistro" data-toggle="collapse" data-target=".method_setDtRegistro .collapse">
<h2>Set dtRegistro</h2>
<pre>setDtRegistro(string $dtRegistro) : <a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$dtRegistro</h4>
<code>string</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></code></div>
</div></div>
</div>
<a id="method_setIdUsbDevice"></a><div class="element clickable method public method_setIdUsbDevice" data-toggle="collapse" data-target=".method_setIdUsbDevice .collapse">
<h2>Set idUsbDevice</h2>
<pre>setIdUsbDevice(string $idUsbDevice) : <a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$idUsbDevice</h4>
<code>string</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></code></div>
</div></div>
</div>
<a id="method_setIdUsbVendor"></a><div class="element clickable method public method_setIdUsbVendor" data-toggle="collapse" data-target=".method_setIdUsbVendor .collapse">
<h2>Set idUsbVendor</h2>
<pre>setIdUsbVendor(\Cacic\CommonBundle\Entity\UsbVendor $idUsbVendor) : <a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$idUsbVendor</h4>
<code><a href="../classes/Cacic.CommonBundle.Entity.UsbVendor.html">\Cacic\CommonBundle\Entity\UsbVendor</a></code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></code></div>
</div></div>
</div>
<a id="method_setNmUsbDevice"></a><div class="element clickable method public method_setNmUsbDevice" data-toggle="collapse" data-target=".method_setNmUsbDevice .collapse">
<h2>Set nmUsbDevice</h2>
<pre>setNmUsbDevice(string $nmUsbDevice) : <a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$nmUsbDevice</h4>
<code>string</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></code></div>
</div></div>
</div>
<a id="method_setTeObservacao"></a><div class="element clickable method public method_setTeObservacao" data-toggle="collapse" data-target=".method_setTeObservacao .collapse">
<h2>Set teObservacao</h2>
<pre>setTeObservacao(string $teObservacao) : <a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$teObservacao</h4>
<code>string</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/Cacic.CommonBundle.Entity.UsbDevice.html">\Cacic\CommonBundle\Entity\UsbDevice</a></code></div>
</div></div>
</div>
<h3>
<i class="icon-custom icon-property"></i> Properties</h3>
<a id="property_dtRegistro"> </a><div class="element clickable property private property_dtRegistro" data-toggle="collapse" data-target=".property_dtRegistro .collapse">
<h2></h2>
<pre>$dtRegistro : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property_idUsbDevice"> </a><div class="element clickable property private property_idUsbDevice" data-toggle="collapse" data-target=".property_idUsbDevice .collapse">
<h2></h2>
<pre>$idUsbDevice : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property_idUsbVendor"> </a><div class="element clickable property private property_idUsbVendor" data-toggle="collapse" data-target=".property_idUsbVendor .collapse">
<h2></h2>
<pre>$idUsbVendor : <a href="../classes/Cacic.CommonBundle.Entity.UsbVendor.html">\Cacic\CommonBundle\Entity\UsbVendor</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property_nmUsbDevice"> </a><div class="element clickable property private property_nmUsbDevice" data-toggle="collapse" data-target=".property_nmUsbDevice .collapse">
<h2></h2>
<pre>$nmUsbDevice : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property_teObservacao"> </a><div class="element clickable property private property_teObservacao" data-toggle="collapse" data-target=".property_teObservacao .collapse">
<h2></h2>
<pre>$teObservacao : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
generated on 2013-05-09T16:38:23-03:00.<br></footer></div>
</div>
</body>
</html>