public class FormMappingInfo extends Object
| Constructor and Description |
|---|
FormMappingInfo()
Creates a new instance of FormMappingInfo
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormName()
Getter for property formName.
|
String |
getMainClass()
Getter for property MainClass.
|
String |
getNameSpace()
Getter for property nameSpace.
|
String |
getPkgname()
Gets the pkgname attribute.
|
String |
getPkgName()
Getter for property beanName.
|
int |
getSortIndex()
Gets the sortIndex attribute.
|
String |
getStylesheet()
Gets the stylesheet attribute.
|
String |
getStyleSheet()
Getter for property StyleSheet.
|
void |
setFormName(String formName)
Setter for property formName.
|
void |
setMainClass(String mainClass)
Setter for property MainClass.
|
void |
setNameSpace(String nameSpace)
Setter for property nameSpace.
|
void |
setPkgname(String pkgname)
Sets the pkgname attribute value.
|
void |
setPkgName(String pkgname)
Setter for property beanName.
|
void |
setSortIndex(int sortIndex)
Sets the sortIndex attribute value.
|
void |
setStylesheet(String stylesheet)
Sets the stylesheet attribute value.
|
void |
setStyleSheet(String stylesheet)
Setter for property StyleSheet.
|
String |
toString() |
public FormMappingInfo()
public String getMainClass()
public void setMainClass(String mainClass)
MainClass - New value of property MainClass.public String getNameSpace()
public void setNameSpace(String nameSpace)
nameSpace - New value of property nameSpace.public String getFormName()
public void setFormName(String formName)
formName - New value of property formName.public String getStyleSheet()
public void setStyleSheet(String stylesheet)
StyleSheet - New value of property StyleSheet.public String getPkgName()
public void setPkgName(String pkgname)
beanName - New value of property beanName.public String getStylesheet()
public void setStylesheet(String stylesheet)
stylesheet - The stylesheet to set.public String getPkgname()
public void setPkgname(String pkgname)
pkgname - The pkgname to set.public int getSortIndex()
public void setSortIndex(int sortIndex)
sortIndex - The sortIndex to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.