public class MDStoreInfo extends Object
| Constructor and Description |
|---|
MDStoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
static MDStoreInfo |
fromXqueryResult(String result) |
Map<String,String> |
getDatasourcesInvolved() |
String |
getFormat()
Gets the format.
|
String |
getId()
Gets the id.
|
List<String> |
getIndexFields() |
String |
getInterpretation()
Gets the interpretation.
|
String |
getLastStorageDate()
Gets the last storage data.
|
String |
getLayout()
Gets the layout.
|
String |
getServiceURI()
Gets the service uri.
|
int |
getSize()
Gets the size.
|
void |
setDatasourcesInvolved(Map<String,String> datasourcesInvolved) |
void |
setFormat(String format)
Sets the format.
|
void |
setId(String id)
Sets the id.
|
void |
setIndexFields(List<String> indexFields) |
void |
setInterpretation(String interpretation)
Sets the interpretation.
|
void |
setLastStorageDate(String lastStorageDate)
Sets the last storage data.
|
void |
setLayout(String layout)
Sets the layout.
|
void |
setServiceURI(String serviceURI)
Sets the service uri.
|
void |
setSize(int size)
Sets the size.
|
public static MDStoreInfo fromXqueryResult(String result)
public String getId()
public void setId(String id)
id - the new idpublic String getServiceURI()
public void setServiceURI(String serviceURI)
serviceURI - the new service uripublic String getFormat()
public void setFormat(String format)
format - the new formatpublic String getLayout()
public void setLayout(String layout)
layout - the new layoutpublic String getInterpretation()
public void setInterpretation(String interpretation)
interpretation - the new interpretationpublic String getLastStorageDate()
public void setLastStorageDate(String lastStorageDate)
lastStorageData - the new last storage datapublic int getSize()
public void setSize(int size)
size - the new sizeCopyright © 2025. All rights reserved.