Revision 2967 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/querys/Feature.java

View differences:

Feature.java
115 115
    public void setName(String name) {
116 116
        Name = name;
117 117
    }
118
    
119
    public String toString(){
120
        return this.getDescription();
121
    }
118 122
}

Also available in: Unified diff