Package org.cyclos.entities.system
Class QUserSendVouchersImportedFile
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<UserSendVouchersImportedFile>
-
- org.cyclos.entities.system.QUserSendVouchersImportedFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserSendVouchersImportedFile>,com.querydsl.core.types.Expression<UserSendVouchersImportedFile>,com.querydsl.core.types.Path<UserSendVouchersImportedFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserSendVouchersImportedFile extends com.querydsl.core.types.dsl.EntityPathBase<UserSendVouchersImportedFile>QUserSendVouchersImportedFile is a Querydsl query type for UserSendVouchersImportedFile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QUserSpecificImportedFile_superQBigDecimalamountprotected QUserbyprotected QChannelchannelQDatecreationDatecom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.StringPatherrorMessagecom.querydsl.core.types.dsl.ListPath<ImportedField,QImportedField>fieldscom.querydsl.core.types.dsl.StringPathfileNamecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathignoredFieldscom.querydsl.core.types.dsl.ListPath<ImportedImage,QImportedImage>imagescom.querydsl.core.types.dsl.ListPath<ImportedLine,QImportedLine>linesQIntegerlinesImportedQIntegerlinesImportErrorQIntegerlinesReadyQIntegerlinesSkippedQIntegerlinesValidationErrorcom.querydsl.core.types.dsl.EnumPath<ListSeparator>listSeparatorprotected QNetworknetworkcom.querydsl.core.types.dsl.BooleanPathpermanentcom.querydsl.core.types.dsl.BooleanPathprocessAutomaticallyQDateprocessingDatecom.querydsl.core.types.dsl.StringPathsendMessagecom.querydsl.core.types.dsl.EnumPath<ImportedFileStatus>statuscom.querydsl.core.types.dsl.SetPath<ImportedStoredFile,QImportedStoredFile>storedFilescom.querydsl.core.types.dsl.BooleanPathuseAmountFromFileprotected QUseruserstatic QUserSendVouchersImportedFileuserSendVouchersImportedFileQIntegerversionprotected QVoucherTypevoucherType
-
Constructor Summary
Constructors Constructor Description QUserSendVouchersImportedFile(com.querydsl.core.types.Path<? extends UserSendVouchersImportedFile> path)QUserSendVouchersImportedFile(com.querydsl.core.types.PathMetadata metadata)QUserSendVouchersImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserSendVouchersImportedFile(Class<? extends UserSendVouchersImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserSendVouchersImportedFile(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserby()QChannelchannel()QNetworknetwork()QUseruser()QVoucherTypevoucherType()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
userSendVouchersImportedFile
public static final QUserSendVouchersImportedFile userSendVouchersImportedFile
-
_super
public final QUserSpecificImportedFile _super
-
amount
public final QBigDecimal amount
-
by
protected QUser by
-
channel
protected QChannel channel
-
creationDate
public final QDate creationDate
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
errorMessage
public final com.querydsl.core.types.dsl.StringPath errorMessage
-
fields
public final com.querydsl.core.types.dsl.ListPath<ImportedField,QImportedField> fields
-
fileName
public final com.querydsl.core.types.dsl.StringPath fileName
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
ignoredFields
public final com.querydsl.core.types.dsl.StringPath ignoredFields
-
images
public final com.querydsl.core.types.dsl.ListPath<ImportedImage,QImportedImage> images
-
lines
public final com.querydsl.core.types.dsl.ListPath<ImportedLine,QImportedLine> lines
-
linesImported
public final QInteger linesImported
-
linesImportError
public final QInteger linesImportError
-
linesReady
public final QInteger linesReady
-
linesSkipped
public final QInteger linesSkipped
-
linesValidationError
public final QInteger linesValidationError
-
listSeparator
public final com.querydsl.core.types.dsl.EnumPath<ListSeparator> listSeparator
-
network
protected QNetwork network
-
permanent
public final com.querydsl.core.types.dsl.BooleanPath permanent
-
processAutomatically
public final com.querydsl.core.types.dsl.BooleanPath processAutomatically
-
processingDate
public final QDate processingDate
-
sendMessage
public final com.querydsl.core.types.dsl.StringPath sendMessage
-
status
public final com.querydsl.core.types.dsl.EnumPath<ImportedFileStatus> status
-
storedFiles
public final com.querydsl.core.types.dsl.SetPath<ImportedStoredFile,QImportedStoredFile> storedFiles
-
useAmountFromFile
public final com.querydsl.core.types.dsl.BooleanPath useAmountFromFile
-
user
protected QUser user
-
version
public final QInteger version
-
voucherType
protected QVoucherType voucherType
-
-
Constructor Detail
-
QUserSendVouchersImportedFile
public QUserSendVouchersImportedFile(String variable)
-
QUserSendVouchersImportedFile
public QUserSendVouchersImportedFile(com.querydsl.core.types.Path<? extends UserSendVouchersImportedFile> path)
-
QUserSendVouchersImportedFile
public QUserSendVouchersImportedFile(com.querydsl.core.types.PathMetadata metadata)
-
QUserSendVouchersImportedFile
public QUserSendVouchersImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserSendVouchersImportedFile
public QUserSendVouchersImportedFile(Class<? extends UserSendVouchersImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QUser by()
-
channel
public QChannel channel()
-
network
public QNetwork network()
-
user
public QUser user()
-
voucherType
public QVoucherType voucherType()
-
-