public class FormSet extends Object
| Constructor and Description |
|---|
FormSet(String setId) |
FormSet(String setId,
String parentId,
String appearance,
String label,
String labelId) |
FormSet(String setId,
String parentId,
String appearance,
String label,
String labelId,
String template) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppearance() |
FormSet[] |
getChildren() |
List<FormSet> |
getChildrenAsList() |
String |
getLabel() |
String |
getLabelId() |
FormSet |
getParent() |
String |
getParentId() |
String |
getSetId() |
String |
getTemplate() |
String |
toString() |
public FormSet(String setId)
public FormSet(String setId, String parentId, String appearance, String label, String labelId)
public String getSetId()
public String getParentId()
public String getAppearance()
public String getLabel()
public String getLabelId()
public String getTemplate()
public FormSet getParent()
public FormSet[] getChildren()
Copyright © 2005–2014 Alfresco Software. All rights reserved.