|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.BOMColumnDef
Title: BOMColumnDef
Description: This class represents the BOM column definition bean
Copyright: Copyright (c) 2004
Company: PTC
Field Summary | |
private boolean |
m_bWithTotal
|
private String |
m_strEcadName
|
private String |
m_strName
|
Constructor Summary | |
BOMColumnDef()
Default Constructor |
|
BOMColumnDef(String name,
String ecadName,
boolean withTotal)
|
Method Summary | |
String |
getEcadName()
This method will get the ecad name of the column |
String |
getName()
This method will get the name of the column definition |
boolean |
isWithTotal()
This method determines if column contains the total value |
void |
setEcadName(String ecadName)
This method will set the ecad name of the column |
void |
setName(String name)
This method will set the name of the column definition |
void |
setWithTotal(boolean withTotal)
This method sets value to whether the column contains the total value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String m_strName
private String m_strEcadName
private boolean m_bWithTotal
Constructor Detail |
public BOMColumnDef()
public BOMColumnDef(String name, String ecadName, boolean withTotal)
name
- String of name of column definitionecadName
- String if ecad name of column definitionwithTotal
- boolean If total is calculatedMethod Detail |
public String getName()
public void setName(String name)
name
- String name of column definitionpublic String getEcadName()
public void setEcadName(String ecadName)
ecadName
- String ecad name of the columnpublic boolean isWithTotal()
public void setWithTotal(boolean withTotal)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |