lumis.portal.hyperlink
Class HyperLinkConfig
java.lang.Object
lumis.portal.hyperlink.HyperLinkConfig
@StableMinor(version="4.1",
sinceVersion="4.0")
public class HyperLinkConfig
- extends Object
Value class for HyperLink data.
- Since:
- 4.0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HyperLinkConfig
public HyperLinkConfig()
getDestServiceId
public String getDestServiceId()
- Returns:
- Returns the destServiceId.
setDestServiceId
public void setDestServiceId(String destServiceId)
- Parameters:
destServiceId
- The destServiceId to set.
getDestServiceInstanceId
public String getDestServiceInstanceId()
- Returns:
- Returns the destServiceInstanceId.
setDestServiceInstanceId
public void setDestServiceInstanceId(String destServiceInstanceId)
- Parameters:
destServiceInstanceId
- The destServiceInstanceId to set.
getDestServiceInterfaceId
public String getDestServiceInterfaceId()
- Returns:
- Returns the destServiceInterfaceId.
setDestServiceInterfaceId
public void setDestServiceInterfaceId(String destServiceInterfaceId)
- Parameters:
destServiceInterfaceId
- The destServiceInterfaceId to set.
getDestServiceInterfaceInstanceId
public String getDestServiceInterfaceInstanceId()
- Returns:
- Returns the destServiceInterfaceInstanceId.
setDestServiceInterfaceInstanceId
public void setDestServiceInterfaceInstanceId(String destServiceInterfaceInstanceId)
- Parameters:
destServiceInterfaceInstanceId
- The destServiceInterfaceInstanceId to set.
getEntityId
public String getEntityId()
- Returns:
- Returns the entityId.
setEntityId
public void setEntityId(String itemId)
- Parameters:
entityId
- The entityId to set.
getSourcePageId
public String getSourcePageId()
- Returns:
- Returns the sourcePageId.
setSourcePageId
public void setSourcePageId(String sourcePageId)
- Parameters:
sourcePageId
- The sourcePageId to set.
getWebsite
public String getWebsite()
- Returns:
- Returns the website.
setWebsite
public void setWebsite(String website)
- Parameters:
website
- The website to set.
getParameterMap
public Map<String,String[]> getParameterMap()
setParameterMap
public void setParameterMap(Map<String,String[]> parameterMap)
getTargetId
public String getTargetId()
setTargetId
public void setTargetId(String targetId)
getTargetType
public int getTargetType()
setTargetType
public void setTargetType(int targetType)
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.