|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.rest.beans.ChannelDocument
public class ChannelDocument
Information about a document in a certain channel.
Constructor Summary | |
---|---|
ChannelDocument()
Creates an empty channel document bean. |
|
ChannelDocument(ChannelDocument original)
Creates a copy of a channel document. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
static boolean |
equals(String str1,
String str2)
|
String |
getChannelId()
|
String |
getChannelName()
|
String |
getCmsPreviewPrefix()
|
String |
getContextPath()
|
String |
getHostName()
|
String |
getMountPath()
|
String |
getPathInfo()
|
String |
getTemplateComposerContextPath()
|
int |
hashCode()
|
void |
setChannelId(String channelId)
Sets the ID of the channel of this document. |
void |
setChannelName(String channelName)
Sets the name of the channel of this document. |
void |
setCmsPreviewPrefix(String cmsPreviewPrefix)
|
void |
setContextPath(String contextPath)
Sets the contextpath of the URL |
void |
setHostName(String hostName)
|
void |
setMountPath(String mountPath)
|
void |
setPathInfo(String pathInfo)
|
void |
setTemplateComposerContextPath(String templateComposerContextPath)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChannelDocument()
public ChannelDocument(ChannelDocument original)
original
- the channel document to copy.Method Detail |
---|
public String getChannelId()
public void setChannelId(String channelId)
channelId
- the ID of the channel of this documentpublic String getChannelName()
public void setChannelName(String channelName)
channelName
- the name of the channel of this documentpublic String getContextPath()
public void setContextPath(String contextPath)
contextPath
- public String getTemplateComposerContextPath()
public void setTemplateComposerContextPath(String templateComposerContextPath)
public String getCmsPreviewPrefix()
null
public void setCmsPreviewPrefix(String cmsPreviewPrefix)
public String getPathInfo()
public void setPathInfo(String pathInfo)
public String getMountPath()
public void setMountPath(String mountPath)
public String getHostName()
public void setHostName(String hostName)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static boolean equals(String str1, String str2)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |