org.broadleafcommerce.openadmin.client.dto
Class FieldMetadata
java.lang.Object
org.broadleafcommerce.openadmin.client.dto.FieldMetadata
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable
public class FieldMetadata
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable, Serializable
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldMetadata
public FieldMetadata()
getFieldType
public SupportedFieldType getFieldType()
setFieldType
public void setFieldType(SupportedFieldType fieldType)
getSecondaryType
public SupportedFieldType getSecondaryType()
setSecondaryType
public void setSecondaryType(SupportedFieldType secondaryType)
getLength
public Integer getLength()
setLength
public void setLength(Integer length)
getRequired
public Boolean getRequired()
setRequired
public void setRequired(Boolean required)
getScale
public Integer getScale()
setScale
public void setScale(Integer scale)
getPrecision
public Integer getPrecision()
setPrecision
public void setPrecision(Integer precision)
getUnique
public Boolean getUnique()
setUnique
public void setUnique(Boolean unique)
getMutable
public Boolean getMutable()
setMutable
public void setMutable(Boolean mutable)
getAvailableToTypes
public String[] getAvailableToTypes()
setAvailableToTypes
public void setAvailableToTypes(String[] availableToTypes)
getForeignKeyProperty
public String getForeignKeyProperty()
setForeignKeyProperty
public void setForeignKeyProperty(String foreignKeyProperty)
getInheritedFromType
public String getInheritedFromType()
setInheritedFromType
public void setInheritedFromType(String inheritedFromType)
getForeignKeyClass
public String getForeignKeyClass()
setForeignKeyClass
public void setForeignKeyClass(String foreignKeyClass)
getPresentationAttributes
public FieldPresentationAttributes getPresentationAttributes()
setPresentationAttributes
public void setPresentationAttributes(FieldPresentationAttributes presentationAttributes)
getCollection
public Boolean getCollection()
setCollection
public void setCollection(Boolean collection)
getMergedPropertyType
public MergedPropertyType getMergedPropertyType()
setMergedPropertyType
public void setMergedPropertyType(MergedPropertyType mergedPropertyType)
getEnumerationValues
public String[][] getEnumerationValues()
setEnumerationValues
public void setEnumerationValues(String[][] enumerationValues)
getForeignKeyDisplayValueProperty
public String getForeignKeyDisplayValueProperty()
setForeignKeyDisplayValueProperty
public void setForeignKeyDisplayValueProperty(String foreignKeyDisplayValueProperty)
getEnumerationClass
public String getEnumerationClass()
setEnumerationClass
public void setEnumerationClass(String enumerationClass)
cloneFieldMetadata
public FieldMetadata cloneFieldMetadata()
Copyright © 2012. All Rights Reserved.