java.lang.Object
omix.plugin.data.ExtendedHeaderData
public class ExtendedHeaderData extends Object
This type can be used to fill table headers in an instance of
DataSourceInterface
with labels that contain background information about the column or row, i.e. possible synonyms and public identifiers.- Since:
- Omix 1.9.0
- Author:
- Dr. Peter Droste
-
Constructor Summary
Constructors Constructor Description ExtendedHeaderData(String identifier, Set<String> synonyms, Set<? extends PublicIdentifier> publicIdentifiers)
-
Method Summary
Modifier and Type Method Description int
compareTo(Object obj)
boolean
equals(Object obj)
String
getIdentifier()
Set<? extends PublicIdentifier>
getPublicIdentifiers()
Set<String>
getSynonyms()
int
hashCode()
String
toString()
-
Constructor Details
-
ExtendedHeaderData
public ExtendedHeaderData(String identifier, Set<String> synonyms, Set<? extends PublicIdentifier> publicIdentifiers)
-
-
Method Details
-
getIdentifier
- Returns:
- the label
-
getSynonyms
- Returns:
- the synonyms
-
getPublicIdentifiers
- Returns:
- the publicIdentifiers
-
toString
-
hashCode
public int hashCode() -
equals
-
compareTo
-