public class Gallery extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected String |
id |
protected List<Image> |
images |
protected String |
name |
Constructor and Description |
---|
Gallery() |
Gallery(String id,
String name) |
Gallery(String id,
String name,
List<Image> images) |
public static final String copyright
protected String id
protected String name