|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.configuration.channel.Channel
public class Channel
Constructor Summary | |
---|---|
Channel()
Channel default constructor it is required for REST de/serialization |
|
Channel(Channel orig)
Copy constructor; create an independent copy of a channel. |
|
Channel(String id)
Constructor of a Channel. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Channel()
Channel
default constructor it is required for REST de/serialization
public Channel(String id)
id
- the unique ID of this channelpublic Channel(Channel orig)
orig
- the original channel to copyMethod Detail |
---|
public String getId()
public void setId(String id) throws IllegalStateException
IllegalStateException
public String getContentRoot()
public void setContentRoot(String contentRoot)
public String getHstMountPoint()
public void setHstMountPoint(String hstMountPoint)
public void setHstPreviewMountPoint(String hstPreviewMountPoint)
public String getHstPreviewMountPoint()
public String getHstConfigPath()
public void setHstConfigPath(String hstConfigPath)
public String getName()
public void setName(String name)
name
- the new name of this channelpublic String getUrl()
public void setUrl(String url)
url
- the fully qualified URL of this channel.public void setType(String type)
public String getType()
public boolean isComposerModeEnabled()
public void setComposerModeEnabled(boolean composerModeEnabled)
public void setHostname(String hostname)
public String getHostname()
public void setMountPath(String mountPath)
public String getMountPath()
public Map<String,Object> getProperties()
public String getChannelInfoClassName()
public void setChannelInfoClassName(String channelInfoClassName)
public void setMountId(String mountId)
public String getMountId()
public String getLocale()
public void setLocale(String locale)
public String getCmsPreviewPrefix()
public void setCmsPreviewPrefix(String cmsPreviewPrefix)
public String getContextPath()
public void setContextPath(String contextPath)
public String getLockedBy()
public void setLockedBy(String lockedBy)
lockedBy
- this channel lock owner's userIdpublic Long getLockedOn()
public void setLockedOn(Long lockedOn)
lockedOn
- timestamp in milliseconds of when channel lock was acquiredpublic int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |