public class SchemaFieldBean extends Object implements Serializable
Represents the Sharepoint schema filed with its meta-information.
Constructor and Description |
---|
SchemaFieldBean(String name,
String type,
boolean required,
List<String> choices) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getChoices() |
String |
getName() |
String |
getType() |
boolean |
isRequired() |
void |
setChoices(List<String> choices) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(String type) |
public String getName()
public void setName(String name)
name
- the name to setpublic String getType()
public void setType(String type)
type
- the type to setpublic boolean isRequired()
public void setRequired(boolean required)
required
- the required to setCopyright © 2005–2017 Alfresco Software. All rights reserved.