public class CmsBrokenLinkBean extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
Modifier | Constructor and Description |
---|---|
protected |
CmsBrokenLinkBean()
Hidden default constructor.
|
|
CmsBrokenLinkBean(CmsUUID structureId,
java.lang.String title,
java.lang.String subtitle)
Constructor without a type parameter.
|
|
CmsBrokenLinkBean(CmsUUID structureId,
java.lang.String title,
java.lang.String subtitle,
java.lang.String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
public CmsBrokenLinkBean(CmsUUID structureId, java.lang.String title, java.lang.String subtitle)
structureId
- the structure idtitle
- the titlesubtitle
- the subtitlepublic CmsBrokenLinkBean(CmsUUID structureId, java.lang.String title, java.lang.String subtitle, java.lang.String type)
structureId
- the structure idtitle
- 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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public 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()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()