public class FormsetItem extends Object
FormGenerationService
to create Form Set.Constructor and Description |
---|
FormsetItem() |
Modifier and Type | Method and Description |
---|---|
String |
getDataRoot()
return dataRoot of the Form.
|
String |
getEligibiltyExpression()
returns eligibility expression of the Form.
|
String |
getFormIdentifier()
returns identifier of the Form.
|
String |
getFormPath()
returns the full repository path(with name) where this Form exists.
|
void |
setDataRoot(String dataRoot)
sets dataRoot of the Form.
|
void |
setEligibiltyExpression(String eligibiltyExpression)
sets eligibility expression of the Form.
|
void |
setFormIdentifier(String formIdentifier)
sets the identifier of the Form.
|
void |
setFormPath(String formPath)
sets the full repository path(with name) of the Form.
|
public String getFormPath()
String
representing formPath(with name)public void setFormPath(String formPath)
formPath
- representing full repository path(with name) where this Form exists.public String getFormIdentifier()
public void setFormIdentifier(String formIdentifier)
formIdentifier
- public String getDataRoot()
String
representing dataRoot.public void setDataRoot(String dataRoot)
dataRoot
- public String getEligibiltyExpression()
String
representing eligibility expression of the Form.public void setEligibiltyExpression(String eligibiltyExpression)
eligibiltyExpression
- Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.