public class CmsBrokenLinkBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsBrokenLinkBean()
Hidden default constructor.
|
|
CmsBrokenLinkBean(java.lang.String title,
java.lang.String subtitle)
Constructor without a type parameter.
|
|
CmsBrokenLinkBean(java.lang.String title,
java.lang.String subtitle,
java.lang.String type)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChild(CmsBrokenLinkBean bean)
Adds a child bean to this bean.
|
void |
addInfo(java.lang.String name,
java.lang.String value)
Adds optional page information to the broken link bean.
|
java.util.List<CmsBrokenLinkBean> |
getChildren()
Returns the child beans of this bean.
|
java.util.Map<java.lang.String,java.lang.String> |
getInfo()
Returns the additional link info.
|
java.lang.String |
getSubTitle()
Returns the sub-title of the bean.
|
java.lang.String |
getTitle()
Returns the title of the bean.
|
java.lang.String |
getType()
Returns the resource type.
|
public CmsBrokenLinkBean(java.lang.String title,
java.lang.String subtitle)
title - the titlesubtitle - the subtitlepublic CmsBrokenLinkBean(java.lang.String title,
java.lang.String subtitle,
java.lang.String type)
title - the titlesubtitle - the subtitletype - the resource typeprotected CmsBrokenLinkBean()
public void addChild(CmsBrokenLinkBean bean)
The child usually represents a link target.
bean - the bean to add as a sub-beanpublic void addInfo(java.lang.String name,
java.lang.String value)
name - the info namevalue - the infopublic java.util.List<CmsBrokenLinkBean> getChildren()
public java.util.Map<java.lang.String,java.lang.String> getInfo()
public java.lang.String getSubTitle()
public java.lang.String getTitle()
public java.lang.String getType()