@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class Channel extends Object implements Serializable, IObject, IMutable, IAnnotated
Modifier and Type | Class and Description |
---|---|
static class |
Channel.Details |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Integer |
alpha |
static String |
ALPHA |
protected Set<ChannelAnnotationLink> |
annotationLinks |
static String |
ANNOTATIONLINKS |
static String |
ANNOTATIONLINKSCOUNTPEROWNER |
protected Integer |
blue |
static String |
BLUE |
protected Details |
details |
static String |
DETAILS |
static String |
EVENT_FILTER |
static String |
EVENT_FILTER_ANNOTATIONLINKS |
static Set<String> |
FIELDS |
protected Integer |
green |
static String |
GREEN |
static String |
GROUP_FILTER |
static String |
GROUP_FILTER_ANNOTATIONLINKS |
protected Long |
id |
static String |
ID |
protected LogicalChannel |
logicalChannel |
static String |
LOGICALCHANNEL |
protected |