Constructor and Description |
---|
ProductResource()
Default constructor required by JAXB.
|
ProductResource(Product product,
Metadata metadata,
List<Reference> references,
File workingDir)
Constructor that sets the product, metadata, references and
working directory for the resource.
|
Modifier and Type | Method and Description |
---|---|
MetadataResource |
getMetadataResource()
Gets the metadata resource for the product.
|
String |
getProductId()
Gets the product's ID.
|
String |
getProductName()
Gets the product's name.
|
List<Reference> |
getProductReferences()
Gets the product's references.
|
String |
getProductStructure()
Gets the product's structure.
|
String |
getProductTypeName()
Gets the name of the product's type.
|
List<ReferenceResource> |
getReferenceResources()
Gets the reference resources.
|
String |
getTransferStatus()
Gets the transfer status for the product.
|
File |
getWorkingDir()
Gets the working directory for the product.
|
public ProductResource()
public ProductResource(Product product, Metadata metadata, List<Reference> references, File workingDir)
product
- the product associated with the resourcemetadata
- the metadata associated with the resourcereferences
- the references associated with the resourceworkingDir
- the working directory for creating temporary files to
attach to responsespublic File getWorkingDir()
public String getProductId()
public String getProductName()
public String getProductStructure()
public String getProductTypeName()
public String getTransferStatus()
public MetadataResource getMetadataResource()
public List<ReferenceResource> getReferenceResources()
Copyright © 1999–2017 Apache OODT. All rights reserved.