Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 21d41302

Přidáno uživatelem Michal Linha před asi 4 roky(ů)

re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created

Zobrazit rozdíly:

src/main/java/vldc/aswi/domain/parameter/Parameter.java
17 17
public class Parameter extends EntityParent {
18 18

  
19 19
    /** Name of parameter in SQL query. */
20
    @Column(name = "nazev")
20 21
    private String name;
21 22

  
22 23
    /** Admin-defined name of parameter, which will be used in assembly. */
24
    @Column(name = "nazev_select")
23 25
    private String nameOfSelect;
24 26

  
25 27
    /** Specific assembly, in which this parameter will be part of. */
......
28 30
    private Assembly assembly;
29 31

  
30 32
    /** Default value of this parameter. */
33
    @Column(name = "default_hodnota")
31 34
    private String defaultValue;
32 35

  
33 36
    /** List of parametersInConfiguration, which using this parameter. */

Také k dispozici: Unified diff