Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 12 | Rev 25 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 13
Line 347... Line 347...
347
public String getValue() {
347
public String getValue() {
348
	return currentValue;
348
	return currentValue;
349
}
349
}
Line -... Line 350...
-
 
350
  
-
 
351
 
-
 
352
public  void setValue(String value) {
-
 
353
	 this.currentValue=value;
Line 350... Line 354...
350
  
354
}
Line 351... Line 355...
351
 
355