public class IndexInfo extends Object
| Constructor and Description |
|---|
IndexInfo()
The Constructor.
|
IndexInfo(String id,
String forma,
String layout,
String interpretation,
String backendId)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackendId()
Gets the backend id.
|
String |
getFormat()
Gets the forma.
|
String |
getId()
Gets the id.
|
String |
getInterpretation()
Gets the interpretation.
|
String |
getLayout()
Gets the layout.
|
int |
getSize() |
static IndexInfo |
newInstanceFromString(String serialized)
New instance from string.
|
void |
setBackendId(String backendId)
Sets the backend id.
|
void |
setFormat(String format)
Sets the forma.
|
void |
setId(String id)
Sets the id.
|
void |
setInterpretation(String interpretation)
Sets the interpretation.
|
void |
setLayout(String layout)
Sets the layout.
|
void |
setSize(int size) |
public String getId()
public void setId(String id)
id - the idpublic String getFormat()
public void setFormat(String format)
forma - the formapublic String getLayout()
public void setLayout(String layout)
layout - the layoutpublic String getInterpretation()
public void setInterpretation(String interpretation)
interpretation - the interpretationpublic String getBackendId()
public void setBackendId(String backendId)
backendId - the backend idpublic int getSize()
public void setSize(int size)
Copyright © 2018. All rights reserved.