public class IndexInfo extends Object
Constructor and Description |
---|
IndexInfo(Long id,
String name,
Object value,
IndexType type)
Tworzy definicję indeksu
|
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Id indeksu
|
String |
getName()
Nazwa indeksu
|
IndexType |
getType()
Typ indeksu
|
Object |
getValue()
Wartość indeksu
|
void |
setId(Long id)
Id indeksu
|
void |
setName(String name)
Nazwa indeksu
|
void |
setType(IndexType type)
Typ indeksu
|
void |
setValue(Object value)
Wartość indeksu
|
public Long getId()
public void setId(Long id)
id
- public String getName()
public void setName(String name)
name
- public Object getValue()
public void setValue(Object value)
value
- public IndexType getType()
public void setType(IndexType type)
type
- Copyright © 2019 Suncode. All rights reserved.