public interface FileResource extends ModelEntity
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
archive()
Returns the path in the .mph file archive where the file is stored.
|
void |
archive(java.lang.String name)
Sets the path in the .mph file archive where the file is stored.
|
java.lang.String |
resource()
Returns the name of the temporary file that holds the resource.
|
void |
resource(java.lang.String name)
Sets the name of the temporary file that holds the resource.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringjava.lang.String archive()
void archive(java.lang.String name)
name - File name path.java.lang.String resource()
void resource(java.lang.String name)
name - Temporary file name.