public class ImportedLineVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ImportedLineVO> |
ERROR_MESSAGES |
static BasicProperty<java.lang.Long,ImportedLineVO> |
IMPORTED_ENTITY_ID |
static BasicProperty<java.lang.Integer,ImportedLineVO> |
LINE_NUMBER |
static BasicProperty<ImportedLineStatus,ImportedLineVO> |
STATUS |
static ListProperty<java.lang.String,ImportedLineVO> |
VALUES |
ID| Constructor and Description |
|---|
ImportedLineVO() |
ImportedLineVO(java.lang.Long id) |
ImportedLineVO(Property<T,? super ImportedLineVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getErrorMessages() |
java.lang.Long |
getImportedEntityId() |
int |
getLineNumber() |
ImportedLineStatus |
getStatus() |
java.util.List<java.lang.String> |
getValues() |
void |
setErrorMessages(java.lang.String errorMessages) |
void |
setImportedEntityId(java.lang.Long importedEntityId) |
void |
setLineNumber(int lineNumber) |
void |
setStatus(ImportedLineStatus status) |
void |
setValues(java.util.List<java.lang.String> values) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, 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,ImportedLineVO> ERROR_MESSAGES
public static final BasicProperty<java.lang.Long,ImportedLineVO> IMPORTED_ENTITY_ID
public static final BasicProperty<java.lang.Integer,ImportedLineVO> LINE_NUMBER
public static final BasicProperty<ImportedLineStatus,ImportedLineVO> STATUS
public static final ListProperty<java.lang.String,ImportedLineVO> VALUES
public ImportedLineVO()
public ImportedLineVO(java.lang.Long id)
public ImportedLineVO(Property<T,? super ImportedLineVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic java.lang.String getErrorMessages()
public void setErrorMessages(java.lang.String errorMessages)
public java.lang.Long getImportedEntityId()
public void setImportedEntityId(java.lang.Long importedEntityId)
public int getLineNumber()
public void setLineNumber(int lineNumber)
public ImportedLineStatus getStatus()
public void setStatus(ImportedLineStatus status)
public java.util.List<java.lang.String> getValues()
public void setValues(java.util.List<java.lang.String> values)