Package adalid.core
Class NativeQuerySegment
- java.lang.Object
-
- adalid.core.NativeQuerySegment
-
public class NativeQuerySegment extends Object
- Author:
- Jorge Campins
-
-
Method Summary
-
-
-
Method Detail
-
of
public static NativeQuerySegment of(Segment segment)
-
and
public NativeQuerySegment and(NativeQuerySegment y)
-
or
public NativeQuerySegment or(NativeQuerySegment y)
-
setDefaultLabel
public void setDefaultLabel(String defaultLabel)
-
setDefaultShortLabel
public void setDefaultShortLabel(String defaultShortLabel)
-
setDefaultCollectionLabel
public void setDefaultCollectionLabel(String defaultCollectionLabel)
-
setDefaultCollectionShortLabel
public void setDefaultCollectionShortLabel(String defaultCollectionShortLabel)
-
setDefaultDescription
public void setDefaultDescription(String defaultDescription)
-
setDefaultShortDescription
public void setDefaultShortDescription(String defaultShortDescription)
-
setLocalizedShortLabel
public void setLocalizedShortLabel(Locale locale, String localizedShortLabel)
-
setLocalizedCollectionLabel
public void setLocalizedCollectionLabel(Locale locale, String localizedCollectionLabel)
-
setLocalizedCollectionShortLabel
public void setLocalizedCollectionShortLabel(Locale locale, String localizedCollectionShortLabel)
-
setLocalizedDescription
public void setLocalizedDescription(Locale locale, String localizedDescription)
-
-