Package org.opencms.gwt.shared
Class CmsExternalLinkInfoBean
- java.lang.Object
-
- org.opencms.gwt.shared.CmsIconBean
-
- org.opencms.gwt.shared.CmsListInfoBean
-
- org.opencms.gwt.shared.CmsExternalLinkInfoBean
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,I_CmsHasIconClasses,I_CmsHasTitle,I_CmsHasType
public class CmsExternalLinkInfoBean extends CmsListInfoBean
Provides information about an external link.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opencms.gwt.shared.CmsListInfoBean
CmsListInfoBean.LockIcon, CmsListInfoBean.StateIcon
-
-
Field Summary
-
Fields inherited from class org.opencms.gwt.shared.CmsListInfoBean
CSS_CLASS_MULTI_LINE
-
-
Constructor Summary
Constructors Constructor Description CmsExternalLinkInfoBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLink()Returns the link.java.lang.StringgetSitePath()Returns the site path.voidsetLink(java.lang.String link)Sets the link.voidsetSitePath(java.lang.String sitePath)Sets the site path.-
Methods inherited from class org.opencms.gwt.shared.CmsListInfoBean
addAdditionalInfo, addAdditionalInfo, getAdditionalInfo, getIsFolder, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getSubTitle, getTitle, getType, hasAdditionalInfo, isMarkChangedState, setAdditionalInfo, setIsFolder, setLockIcon, setLockIconTitle, setMarkChangedState, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitle
-
Methods inherited from class org.opencms.gwt.shared.CmsIconBean
getBigIconClasses, getSmallIconClasses, setBigIconClasses, setSmallIconClasses
-
-
-
-
Constructor Detail
-
CmsExternalLinkInfoBean
public CmsExternalLinkInfoBean()
-
-
Method Detail
-
getLink
public java.lang.String getLink()
Returns the link.- Returns:
- the link
-
getSitePath
public java.lang.String getSitePath()
Returns the site path.- Returns:
- the site path
-
setLink
public void setLink(java.lang.String link)
Sets the link.- Parameters:
link- the link to set
-
setSitePath
public void setSitePath(java.lang.String sitePath)
Sets the site path.- Parameters:
sitePath- the site path to set
-
-