public class FieldCreationInfo
extends java.lang.Object
| Constructor and Description |
|---|
FieldCreationInfo()
Instantiates a new field creation info.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getChoices()
Gets the choices.
|
java.lang.String |
getLookupFieldName()
Gets the lookup field name.
|
java.lang.String |
getLookupListId()
Gets the lookup list id.
|
java.lang.String |
getLookupWebId()
Gets the lookup web id.
|
java.lang.String |
getTitle()
Gets the title.
|
FieldType |
getType()
Gets the type.
|
boolean |
isCompactName()
Checks if is compact name.
|
boolean |
isRequired()
Checks if is required.
|
void |
setCompactName(boolean isCompactName)
Sets the compact name.
|
void |
setLookupFieldName(java.lang.String lookupFieldName)
Sets the lookup field name.
|
void |
setLookupListId(java.lang.String lookupListId)
Sets the lookup list id.
|
void |
setLookupWebId(java.lang.String lookupWebId)
Sets the lookup web id.
|
void |
setRequired(boolean isRequired)
Sets the required.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setType(FieldType type)
Sets the type.
|
public FieldCreationInfo()
public java.util.List<java.lang.String> getChoices()
public java.lang.String getLookupFieldName()
public java.lang.String getLookupListId()
public java.lang.String getLookupWebId()
public java.lang.String getTitle()
public FieldType getType()
public boolean isCompactName()
public boolean isRequired()
public void setCompactName(boolean isCompactName)
isCompactName - the new compact namepublic void setLookupFieldName(java.lang.String lookupFieldName)
lookupFieldName - the new lookup field namepublic void setLookupListId(java.lang.String lookupListId)
lookupListId - the new lookup list idpublic void setLookupWebId(java.lang.String lookupWebId)
lookupWebId - the new lookup web idpublic void setRequired(boolean isRequired)
isRequired - the new requiredpublic void setTitle(java.lang.String title)
title - the new titlepublic void setType(FieldType type)
type - the new type