summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/ImagePublishDataEx.java
blob: 5c5ef01f12a7bc0cb608b7fa3db0b54a764bdc02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.openslx.thrifthelper;

import org.openslx.bwlp.thrift.iface.ImagePublishData;

public class ImagePublishDataEx extends ImagePublishData
{
	/**
	 * Version for serialization.
	 */
	private static final long serialVersionUID = 314945044011262005L;

	public String exImagePath;
	public boolean exIsValid;
}