| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MAIN_FIELD_1_TYPE |
static String |
KEY_MAIN_FIELD_2_TYPE |
static String |
KEY_MAIN_FIELD_3_TYPE |
static String |
KEY_MAIN_FIELD_4_TYPE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
MetadataTags()
Constructs a newly allocated MetadataTags object
|
MetadataTags(Hashtable<String,Object> hash)
Constructs a newly allocated MetadataTags object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataType> |
getMainField1() |
List<MetadataType> |
getMainField2() |
List<MetadataType> |
getMainField3() |
List<MetadataType> |
getMainField4() |
MetadataTags |
setMainField1(List<MetadataType> metadataTypes)
Set the metadata types of data contained in the "mainField1" text field
|
MetadataTags |
setMainField1(MetadataType metadataType)
Set the metadata type of data contained in the "mainField1" text field
|
MetadataTags |
setMainField2(List<MetadataType> metadataTypes)
Set the metadata types of data contained in the "mainField2" text field
|
MetadataTags |
setMainField2(MetadataType metadataType)
Set the metadata type of data contained in the "mainField2" text field
|
MetadataTags |
setMainField3(List<MetadataType> metadataTypes)
Set the metadata types of data contained in the "mainField3" text field
|
MetadataTags |
setMainField3(MetadataType metadataType)
Set the metadata type of data contained in the "mainField3" text field
|
MetadataTags |
setMainField4(List<MetadataType> metadataTypes)
Set the metadata types of data contained in the "mainField4" text field
|
MetadataTags |
setMainField4(MetadataType metadataType)
Set the metadata type of data contained in the "mainField4" text field
|
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_MAIN_FIELD_1_TYPE
public static final String KEY_MAIN_FIELD_2_TYPE
public static final String KEY_MAIN_FIELD_3_TYPE
public static final String KEY_MAIN_FIELD_4_TYPE
public MetadataTags()
public MetadataTags setMainField1(List<MetadataType> metadataTypes)
public MetadataTags setMainField1(MetadataType metadataType)
public List<MetadataType> getMainField1()
public MetadataTags setMainField2(List<MetadataType> metadataTypes)
public MetadataTags setMainField2(MetadataType metadataType)
public List<MetadataType> getMainField2()
public MetadataTags setMainField3(List<MetadataType> metadataTypes)
public MetadataTags setMainField3(MetadataType metadataType)
public List<MetadataType> getMainField3()
public MetadataTags setMainField4(List<MetadataType> metadataTypes)
public MetadataTags setMainField4(MetadataType metadataType)
public List<MetadataType> getMainField4()