public class CConfig extends Object implements Serializable
| Constructor and Description |
|---|
CConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath() |
List<CMethod> |
getListMethods() |
List<CMethod> |
getMapMethods() |
CMold |
getMold() |
String |
getName() |
String |
getPvelocity() |
String |
getRelativePath() |
void |
setFilePath(String filePath) |
void |
setListMethods(List<CMethod> listMethods) |
void |
setMapMethods(List<CMethod> mapMethods) |
void |
setMold(CMold mold) |
void |
setName(String name) |
void |
setPvelocity(String pvelocity) |
void |
setRelativePath(String relativePath) |
String |
toString() |
public String getPvelocity()
public void setPvelocity(String pvelocity)
public String getRelativePath()
public void setRelativePath(String relativePath)
public String getName()
public void setName(String name)
public String getFilePath()
public void setFilePath(String filePath)
public CMold getMold()
public void setMold(CMold mold)
Copyright © 2018. All rights reserved.