com.infodesire.infobit.data
Interface Script

All Superinterfaces:
Attributed, Content

public interface Script
extends Content

script is kind of content combining template infobit and several named infobit links

Version:
$Revision: 1.3 $
Author:
konstantin

Method Summary
 java.util.Map getLinks()
          map of infobit links keyed by generic names.
 Infobit getTemplate()
          template of this script
 
Methods inherited from interface com.infodesire.infobit.data.Content
getVersion
 
Methods inherited from interface com.infodesire.infobit.data.Attributed
getAttributeMap
 

Method Detail

getTemplate

public Infobit getTemplate()
template of this script

Returns:
The Template value

getLinks

public java.util.Map getLinks()
map of infobit links keyed by generic names. do not ever try to modify this map - you will get really bad exception....

Returns:
infobit link map


Copyright © 2003 Information Desire GmbH. All Rights Reserved.