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

rocks.voss.toniebox.beans.toniebox.TonieContentDataBean Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package rocks.voss.toniebox.beans.toniebox;

import lombok.Data;

import java.io.Serializable;

@Data
public class TonieContentDataBean implements Serializable {
	private String file;
	private float length;
	private float remaining;
	private boolean inProgress;
	private TonieChapterBean chapters[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy