public class DwgClass extends Object
Constructor and Description |
---|
DwgClass(int classNum,
int version,
String appName,
String cPlusPlusName,
String dxfName,
boolean isZombie,
int id) |
Modifier and Type | Method and Description |
---|---|
String |
getAppName() |
int |
getClassNum() |
String |
getCPlusPlusName() |
String |
getDxfName() |
int |
getId() |
int |
getVersion() |
boolean |
isZombie() |
void |
setAppName(String appName) |
void |
setClassNum(int classNum) |
void |
setCPlusPlusName(String plusPlusName) |
void |
setDxfName(String dxfName) |
void |
setId(int id) |
void |
setVersion(int version) |
void |
setZombie(boolean isZombie) |
String |
toString() |
public String getAppName()
public void setAppName(String appName)
appName
- The appName to set.public int getClassNum()
public void setClassNum(int classNum)
classNum
- The classNum to set.public String getCPlusPlusName()
public void setCPlusPlusName(String plusPlusName)
plusPlusName
- The cPlusPlusName to set.public String getDxfName()
public void setDxfName(String dxfName)
dxfName
- The dxfName to set.public int getId()
public void setId(int id)
id
- The id to set.public boolean isZombie()
public void setZombie(boolean isZombie)
isZombie
- The isZombie to set.public int getVersion()
public void setVersion(int version)
version
- The version to set.