|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.sync.ChannelTemplateLinkInfo
public class ChannelTemplateLinkInfo
Partial information about channel template links. Used for proper setting of channel template links values.
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 |
---|
public static final ChannelTemplateLinkInfo NO_TEMPLATE
Constructor Detail |
---|
public ChannelTemplateLinkInfo(String templateChannelId, String destinationChannelId)
templateChannelId
- the identifier of the channel template.destinationChannelId
- the identifier of the channel where a
template is applied (the root of the appliance).Method Detail |
---|
public String getTemplateChannelId()
public String getDestinationChannelId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |