Hello!


I have many classes that extend one abstract super class:

class BaseEntity {

  public abstract ID getId;

  public abstract void setId(ID id);

}



XML-structure like this "<users>1 2 3 4</users>" needed for presentation layer 
of my webapp. I'm using "chiba" as xforms processor, and for present 
"select"-control I need space delimited "id".

Have a getter/setter method is a decision, but in this case I need implement 
this getter/setter on each entity. But I want have only one class 
(Marshller/Unmarshaller) for this operation.



--

С уважением, Бронников Владимир

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to