All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.baltoro.domain.BOListWrapper Maven / Gradle / Ivy

There is a newer version: 4.0.12
Show newest version
package io.baltoro.domain;

import java.util.List;

public class BOListWrapper
{
	private List list;

	
	public BOListWrapper()
	{
	}
	
	public BOListWrapper(List list)
	{
		this.list = list;
	}
	
	
	public List getList()
	{
		return list;
	}

	public void setList(List list)
	{
		this.list = list;
	}
	
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy