Project

General

Profile

« Previous | Next » 

Revision 7ba2b731

Added by Marc Geoffroy about 16 years ago

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/Article.java
174 174
	}
175 175

  
176 176
	/**
177
	 * @see #getVolume()
177
	 * @see #getPages()
178 178
	 */
179 179
	public void setPages(String pages){
180 180
		this.pages = pages;
......
184 184
	/**
185 185
	 * Returns a formatted string containing the entire reference citation,
186 186
	 * including authors, title, journal, pages, corresponding to <i>this</i>
187
	 * article.
187
	 * article.<BR>
188
	 * This method overrides the generic and inherited
189
	 * StrictReferenceBase#getCitation() method.
188 190
	 * 
189 191
	 * @see  NomenclaturalReferenceHelper#getCitation()
192
	 * @see  StrictReferenceBase#getCitation()
190 193
	 */
191 194
	@Transient
192 195
	public String getCitation(){
......
196 199
	/**
197 200
	 * Returns a formatted string containing the entire citation used for
198 201
	 * nomenclatural purposes based on <i>this</i> article - including
199
	 * (abbreviated) title of the journal and (abbreviated) author string -
202
	 * (abbreviated) title of the journal but not authors -
200 203
	 * and on the given details.
201 204
	 * 
202 205
	 * @param  microReference	the string with the details (generally pages)
......
204 207
	 * @return					the formatted string representing the
205 208
	 * 							nomenclatural citation
206 209
	 * @see  					NomenclaturalReferenceHelper#getNomenclaturalCitation(String)
210
	 * @see  					INomenclaturalReference#getNomenclaturalCitation(String)
207 211
	 */
208 212
	@Transient
209 213
	public String getNomenclaturalCitation(String microReference) {

Also available in: Unified diff