Package org.cyclos.entities.system
Class UserSendVouchersImportedFile
- 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.UserSendVouchersImportedFile
-
- All Implemented Interfaces:
Cloneable,HasCurrency,HasNetwork,ProcessableForProxying,DefinesNetwork,ImageOwner<ImportedFile,ImportedImage>,IEntity
@Entity public class UserSendVouchersImportedFile extends UserSpecificImportedFile implements HasCurrency
Data about import of voucher sending 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 UserSendVouchersImportedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()CurrencygetCurrency()ImportTypegetImportType()StringgetSendMessage()VoucherTypegetVoucherType()booleanisUseAmountFromFile()voidsetAmount(BigDecimal amount)voidsetSendMessage(String sendMessage)voidsetUseAmountFromFile(boolean useAmountFromFile)voidsetVoucherType(VoucherType voucherType)-
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.banking.HasCurrency
round, withCurrency
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAmount
public BigDecimal getAmount()
-
getCurrency
public Currency getCurrency()
- Specified by:
getCurrencyin interfaceHasCurrency
-
getImportType
public ImportType getImportType()
- Specified by:
getImportTypein classImportedFile
-
getSendMessage
public String getSendMessage()
-
getVoucherType
public VoucherType getVoucherType()
-
isUseAmountFromFile
public boolean isUseAmountFromFile()
-
setAmount
public void setAmount(BigDecimal amount)
-
setSendMessage
public void setSendMessage(String sendMessage)
-
setUseAmountFromFile
public void setUseAmountFromFile(boolean useAmountFromFile)
-
setVoucherType
public void setVoucherType(VoucherType voucherType)
-
-