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,ProcessableForProxying,DefinesNetwork,ImageOwner<ImportedFile,ImportedImage>,IEntity
- Direct Known Subclasses:
UserPaymentImportedFile,UserSendVouchersImportedFile
@Entity public abstract class UserSpecificImportedFile extends ImportedFile
AnImportedFilethat is specific to aUser
-
-
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 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
getBy, getChannel, getCreationDate, getDescription, getErrorMessage, getField, getField, getField, getField, getFields, getFileName, getIgnoredFields, getImage, getImages, getImportType, 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
-
-