lumis.portal.structure.sync.model.common
Class ChannelTemplateLink

Package class diagram package ChannelTemplateLink
java.lang.Object
  extended by 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

Nested Class Summary
static class ChannelTemplateLink.LinkType
           
 
Constructor Summary
ChannelTemplateLink()
           
 
Method Summary
 String getDestinationChannelId()
           
 String getDestinationId()
           
 ChannelTemplateLink.LinkType getItemType()
           
 String getSourceId()
           
 String getTemplateChannelId()
           
 void setDestinationChannelId(String destinationChannelId)
           
 void setDestinationId(String destinationId)
           
 void setItemType(ChannelTemplateLink.LinkType itemType)
           
 void setSourceId(String sourceId)
           
 void setTemplateChannelId(String templateChannelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelTemplateLink

public ChannelTemplateLink()
Method Detail

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.