public class ImportedLineValueDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ImportedLineValueDTO> |
IMPORT_FIELD |
static BasicProperty<java.lang.String,ImportedLineValueDTO> |
IMPORT_FIELD_ID |
static BasicProperty<java.lang.String,ImportedLineValueDTO> |
VALUE |
ID| Constructor and Description |
|---|
ImportedLineValueDTO() |
ImportedLineValueDTO(java.lang.Long id) |
ImportedLineValueDTO(Property<T,? super ImportedLineValueDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getImportField() |
java.lang.String |
getImportFieldId() |
java.lang.String |
getValue() |
void |
setImportField(java.lang.String importField) |
void |
setImportFieldId(java.lang.String importFieldId) |
void |
setValue(java.lang.String value) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,ImportedLineValueDTO> IMPORT_FIELD
public static final BasicProperty<java.lang.String,ImportedLineValueDTO> IMPORT_FIELD_ID
public static final BasicProperty<java.lang.String,ImportedLineValueDTO> VALUE
public ImportedLineValueDTO()
public ImportedLineValueDTO(java.lang.Long id)
public ImportedLineValueDTO(Property<T,? super ImportedLineValueDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic java.lang.String getImportField()
public void setImportField(java.lang.String importField)
public java.lang.String getImportFieldId()
public void setImportFieldId(java.lang.String importFieldId)
public java.lang.String getValue()
public void setValue(java.lang.String value)