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

com.uchicom.repty.dto.Unit Maven / Gradle / Ivy

package com.uchicom.repty.dto;

import java.util.List;

public class Unit {

	public Meta meta;
	public Meta getMeta() {
		return meta;
	}

	public void setMeta(Meta meta) {
		this.meta = meta;
	}

	public List drawList;

	public List getDrawList() {
		return drawList;
	}

	public void setDrawList(List drawList) {
		this.drawList = drawList;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy