public class ProductImpl extends Object implements Product
| Constructor and Description |
|---|
ProductImpl(Product kProduct) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PCMVisitor visitor) |
void |
addCell(Cell cell) |
PCMElement |
clone(PCMFactory factory) |
boolean |
equals(Object o) |
Cell |
findCell(Feature feature) |
List<Cell> |
getCells() |
Feature |
getKey() |
Cell |
getKeyCell() |
String |
getKeyContent() |
Product |
getkProduct() |
PCM |
getPCM() |
int |
hashCode() |
void |
removeCell(Cell cell) |
String |
toString() |
public ProductImpl(Product kProduct)
public Product getkProduct()
public Cell getKeyCell()
getKeyCell in interface Productpublic String getKeyContent()
getKeyContent in interface Productpublic void removeCell(Cell cell)
removeCell in interface Productpublic void accept(PCMVisitor visitor)
accept in interface PCMElementpublic PCMElement clone(PCMFactory factory)
clone in interface PCMElementCopyright © 2016. All rights reserved.