public class StepProduct extends StepRepresentationItem
Product class for STP file.
Constructor and Description |
---|
StepProduct() |
StepProduct(String name,
String labelName,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<StepRepresentationItem> |
getFrameOfReference() |
int |
getItemType() |
String |
getLabelName() |
void |
setDescription(String value) |
void |
setFrameOfReference(List<StepRepresentationItem> value) |
void |
setLabelName(String value) |
getName, setName
public final List<StepRepresentationItem> getFrameOfReference()
public final void setFrameOfReference(List<StepRepresentationItem> value)
public int getItemType()
getItemType
in class StepRepresentationItem
public final String getLabelName()
public final void setLabelName(String value)
public final String getDescription()
public final void setDescription(String value)