Package org.cyclos.entities.system
Class ImportedLine
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.ImportedLine
-
- All Implemented Interfaces:
Cloneable,ProcessableForDataTranslation,IEntity
@Entity public class ImportedLine extends BaseEntity
Stores lines of import
-
-
Constructor Summary
Constructors Constructor Description ImportedLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessages()LonggetImportedEntityId()ImportedFilegetImportedFile()IntegergetLineNumber()NetworkgetNetwork()Returns the network this entity belongs toImportedLineStatusgetStatus()StringgetValue(String importField)StringgetValue(ImportField importField)List<ImportedLineValue>getValues()protected voidinitMappedValues()voidsetErrorMessages(String errorMessages)voidsetImportedEntityId(Long importedEntityId)voidsetImportedFile(ImportedFile importedFile)voidsetLineNumber(Integer lineNumber)voidsetStatus(ImportedLineStatus status)voidsetValues(List<ImportedLineValue> values)-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toShortString, toString
-
-
-
-
Method Detail
-
getErrorMessages
public String getErrorMessages()
-
getImportedEntityId
public Long getImportedEntityId()
-
getImportedFile
public ImportedFile getImportedFile()
-
getLineNumber
public Integer getLineNumber()
-
getNetwork
public Network getNetwork()
Description copied from class:NetworkedEntityReturns the network this entity belongs to- Specified by:
getNetworkin classNetworkedEntity
-
getStatus
public ImportedLineStatus getStatus()
-
getValue
public String getValue(ImportField importField)
-
getValues
public List<ImportedLineValue> getValues()
-
setErrorMessages
public void setErrorMessages(String errorMessages)
-
setImportedEntityId
public void setImportedEntityId(Long importedEntityId)
-
setImportedFile
public void setImportedFile(ImportedFile importedFile)
-
setLineNumber
public void setLineNumber(Integer lineNumber)
-
setStatus
public void setStatus(ImportedLineStatus status)
-
setValues
public void setValues(List<ImportedLineValue> values)
-
initMappedValues
protected void initMappedValues()
-
-