Project

General

Profile

« Previous | Next » 

Revision ef79b4ff

Added by Patrick Plitzner about 6 years ago

ref #7086 Add getter for structure and property

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/Character.java
143 143
        this.structure = structure;
144 144
        this.property = property;
145 145
    }
146

  
147
 // ****************** GETTER / SETTER *********************************************/
148

  
149
    public FeatureNode getStructure() {
150
        return structure;
151
    }
152

  
153
    public FeatureNode getProperty() {
154
        return property;
155
    }
146 156
}

Also available in: Unified diff