Statistics
| Revision:

root / trunk / applications / appCatalogYNomenclatorClient / src / es / gva / cit / catalogClient / languages / cswProfiles / IProfiles.java @ 2728

History | View | Annotate | Download (631 Bytes)

1
/*
2
 * Created on 29-ago-2005
3
 *
4
 * TODO To change the template for this generated file go to
5
 * Window - Preferences - Java - Code Style - Code Templates
6
 */
7
package es.gva.cit.catalogClient.languages.cswProfiles;
8

    
9

    
10
/**
11
 * @author jorpiell
12
 *
13
 * TODO To change the template for this generated type comment go to
14
 * Window - Preferences - Java - Code Style - Code Templates
15
 */
16
public interface IProfiles {
17
    public String getTitle();
18
    public String getAbstract();
19
    public String getThemeKey();
20
    public String getScale();
21
    public String getProvider();
22
    public String getDateFrom();
23
    public String getDateTo();
24
}