public class ContentSourceDto extends BaseDto
| Constructor and Description |
|---|
ContentSourceDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getChannels() |
java.lang.Long |
getId()
Returns id to be stored in RhnSet.
|
java.lang.String |
getLabel() |
void |
setChannels(java.lang.Long cIn) |
void |
setId(java.lang.Long idIn) |
void |
setLabel(java.lang.String labelIn) |
addToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic void setId(java.lang.Long idIn)
idIn - The id to set.public java.lang.String getLabel()
public void setLabel(java.lang.String labelIn)
labelIn - The label to set.public java.lang.Long getChannels()
public void setChannels(java.lang.Long cIn)
cIn - The channel id to set.