public class File extends DataModel
Constructor and Description |
---|
File(File toLoad) |
File(FileType type,
String uuri,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
FileType |
getType() |
String |
getUuri() |
int |
hashCode() |
static ArrayList<File> |
load(FileArray toLoad) |
void |
setName(String name) |
void |
setType(FileType type) |
void |
setUuri(String uuri) |
String |
toString() |
File |
toStubsVersion() |
static FileArray |
toStubsVersion(List<File> toConvert) |
public File(File toLoad)
Copyright © 2017. All Rights Reserved.