public class FormMappingInfo extends Object
Constructor and Description |
---|
FormMappingInfo() |
FormMappingInfo(String nameSpace,
String generatorName,
String formName,
String stylesheet,
int sortIndex,
Boolean userAttachedForm) |
Modifier and Type | Method and Description |
---|---|
String |
getFormName() |
String |
getGeneratorName() |
String |
getNameSpace() |
int |
getSortIndex() |
String |
getStyleSheet() |
Boolean |
getUserAttachedForm() |
void |
setFormName(String formName) |
void |
setGeneratorName(String generatorName) |
void |
setNameSpace(String nameSpace) |
void |
setSortIndex(int sortIndex) |
void |
setStyleSheet(String stylesheet) |
void |
setUserAttachedForm(Boolean userAttachedForm) |
String |
toString() |
public FormMappingInfo()
public String getGeneratorName()
public void setGeneratorName(String generatorName)
public String getNameSpace()
public void setNameSpace(String nameSpace)
public String getFormName()
public void setFormName(String formName)
public String getStyleSheet()
public void setStyleSheet(String stylesheet)
public int getSortIndex()
public void setSortIndex(int sortIndex)
public Boolean getUserAttachedForm()
public void setUserAttachedForm(Boolean userAttachedForm)
Copyright © 2014–2015 The Kuali Foundation. All rights reserved.