public class ImportedLineDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ImportedLineStatus,ImportedLineDTO> |
STATUS |
static ListProperty<ImportedLineValueDTO,ImportedLineDTO> |
VALUES |
ID| Constructor and Description |
|---|
ImportedLineDTO() |
ImportedLineDTO(java.lang.Long id) |
ImportedLineDTO(Property<T,? super ImportedLineDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ImportedLineStatus |
getStatus() |
java.util.List<ImportedLineValueDTO> |
getValues() |
void |
setStatus(ImportedLineStatus status) |
void |
setValues(java.util.List<ImportedLineValueDTO> values) |
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<ImportedLineStatus,ImportedLineDTO> STATUS
public static final ListProperty<ImportedLineValueDTO,ImportedLineDTO> VALUES
public ImportedLineDTO()
public ImportedLineDTO(java.lang.Long id)
public ImportedLineDTO(Property<T,? super ImportedLineDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic ImportedLineStatus getStatus()
public void setStatus(ImportedLineStatus status)
public java.util.List<ImportedLineValueDTO> getValues()
public void setValues(java.util.List<ImportedLineValueDTO> values)