/src/mpv5/db/common/Templateable.java
http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · Java · 21 lines · 7 code · 6 blank · 8 comment · 0 complexity · 3d2bfc4dacd4ebdffa2df64222998af1 MD5 · raw file
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package mpv5.db.common;
- import mpv5.handler.FormatHandler;
- /**
- *
- * @author Andreas
- */
- public interface Templateable {
- public int templateType();
- public int templateGroupIds();
-
- public FormatHandler getFormatHandler();
- }