| java.lang.Object | |
| ↳ | vars.annotation.jpa.CameraDataImpl | 
| 
  [Expand]
   Inherited Constants  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From interface
vars.annotation.CameraData
 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Check to verfiy that a cameradata object contains data. 
  
   | |||||||||||
Get the  
  
  CameraData direction. | |||||||||||
Get the  
  
  CameraData field width. | |||||||||||
Get the  
  
  CameraData focus. | |||||||||||
Get the  
  
  String of the Still Image captured by this CameraData. | |||||||||||
Get the  
  
  CameraData iris. | |||||||||||
Get the String name for this  
  
  CameraData object. | |||||||||||
Get the  
  
  CameraData zoom. | |||||||||||
Set   | |||||||||||
Set  
  
  CameraData field width. | |||||||||||
Set  
  
  CameraData focus. | |||||||||||
Set  
  
  String of the Still Image URL captured by this CameraData. | |||||||||||
Set  
  
  CameraData iris. | |||||||||||
Set the name of the camera used to capture the related video tape.  | |||||||||||
Set  
  
  CameraData zoom. | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  vars.VARSObject
 | |||||||||||
   
From interface
  vars.annotation.CameraData
 | |||||||||||
   
From interface
  vars.jpa.JPAEntity
 | |||||||||||
Check to verfiy that a cameradata object contains data.
Get the CameraData direction.
CameraData direction.
Get the CameraData field width.
CameraData field width.
Get the CameraData focus.
CameraData focus.
Get the String of the Still Image captured by this CameraData.
String of the Still Image URL captured by  this CameraData.
Get the CameraData iris.
CameraData iris.
Get the String name for this CameraData object.
CameraData object.
Get the CameraData zoom.
CameraData zoom.
Set CameraData direction. This is typically a string such as 'ascending', 'descending', 'or cruise'.  WARNING: Names longer than 50 characters will be truncated
Set CameraData field width.
| fieldWidth | The double value of camera field width. | 
|---|
Set CameraData focus.
| focus | The integer value of camera focus. | 
|---|
Set String of the Still Image URL captured by this CameraData.
Set CameraData iris.
| iris | The integer value of camera iris. | 
|---|
Set the name of the camera used to capture the related video tape. WARNING: Names longer than 50 characters will be truncated
| name | The String name of the camera used to capture the related video tape. | 
|---|
Set CameraData zoom.
| zoom | The integer value of camera zoom. | 
|---|