Package org.cyclos.entities.system
Class RecordImportedFile
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.ImportedFile
-
- org.cyclos.entities.system.RecordImportedFile
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,ImageOwner<ImportedFile,ImportedImage>,IEntity
@Entity public class RecordImportedFile extends ImportedFile
Contains data about record import
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.system.ImportedFile
by, creationDate, errorMessage, fields, fileName, ignoredFields, images, lines, linesImported, linesImportError, linesReady, linesSkipped, linesValidationError, listSeparator, network, permanent, processAutomatically, processingDate, status, storedFiles
-
-
Constructor Summary
Constructors Constructor Description RecordImportedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportTypegetImportType()RecordTypegetType()voidsetType(RecordType type)-
Methods inherited from class org.cyclos.entities.system.ImportedFile
getBy, getChannel, getCreationDate, getDescription, getErrorMessage, getField, getField, getField, getField, getFields, getFileName, getIgnoredFields, getImage, getImages, getLinesImported, getLinesImportError, getLinesReady, getLinesSkipped, getLinesValidationError, getListSeparator, getNetwork, getProcessingDate, getStatus, getStoredFile, isPermanent, isProcessAutomatically, setBy, setChannel, setCreationDate, setDescription, setErrorMessage, setFields, setFileName, setIgnoredFields, setImage, setImages, setLinesImported, setLinesImportError, setLinesReady, setLinesSkipped, setLinesValidationError, setListSeparator, setNetwork, setPermanent, setProcessAutomatically, setProcessingDate, setStatus, setStoredFile
-
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
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getImportType
public ImportType getImportType()
- Specified by:
getImportTypein classImportedFile
-
getType
public RecordType getType()
-
setType
public void setType(RecordType type)
-
-