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

info.kwarc.sally4.docmanager.impl.SallyMenuItemList Maven / Gradle / Ivy

The newest version!
package info.kwarc.sally4.docmanager.impl;

import info.kwarc.sally4.docmanager.SallyMenuItem;

import java.util.ArrayList;

public class SallyMenuItemList {
	ArrayList items;
	String theoID;
	
	public ArrayList getItems() {
		return items;
	}
	
	public void setItems(ArrayList items) {
		this.items = items;
	}
	
	public String getTheoID() {
		return theoID;
	}
	
	public void setTheoID(String theoID) {
		this.theoID = theoID;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy