public class GetProductByIdCliAction extends AbstractGetProductCliAction
CmdLineAction
which gets information about a Product
by ID.CmdLineAction.ActionMessagePrinter
Constructor and Description |
---|
GetProductByIdCliAction() |
Modifier and Type | Method and Description |
---|---|
Product |
getProduct() |
void |
setProductId(String productId) |
execute
getClient, getUrl, setClient
getDescription, getDetailedDescription, getExamples, getName, setDescription, setDetailedDescription, setExamples, setName
public Product getProduct() throws MalformedURLException, ConnectionException, CatalogException
getProduct
in class AbstractGetProductCliAction
MalformedURLException
ConnectionException
CatalogException
public void setProductId(String productId)
Copyright © 1999–2017 Apache OODT. All rights reserved.