Package org.cyclos.entities.system
Class UserSpecificImportedFile
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.ImportedFile
-
- org.cyclos.entities.system.UserSpecificImportedFile
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForDataTranslation,DefinesNetwork,ImageOwner<ImportedFile,ImportedImage>,IEntity
- Direct Known Subclasses:
UserPaymentImportedFile
@Entity public abstract class UserSpecificImportedFile extends ImportedFile
AnImportedFilethat is specific to aUser
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.system.ImportedFile
by, creationDate, csvFile, errorMessage, fileName, ignoredFields, imageCounter, images, importErrors, importSuccesses, infos, lineCounter, lines, listSeparator, network, permanent, processAutomatically, processingDate, skipped, status, totalImages, totalLines, validationErrors, validationSuccesses, zipFile
-
-
Constructor Summary
Constructors Constructor Description UserSpecificImportedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsergetUser()voidsetUser(User user)-
Methods inherited from class org.cyclos.entities.system.ImportedFile
abort, getBy, getChannel, getCreationDate, getCsvFile, getDescription, getErrorMessage, getFileName, getIgnoredFields, getImage, getImageCounter, getImages, getImportedFileInfo, getImportErrors, getImportSuccesses, getImportType, getLineCounter, getListSeparator, getNetwork, getProcessingDate, getSkipped, getStatus, getTotalImages, getTotalLines, getValidationErrors, getValidationSuccesses, getZipFile, isAborted, isPermanent, isProcessAutomatically, setBy, setChannel, setCreationDate, setCsvFile, setDescription, setErrorMessage, setFileName, setIgnoredFields, setImage, setImageCounter, setImages, setImportedFileInfo, setImportErrors, setImportSuccesses, setLineCounter, setLines, setListSeparator, setNetwork, setPermanent, setProcessAutomatically, setProcessingDate, setSkipped, setStatus, setTotalImages, setTotalLines, setValidationErrors, setValidationSuccesses, setZipFile
-
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, hashCode, id, ids, isPersistent, isTransient, setId, toShortString, toString, uniqueIds, uniqueIds
-
-