org.kuali.kfs.sys.businessobject
Class DataMappingFieldDefinition

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.DataMappingFieldDefinition
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class DataMappingFieldDefinition
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
DataMappingFieldDefinition()
           
DataMappingFieldDefinition(FunctionalFieldDescription functionalFieldDescription, org.kuali.rice.kns.datadictionary.BusinessObjectEntry businessObjectEntry, org.kuali.rice.kns.datadictionary.AttributeDefinition attributeDefinition, FieldMetaData fieldMetaData, String propertyType, String referenceComponentLabel)
           
 
Method Summary
 String getApplicationDataType()
           
 int getApplicationDefinedLength()
           
 String getComponentClass()
           
 String getDatabaseDataType()
           
 int getDatabaseDefinedLength()
           
 int getDecimalPlaces()
           
 String getFieldName()
           
 FunctionalFieldDescription getFunctionalFieldDescription()
           
 String getMaskPattern()
           
 String getNamespaceCode()
           
 String getPropertyName()
           
 String getReferenceComponent()
           
 String getTableName()
           
 String getValidationPattern()
           
 boolean isEncrypted()
           
 boolean isRequired()
           
 void setComponentClass(String componentClass)
           
 void setFieldName(String fieldName)
           
 void setFunctionalFieldDescription(FunctionalFieldDescription functionalFieldDescription)
           
 void setNamespaceCode(String namespaceCode)
           
 void setPropertyName(String propertyName)
           
 void setTableName(String tableName)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataMappingFieldDefinition

public DataMappingFieldDefinition()

DataMappingFieldDefinition

public DataMappingFieldDefinition(FunctionalFieldDescription functionalFieldDescription,
                                  org.kuali.rice.kns.datadictionary.BusinessObjectEntry businessObjectEntry,
                                  org.kuali.rice.kns.datadictionary.AttributeDefinition attributeDefinition,
                                  FieldMetaData fieldMetaData,
                                  String propertyType,
                                  String referenceComponentLabel)
Method Detail

getDatabaseDataType

public String getDatabaseDataType()

getApplicationDataType

public String getApplicationDataType()

getDatabaseDefinedLength

public int getDatabaseDefinedLength()

getApplicationDefinedLength

public int getApplicationDefinedLength()

getDecimalPlaces

public int getDecimalPlaces()

getReferenceComponent

public String getReferenceComponent()

isRequired

public boolean isRequired()

getValidationPattern

public String getValidationPattern()

isEncrypted

public boolean isEncrypted()

getMaskPattern

public String getMaskPattern()

getNamespaceCode

public String getNamespaceCode()

setNamespaceCode

public void setNamespaceCode(String namespaceCode)

getComponentClass

public String getComponentClass()

setComponentClass

public void setComponentClass(String componentClass)

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)

getTableName

public String getTableName()

setTableName

public void setTableName(String tableName)

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getFunctionalFieldDescription

public FunctionalFieldDescription getFunctionalFieldDescription()

setFunctionalFieldDescription

public void setFunctionalFieldDescription(FunctionalFieldDescription functionalFieldDescription)

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.