lumis.portal.structure.sync
Class ChannelTemplateLinkInfo

Package class diagram package ChannelTemplateLinkInfo
java.lang.Object
  extended by lumis.portal.structure.sync.ChannelTemplateLinkInfo

public class ChannelTemplateLinkInfo
extends Object

Partial information about channel template links. Used for proper setting of channel template links values.

Since:
6.2.0

Field Summary
static ChannelTemplateLinkInfo NO_TEMPLATE
          Indicates that is no channel template applied.
 
Constructor Summary
ChannelTemplateLinkInfo(String templateChannelId, String destinationChannelId)
          Constructs a new ChannelTemplateLinkInfo.
 
Method Summary
 String getDestinationChannelId()
          Returns the identifier of the channel where a template is applied (the root of the appliance).
 String getTemplateChannelId()
          Returns the identifier of the channel template applied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_TEMPLATE

public static final ChannelTemplateLinkInfo NO_TEMPLATE
Indicates that is no channel template applied.

Since:
6.2.0
Constructor Detail

ChannelTemplateLinkInfo

public ChannelTemplateLinkInfo(String templateChannelId,
                               String destinationChannelId)
Constructs a new ChannelTemplateLinkInfo.

Parameters:
templateChannelId - the identifier of the channel template.
destinationChannelId - the identifier of the channel where a template is applied (the root of the appliance).
Since:
6.2.0
Method Detail

getTemplateChannelId

public String getTemplateChannelId()
Returns the identifier of the channel template applied.

Returns:
the channel identifier.
Since:
6.2.0

getDestinationChannelId

public String getDestinationChannelId()
Returns the identifier of the channel where a template is applied (the root of the appliance).

Returns:
the channel identifier.
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.