biz.onixs.fix.fast
Interface TemplateLibrary


public interface TemplateLibrary

Template library.


Method Summary
 void add(Template template)
          Adds template to library.
 TemplateLibrary copy()
           
 Template getById(int id)
          Returns template from the library by its id.
 int getTemplateNumber()
           
 

Method Detail

add

void add(Template template)
Adds template to library.

Parameters:
template - template to add

getById

Template getById(int id)
Returns template from the library by its id.

Parameters:
id - template id
Returns:
template with the id specified, null if not found

copy

TemplateLibrary copy()

getTemplateNumber

int getTemplateNumber()


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.