public class AssemblyData extends Object
| Constructor and Description |
|---|
AssemblyData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespace(String namespace)
Adds a name space.
|
String |
getComments()
Get the value of comments.
|
String |
getCompanyName()
Get the value of companyName.
|
String |
getError()
Get the value of error.
|
String |
getFileDescription()
Get the value of fileDescription.
|
String |
getFileName()
Get the value of fileName.
|
String |
getFileVersion()
Get the value of fileVersion.
|
String |
getFullName()
Get the value of fullName.
|
String |
getInternalName()
Get the value of internalName.
|
String |
getLegalCopyright()
Get the value of legalCopyright.
|
String |
getLegalTrademarks()
Get the value of legalTrademarks.
|
List<String> |
getNamespaces()
Get the value of namespaces.
|
String |
getOriginalFilename()
Get the value of originalFilename.
|
String |
getProductName()
Get the value of productName.
|
String |
getProductVersion()
Get the value of productVersion.
|
String |
getWarning()
Get the value of warning.
|
void |
setComments(String comments)
Set the value of comments.
|
void |
setCompanyName(String companyName)
Set the value of companyName.
|
void |
setError(String error)
Set the value of error.
|
void |
setFileDescription(String fileDescription)
Set the value of fileDescription.
|
void |
setFileName(String fileName)
Set the value of fileName.
|
void |
setFileVersion(String fileVersion)
Set the value of fileVersion.
|
void |
setFullName(String fullName)
Set the value of fullName.
|
void |
setInternalName(String internalName)
Set the value of internalName.
|
void |
setLegalCopyright(String legalCopyright)
Set the value of legalCopyright.
|
void |
setLegalTrademarks(String legalTrademarks)
Set the value of legalTrademarks.
|
void |
setOriginalFilename(String originalFilename)
Set the value of originalFilename.
|
void |
setProductName(String productName)
Set the value of productName.
|
void |
setProductVersion(String productVersion)
Set the value of productVersion.
|
void |
setWarning(String warning)
Set the value of warning.
|
public String getError()
public void setError(String error)
error - new value of errorpublic String getCompanyName()
public void setCompanyName(String companyName)
companyName - new value of companyNamepublic String getProductName()
public void setProductName(String productName)
productName - new value of productNamepublic String getProductVersion()
public void setProductVersion(String productVersion)
productVersion - new value of productVersionpublic String getComments()
public void setComments(String comments)
comments - new value of commentspublic String getFileDescription()
public void setFileDescription(String fileDescription)
fileDescription - new value of fileDescriptionpublic String getFileName()
public void setFileName(String fileName)
fileName - new value of fileNamepublic String getFileVersion()
public void setFileVersion(String fileVersion)
fileVersion - new value of fileVersionpublic String getInternalName()
public void setInternalName(String internalName)
internalName - new value of internalNamepublic String getLegalCopyright()
public void setLegalCopyright(String legalCopyright)
legalCopyright - new value of legalCopyrightpublic String getLegalTrademarks()
public void setLegalTrademarks(String legalTrademarks)
legalTrademarks - new value of legalTrademarkspublic String getOriginalFilename()
public void setOriginalFilename(String originalFilename)
originalFilename - new value of originalFilenamepublic String getFullName()
public void setFullName(String fullName)
fullName - new value of fullNamepublic List<String> getNamespaces()
public void addNamespace(String namespace)
namespace - the namespace to addpublic String getWarning()
public void setWarning(String warning)
warning - new value of warningCopyright © 2012–2020 OWASP. All rights reserved.