lumis.portal.structure.sync.model.common
Class ChannelTemplateLink
java.lang.Object
lumis.portal.structure.sync.model.common.ChannelTemplateLink
- All Implemented Interfaces:
- Serializable
public class ChannelTemplateLink
- extends Object
- implements Serializable
Model for a channel template link. Most attributes are not included in the
XML and must be set manually during XML unmarshalling.
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal, see ChannelTemplateLinkConfig
.
- Since:
- 6.2.0
- See Also:
ChannelTemplateLinkConfig
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelTemplateLink
public ChannelTemplateLink()
getTemplateChannelId
public String getTemplateChannelId()
setTemplateChannelId
public void setTemplateChannelId(String templateChannelId)
getDestinationChannelId
public String getDestinationChannelId()
setDestinationChannelId
public void setDestinationChannelId(String destinationChannelId)
getDestinationId
public String getDestinationId()
setDestinationId
public void setDestinationId(String destinationId)
getSourceId
public String getSourceId()
setSourceId
public void setSourceId(String sourceId)
getItemType
public ChannelTemplateLink.LinkType getItemType()
setItemType
public void setItemType(ChannelTemplateLink.LinkType itemType)
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.