public class BundleFile extends Object implements Serializable
| Constructor and Description |
|---|
BundleFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(BundleFile bundleFile)
Method addFile.
|
List<BundleFile> |
getFiles()
Method getFiles.
|
String |
getSrc()
Get the source filename.
|
String |
getTitle()
Get the title field.
|
void |
removeFile(BundleFile bundleFile)
Method removeFile.
|
void |
setFiles(List<BundleFile> files)
Set the files to include as sub-items.
|
void |
setSrc(String src)
Set the source filename.
|
void |
setTitle(String title)
Set the title field.
|
String |
toString() |
public void addFile(BundleFile bundleFile)
bundleFile - public List<BundleFile> getFiles()
public String getSrc()
public String getTitle()
public void removeFile(BundleFile bundleFile)
bundleFile - public void setFiles(List<BundleFile> files)
files - public void setSrc(String src)
src - public void setTitle(String title)
title - Copyright © 2011-2014. All Rights Reserved.