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