public class SchemaBean extends Object implements Serializable
Represents the Sharepoint schema with its meta-inforamtion.
Constructor and Description |
---|
SchemaBean(String name,
String url,
List<SchemaFieldBean> fields) |
Modifier and Type | Method and Description |
---|---|
List<SchemaFieldBean> |
getFields() |
String |
getName() |
String |
getUrl() |
void |
setFields(List<SchemaFieldBean> fields)
Sets the fields that schema contains.
|
void |
setName(String name) |
void |
setUrl(String url) |
public SchemaBean(String name, String url, List<SchemaFieldBean> fields)
name
- url
- fields
- public String getName()
public void setName(String name)
name
- the name to setpublic String getUrl()
public void setUrl(String url)
url
- the url to setpublic List<SchemaFieldBean> getFields()
public void setFields(List<SchemaFieldBean> fields)
Sets the fields that schema contains.
fields
- the fields to setCopyright © 2005–2017 Alfresco Software. All rights reserved.