Package org.cyclos.model.system.imports
Class ImportedLineVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.system.imports.ImportedLineVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ImportedLineVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ImportedLineVO>ERROR_MESSAGEstatic BasicProperty<Long,ImportedLineVO>IMPORTED_ENTITY_IDstatic BasicProperty<Integer,ImportedLineVO>LINE_NUMBERstatic BasicProperty<ImportedLineStatus,ImportedLineVO>STATUSstatic ListProperty<String,ImportedLineVO>VALUES-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ImportedLineVO()ImportedLineVO(Long id)ImportedLineVO(Property<T,? super ImportedLineVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetErrorMessage()LonggetImportedEntityId()intgetLineNumber()ImportedLineStatusgetStatus()List<String>getValues()voidsetErrorMessage(String errorMessage)voidsetImportedEntityId(Long importedEntityId)voidsetLineNumber(int lineNumber)voidsetStatus(ImportedLineStatus status)voidsetValues(List<String> values)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ERROR_MESSAGE
public static final BasicProperty<String,ImportedLineVO> ERROR_MESSAGE
-
IMPORTED_ENTITY_ID
public static final BasicProperty<Long,ImportedLineVO> IMPORTED_ENTITY_ID
-
LINE_NUMBER
public static final BasicProperty<Integer,ImportedLineVO> LINE_NUMBER
-
STATUS
public static final BasicProperty<ImportedLineStatus,ImportedLineVO> STATUS
-
VALUES
public static final ListProperty<String,ImportedLineVO> VALUES
-
-
Constructor Detail
-
ImportedLineVO
public ImportedLineVO()
-
ImportedLineVO
public ImportedLineVO(Long id)
-
ImportedLineVO
public ImportedLineVO(Property<T,? super ImportedLineVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getErrorMessage
public String getErrorMessage()
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
getImportedEntityId
public Long getImportedEntityId()
-
setImportedEntityId
public void setImportedEntityId(Long importedEntityId)
-
getLineNumber
public int getLineNumber()
-
setLineNumber
public void setLineNumber(int lineNumber)
-
getStatus
public ImportedLineStatus getStatus()
-
setStatus
public void setStatus(ImportedLineStatus status)
-
-