Class ImportedLineValue

  • All Implemented Interfaces:
    Cloneable, HasNetwork, ProcessableForDataTranslation, IEntity

    @Entity
    public class ImportedLineValue
    extends BaseEntity
    Represents an import value.
    For example, if we have a field like this address[0].line1:
    importField refers to the canonical name of the field: address.line1 (without the id part)
    importFieldId refers to the field id: 0 in this case.
    value is the exact imported value for this field.
    • Constructor Detail

      • ImportedLineValue

        public ImportedLineValue()
    • Method Detail

      • getImportField

        public String getImportField()
      • getImportFieldId

        public String getImportFieldId()
      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • getValue

        public String getValue()
      • setImportedLine

        public void setImportedLine​(ImportedLine importedLine)
      • setImportField

        public void setImportField​(String importField)
      • setImportFieldId

        public void setImportFieldId​(String importFieldId)
      • setValue

        public void setValue​(String value)