public class ProductImpl extends Object implements Product
| Constructor and Description |
|---|
ProductImpl(pcm.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() |
pcm.Product |
getkProduct() |
String |
getName() |
int |
hashCode() |
void |
removeCell(Cell cell) |
void |
setName(String s) |
String |
toString() |
public pcm.Product getkProduct()
public void removeCell(Cell cell)
removeCell in interface Productpublic void accept(PCMVisitor visitor)
accept in interface PCMElementpublic PCMElement clone(PCMFactory factory)
clone in interface PCMElementCopyright © 2015. All rights reserved.