Project

General

Profile

« Previous | Next » 

Revision 5e1d646d

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/AbstractFormSection.java
123 123
		this.propertyChangeListeners = propertyChangeListeners;
124 124
	}
125 125

  
126
	/**
127
	 * Setter for the field <code>entity</code>.
128
	 */
126
	@Override
127
	public ENTITY getEntity() {
128
	    return entity;
129
	}
129 130
	public void setEntity(ENTITY entity) {
130 131
		this.entity = entity;
131 132
	}
132 133

  
133
	/**
134
	 * Getter for the field <code>entity</code>.
135
	 */
136
	@Override
137
    public ENTITY getEntity() {
138
		return entity;
139
	}
140

  
141
	/**
142
	 * getToggle
143
	 */
144 134
	public ToggleHyperlink getToggle() {
145 135
		return this.toggle;
146 136
	}
147 137

  
148
	/**
149
	 * getSection
150
	 */
151 138
	public AbstractFormSection<ENTITY> getSection() {
152 139
		return this;
153 140
	}

Also available in: Unified diff