public class ConfigChannelType extends BaseDomainHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOCAL |
static java.lang.String |
NORMAL |
static java.lang.String |
SANDBOX |
Modifier | Constructor and Description |
---|---|
protected |
ConfigChannelType()
protected constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object arg) |
java.lang.Long |
getId()
Getter for id
|
java.lang.String |
getLabel()
Getter for label
|
java.lang.String |
getName()
Getter for name
|
java.lang.Long |
getPriority()
Getter for priority
|
static ConfigChannelType |
global() |
int |
hashCode() |
static ConfigChannelType |
local() |
static ConfigChannelType |
lookup(java.lang.String type)
Given a channel type label it returns the associated
channel type
|
static ConfigChannelType |
sandbox() |
void |
setId(java.lang.Long idIn)
Setter for id
|
void |
setLabel(java.lang.String labelIn)
Setter for label
|
void |
setName(java.lang.String nameIn)
Setter for name
|
void |
setPriority(java.lang.Long priorityIn)
Setter for priority
|
getCreated, getModified, setCreated, setModified, toString
public static final java.lang.String NORMAL
public static final java.lang.String LOCAL
public static final java.lang.String SANDBOX
protected ConfigChannelType()
public static ConfigChannelType sandbox()
public static ConfigChannelType local()
public static ConfigChannelType global()
public static ConfigChannelType lookup(java.lang.String type)
type
- the channel type labelpublic java.lang.Long getId()
public void setId(java.lang.Long idIn)
idIn
- to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String labelIn)
labelIn
- to setpublic java.lang.String getName()
public void setName(java.lang.String nameIn)
nameIn
- to setpublic java.lang.Long getPriority()
public void setPriority(java.lang.Long priorityIn)
priorityIn
- to setpublic boolean equals(java.lang.Object arg)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object