Package lumis.portal.structure.sync
Class ChannelTemplateLinkInfo
- java.lang.Object
-
- 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
- Version:
- $Revision: 14187 $ $Date: 2012-04-02 11:44:41 -0300 (Mon, 02 Apr 2012) $
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelTemplateLinkInfo
NO_TEMPLATE
Indicates that is no channel template applied.
-
Constructor Summary
Constructors Constructor Description ChannelTemplateLinkInfo(String templateChannelId, String destinationChannelId)
Constructs a new ChannelTemplateLinkInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
-