|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.service.generator.BusinessFileConfig
public class BusinessFileConfig
BusinessFileConfig
Constructor Summary | |
---|---|
BusinessFileConfig()
|
Method Summary | |
---|---|
String |
getPrefix()
Returns the Prefix |
String |
getSourcePath()
Returns the Path |
String |
getSuffix()
Returns the Suffix |
String |
getTemplate()
Returns the Template |
void |
setPrefix(String strPrefix)
Sets the Prefix |
void |
setSourcePath(String strPath)
Sets the Path |
void |
setSuffix(String strSuffix)
Sets the Suffix |
void |
setTemplate(String strTemplate)
Sets the Template |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessFileConfig()
Method Detail |
---|
public String getPrefix()
public void setPrefix(String strPrefix)
strPrefix
- The Prefixpublic String getSuffix()
public void setSuffix(String strSuffix)
strSuffix
- The Suffixpublic String getSourcePath()
public void setSourcePath(String strPath)
strPath
- The Pathpublic String getTemplate()
public void setTemplate(String strTemplate)
strTemplate
- The Template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |