Package org.cyclos.entities.system
Class UserPaymentImportedFile
- 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
-
- org.cyclos.entities.system.UserPaymentImportedFile
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,ImageOwner<ImportedFile,ImportedImage>,IEntity
@Entity public class UserPaymentImportedFile extends UserSpecificImportedFile
Data about import of payments from a given user
-
-
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 UserPaymentImportedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportTypegetImportType()PaymentTransferTypegetPaymentType()voidsetPaymentType(PaymentTransferType paymentType)-
Methods inherited from class org.cyclos.entities.system.UserSpecificImportedFile
getUser, setUser
-
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
-
getPaymentType
public PaymentTransferType getPaymentType()
-
setPaymentType
public void setPaymentType(PaymentTransferType paymentType)
-
-