Class ChannelTemplateLinkInfo


  • public class ChannelTemplateLinkInfo
    extends java.lang.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) $
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelTemplateLinkInfo​(java.lang.String templateChannelId, java.lang.String destinationChannelId)
      Constructs a new ChannelTemplateLinkInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDestinationChannelId()
      Returns the identifier of the channel where a template is applied (the root of the appliance).
      java.lang.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​(java.lang.String templateChannelId,
                                       java.lang.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 java.lang.String getTemplateChannelId()
        Returns the identifier of the channel template applied.
        Returns:
        the channel identifier.
        Since:
        6.2.0
      • getDestinationChannelId

        public java.lang.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