| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MODULE_ID |
static String |
KEY_MODULE_LOCATION |
static String |
KEY_MODULE_SERVICE_AREA |
static String |
KEY_MULTIPLE_ACCESS_ALLOWED |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
ModuleInfo() |
ModuleInfo(Hashtable<String,Object> hash) |
ModuleInfo(String moduleId)
Struct that describes a module within different SystemCapabilities
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleId()
Gets the Module ID for this module
|
Grid |
getModuleLocation()
Gets the location of this Module
|
Grid |
getModuleServiceArea()
Gets the service area of this Module
|
Boolean |
getMultipleAccessAllowance()
Gets the multiple allowance access of this Module
|
ModuleInfo |
setModuleId(String id)
Sets the Module ID for this Module
|
ModuleInfo |
setModuleLocation(Grid location)
Sets the location of this Module
|
ModuleInfo |
setModuleServiceArea(Grid serviceArea)
Sets the service area of this Module
|
ModuleInfo |
setMultipleAccessAllowance(Boolean isMultipleAccess)
Sets the multiple access allowance for this Module
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_MODULE_ID
public static final String KEY_MODULE_LOCATION
public static final String KEY_MODULE_SERVICE_AREA
public static final String KEY_MULTIPLE_ACCESS_ALLOWED
public ModuleInfo()
public ModuleInfo(@NonNull
String moduleId)
moduleId - Sets the Module ID for this Modulepublic ModuleInfo setModuleId(@NonNull String id)
id - the id to be setpublic String getModuleId()
public ModuleInfo setModuleLocation(Grid location)
location - the location to be setpublic Grid getModuleLocation()
public ModuleInfo setModuleServiceArea(Grid serviceArea)
serviceArea - the service area of this Modulepublic Grid getModuleServiceArea()
public ModuleInfo setMultipleAccessAllowance(Boolean isMultipleAccess)
isMultipleAccess - the access to be setpublic Boolean getMultipleAccessAllowance()