public class BundleModel extends Object implements Serializable
| Constructor and Description |
|---|
BundleModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(BundleFile bundleFile)
Method addFile.
|
boolean |
equals(Object other)
Method equals.
|
String |
getCompanyLogo()
Get the location of an image file that represents the
company logo.
|
String |
getCompanyName()
Get the name of the entity that is responsible for the
content of the
document, or a copyright holder.
|
String |
getDescription()
Get the description field.
|
List<BundleFile> |
getFiles()
Method getFiles.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
String |
getProjectLogo()
Get the location of an image file that represents the
project logo.
|
String |
getProjectName()
Get the name of the project.
|
String |
getSubject()
Get the subject field.
|
String |
getTitle()
Get the title field.
|
String |
getVersion()
Get the version field.
|
int |
hashCode()
Method hashCode.
|
void |
removeFile(BundleFile bundleFile)
Method removeFile.
|
void |
setCompanyLogo(String companyLogo)
Set the location of an image file that represents the
company logo.
|
void |
setCompanyName(String companyName)
Set the name of the entity that is responsible for the
content of the
document, or a copyright holder.
|
void |
setDescription(String description)
Set the description field.
|
void |
setFiles(List<BundleFile> files)
Set the files to include in the bundle.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setProjectLogo(String projectLogo)
Set the location of an image file that represents the
project logo.
|
void |
setProjectName(String projectName)
Set the name of the project.
|
void |
setSubject(String subject)
Set the subject field.
|
void |
setTitle(String title)
Set the title field.
|
void |
setVersion(String version)
Set the version field.
|
String |
toString()
Method toString.
|
public void addFile(BundleFile bundleFile)
bundleFile - public boolean equals(Object other)
public String getCompanyLogo()
public String getCompanyName()
public String getDescription()
public List<BundleFile> getFiles()
public String getModelEncoding()
public String getProjectLogo()
public String getProjectName()
public String getSubject()
public String getTitle()
public String getVersion()
public void removeFile(BundleFile bundleFile)
bundleFile - public void setCompanyLogo(String companyLogo)
companyLogo - public void setCompanyName(String companyName)
companyName - public void setDescription(String description)
description - public void setFiles(List<BundleFile> files)
files - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setProjectLogo(String projectLogo)
projectLogo - public void setProjectName(String projectName)
projectName - public void setSubject(String subject)
subject - public void setTitle(String title)
title - public void setVersion(String version)
version - Copyright © 2011-2013. All Rights Reserved.