org.kuali.kfs.sys.businessobject
Class DataMappingFieldDefinition
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
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
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
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)
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.