public class ContentSource extends BaseDomainHelper implements Identifiable
| Constructor and Description |
|---|
ContentSource()
Constructor
|
ContentSource(ContentSource cs)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Channel> |
getChannels() |
java.lang.Long |
getId()
Get the database id of this Object.
|
java.lang.String |
getLabel() |
Org |
getOrg() |
java.lang.String |
getSourceUrl() |
java.util.Set<SslContentSource> |
getSslSets() |
ContentSourceType |
getType() |
void |
setChannels(java.util.Set<Channel> channelsIn) |
void |
setId(java.lang.Long idIn) |
void |
setLabel(java.lang.String labelIn) |
void |
setOrg(Org orgIn) |
void |
setSourceUrl(java.lang.String sourceUrlIn) |
void |
setSslSets(java.util.Set<SslContentSource> sslSetsIn) |
void |
setType(ContentSourceType typeIn) |
getCreated, getModified, setCreated, setModified, toStringpublic ContentSource()
public ContentSource(ContentSource cs)
cs - content source templatepublic java.lang.String getLabel()
public void setLabel(java.lang.String labelIn)
labelIn - The label to set.public Org getOrg()
public void setOrg(Org orgIn)
orgIn - Org to setpublic java.lang.Long getId()
IdentifiablegetId in interface Identifiablepublic void setId(java.lang.Long idIn)
idIn - The id to set.public ContentSourceType getType()
public void setType(ContentSourceType typeIn)
typeIn - The type to set.public java.lang.String getSourceUrl()
public void setSourceUrl(java.lang.String sourceUrlIn)
sourceUrlIn - The sourceUrl to set.public void setChannels(java.util.Set<Channel> channelsIn)
channelsIn - of channels this repo is pushed topublic java.util.Set<Channel> getChannels()
public java.util.Set<SslContentSource> getSslSets()
public void setSslSets(java.util.Set<SslContentSource> sslSetsIn)
sslSetsIn - SSL sets to assign to repository