public class GoldenImageFile extends Object
| Constructor and Description |
|---|
GoldenImageFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
File |
getFile() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFile(File file) |
void |
setName(String name) |
String |
toString() |
public File getFile()
public void setFile(File file)
file - the file to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2016. All rights reserved.