Class BusinessObjectLightList

  • All Implemented Interfaces:
    Serializable

    public class BusinessObjectLightList
    extends Object
    implements Serializable
    This class represents a list of RemoteBusinessObjectLight instances. It's basically a wrapper for ArrayList<RemoteBusinessObjectLight> It's used only to improve code readability. This class extended from ArrayList of RemoteBusinessObjectLight at the beginning, but JAX-WS just refused to treat it as a List
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form