org.broadleafcommerce.openadmin.client.dto
Class FieldMetadata

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.dto.FieldMetadata
All Implemented Interfaces:
java.io.Serializable

public class FieldMetadata
extends java.lang.Object
implements java.io.Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
FieldMetadata()
           
 
Method Summary
 java.lang.String[] getAvailableToTypes()
           
 java.lang.Boolean getCollection()
           
 java.lang.String getEnumerationClass()
           
 java.lang.String[][] getEnumerationValues()
           
 SupportedFieldType getFieldType()
           
 java.lang.String getForeignKeyClass()
           
 java.lang.String getForeignKeyDisplayValueProperty()
           
 java.lang.String getForeignKeyProperty()
           
 java.lang.String getInheritedFromType()
           
 java.lang.Integer getLength()
           
 MergedPropertyType getMergedPropertyType()
           
 java.lang.Boolean getMutable()
           
 java.lang.Integer getPrecision()
           
 FieldPresentationAttributes getPresentationAttributes()
           
 java.lang.Boolean getRequired()
           
 java.lang.Integer getScale()
           
 SupportedFieldType getSecondaryType()
           
 java.lang.Boolean getUnique()
           
 void setAvailableToTypes(java.lang.String[] availableToTypes)
           
 void setCollection(java.lang.Boolean collection)
           
 void setEnumerationClass(java.lang.String enumerationClass)
           
 void setEnumerationValues(java.lang.String[][] enumerationValues)
           
 void setFieldType(SupportedFieldType fieldType)
           
 void setForeignKeyClass(java.lang.String foreignKeyClass)
           
 void setForeignKeyDisplayValueProperty(java.lang.String foreignKeyDisplayValueProperty)
           
 void setForeignKeyProperty(java.lang.String foreignKeyProperty)
           
 void setInheritedFromType(java.lang.String inheritedFromType)
           
 void setLength(java.lang.Integer length)
           
 void setMergedPropertyType(MergedPropertyType mergedPropertyType)
           
 void setMutable(java.lang.Boolean mutable)
           
 void setPrecision(java.lang.Integer precision)
           
 void setPresentationAttributes(FieldPresentationAttributes presentationAttributes)
           
 void setRequired(java.lang.Boolean required)
           
 void setScale(java.lang.Integer scale)
           
 void setSecondaryType(SupportedFieldType secondaryType)
           
 void setUnique(java.lang.Boolean unique)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMetadata

public FieldMetadata()
Method Detail

getFieldType

public SupportedFieldType getFieldType()

setFieldType

public void setFieldType(SupportedFieldType fieldType)

getSecondaryType

public SupportedFieldType getSecondaryType()

setSecondaryType

public void setSecondaryType(SupportedFieldType secondaryType)

getLength

public java.lang.Integer getLength()

setLength

public void setLength(java.lang.Integer length)

getRequired

public java.lang.Boolean getRequired()

setRequired

public void setRequired(java.lang.Boolean required)

getScale

public java.lang.Integer getScale()

setScale

public void setScale(java.lang.Integer scale)

getPrecision

public java.lang.Integer getPrecision()

setPrecision

public void setPrecision(java.lang.Integer precision)

getUnique

public java.lang.Boolean getUnique()

setUnique

public void setUnique(java.lang.Boolean unique)

getMutable

public java.lang.Boolean getMutable()

setMutable

public void setMutable(java.lang.Boolean mutable)

getAvailableToTypes

public java.lang.String[] getAvailableToTypes()

setAvailableToTypes

public void setAvailableToTypes(java.lang.String[] availableToTypes)

getForeignKeyProperty

public java.lang.String getForeignKeyProperty()

setForeignKeyProperty

public void setForeignKeyProperty(java.lang.String foreignKeyProperty)

getInheritedFromType

public java.lang.String getInheritedFromType()

setInheritedFromType

public void setInheritedFromType(java.lang.String inheritedFromType)

getForeignKeyClass

public java.lang.String getForeignKeyClass()

setForeignKeyClass

public void setForeignKeyClass(java.lang.String foreignKeyClass)

getPresentationAttributes

public FieldPresentationAttributes getPresentationAttributes()

setPresentationAttributes

public void setPresentationAttributes(FieldPresentationAttributes presentationAttributes)

getCollection

public java.lang.Boolean getCollection()

setCollection

public void setCollection(java.lang.Boolean collection)

getMergedPropertyType

public MergedPropertyType getMergedPropertyType()

setMergedPropertyType

public void setMergedPropertyType(MergedPropertyType mergedPropertyType)

getEnumerationValues

public java.lang.String[][] getEnumerationValues()

setEnumerationValues

public void setEnumerationValues(java.lang.String[][] enumerationValues)

getForeignKeyDisplayValueProperty

public java.lang.String getForeignKeyDisplayValueProperty()

setForeignKeyDisplayValueProperty

public void setForeignKeyDisplayValueProperty(java.lang.String foreignKeyDisplayValueProperty)

getEnumerationClass

public java.lang.String getEnumerationClass()

setEnumerationClass

public void setEnumerationClass(java.lang.String enumerationClass)


Copyright © 2011. All Rights Reserved.