Class 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 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