FieldDeviceBean

From
(Difference between revisions)
Jump to: navigation, search
 
m (Fields)
 
(One intermediate revision by one user not shown)
Line 9: Line 9:
 
!Name
 
!Name
 
!Type
 
!Type
 +
!Size
 +
!Required
 
!Description
 
!Description
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|description
 
|description
 
|String
 
|String
 +
|50
 +
|No
 
|A short description of the field device.
 
|A short description of the field device.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|deviceID
 
|deviceID
|String  
+
|String
 +
|30
 +
|Yes
 
|The ID of the device.  This attribute is read only, it is ignored when updating field devices and used when creating field devices.
 
|The ID of the device.  This attribute is read only, it is ignored when updating field devices and used when creating field devices.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|isDeleted
 
|isDeleted
 
|boolean  
 
|boolean  
 +
|1
 +
|No
 
|A flag to show if this device has been deleted.  This attribute is read only and will be ignored when updating field devices.
 
|A flag to show if this device has been deleted.  This attribute is read only and will be ignored when updating field devices.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|isDisabled
 
|isDisabled
 
|boolean  
 
|boolean  
 +
|1
 +
|No
 
|A flag to show if this device has been disabled.
 
|A flag to show if this device has been disabled.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|name
 
|name
 
|String
 
|String
 +
|25
 +
|No
 
|The name of the field device.  This attribute is read only, it is ignored when updating field devices and used when creating field devices.
 
|The name of the field device.  This attribute is read only, it is ignored when updating field devices and used when creating field devices.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|primaryKey
 
|primaryKey
 
|String
 
|String
|The unique primary key, used to idetify the record on EService.
+
|9
 +
|Yes
 +
|The unique primary key, used to identify the record on EService.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|updateIndex
 
|updateIndex
 
|int
 
|int
 +
|10
 +
|Yes
 
|The update index of the field device record.
 
|The update index of the field device record.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|userPK
 
|userPK
 
|String
 
|String
 +
|9
 +
|Yes
 
|The primary key of the EService user who is using this device.
 
|The primary key of the EService user who is using this device.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|whenLastUpdated
 
|whenLastUpdated
|[[Calendar]]  
+
|[[Calendar]]
 +
|N/A
 +
|No
 
|The date the field device record on EService was last updated with new details.  This attribute is read only and will be ignored when updating field devices.
 
|The date the field device record on EService was last updated with new details.  This attribute is read only and will be ignored when updating field devices.
 
|}
 
|}

Latest revision as of 23:25, 31 August 2005

[edit] Description

A class containing all the fields used to describe the field device of a field worker in EService.

[edit] Fields

The data fields of this object.

Name Type Size Required Description
description String 50 No A short description of the field device.
deviceID String 30 Yes The ID of the device. This attribute is read only, it is ignored when updating field devices and used when creating field devices.
isDeleted boolean 1 No A flag to show if this device has been deleted. This attribute is read only and will be ignored when updating field devices.
isDisabled boolean 1 No A flag to show if this device has been disabled.
name String 25 No The name of the field device. This attribute is read only, it is ignored when updating field devices and used when creating field devices.
primaryKey String 9 Yes The unique primary key, used to identify the record on EService.
updateIndex int 10 Yes The update index of the field device record.
userPK String 9 Yes The primary key of the EService user who is using this device.
whenLastUpdated Calendar N/A No The date the field device record on EService was last updated with new details. This attribute is read only and will be ignored when updating field devices.
MediaWiki Appliance - Powered by TurnKey Linux