Package org.cyclos.entities.system
Class QPerformExternalPaymentSmsOperationConfiguration
- 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<PerformExternalPaymentSmsOperationConfiguration>
-
- org.cyclos.entities.system.QPerformExternalPaymentSmsOperationConfiguration
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<PerformExternalPaymentSmsOperationConfiguration>,com.querydsl.core.types.Expression<PerformExternalPaymentSmsOperationConfiguration>,com.querydsl.core.types.Path<PerformExternalPaymentSmsOperationConfiguration>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QPerformExternalPaymentSmsOperationConfiguration extends com.querydsl.core.types.dsl.EntityPathBase<PerformExternalPaymentSmsOperationConfiguration>QPerformExternalPaymentSmsOperationConfiguration is a Querydsl query type for PerformExternalPaymentSmsOperationConfiguration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QPaymentSmsOperationConfiguration_supercom.querydsl.core.types.dsl.ListPath<String,com.querydsl.core.types.dsl.StringPath>aliasesprotected QSmsChannelConfigurationchannelConfigurationcom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.BooleanPathenabledcom.querydsl.core.types.dsl.StringPathhelpMessagecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<SmsOperationConfigurationNature>natureprotected QPaymentTransferTypepaymentTypestatic QPerformExternalPaymentSmsOperationConfigurationperformExternalPaymentSmsOperationConfigurationcom.querydsl.core.types.dsl.BooleanPathusePasswordQIntegerversion
-
Constructor Summary
Constructors Constructor Description QPerformExternalPaymentSmsOperationConfiguration(com.querydsl.core.types.Path<? extends PerformExternalPaymentSmsOperationConfiguration> path)QPerformExternalPaymentSmsOperationConfiguration(com.querydsl.core.types.PathMetadata metadata)QPerformExternalPaymentSmsOperationConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPerformExternalPaymentSmsOperationConfiguration(Class<? extends PerformExternalPaymentSmsOperationConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPerformExternalPaymentSmsOperationConfiguration(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QSmsChannelConfigurationchannelConfiguration()QPaymentTransferTypepaymentType()-
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
-
performExternalPaymentSmsOperationConfiguration
public static final QPerformExternalPaymentSmsOperationConfiguration performExternalPaymentSmsOperationConfiguration
-
_super
public final QPaymentSmsOperationConfiguration _super
-
aliases
public final com.querydsl.core.types.dsl.ListPath<String,com.querydsl.core.types.dsl.StringPath> aliases
-
channelConfiguration
protected QSmsChannelConfiguration channelConfiguration
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
enabled
public final com.querydsl.core.types.dsl.BooleanPath enabled
-
helpMessage
public final com.querydsl.core.types.dsl.StringPath helpMessage
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<SmsOperationConfigurationNature> nature
-
paymentType
protected QPaymentTransferType paymentType
-
usePassword
public final com.querydsl.core.types.dsl.BooleanPath usePassword
-
version
public final QInteger version
-
-
Constructor Detail
-
QPerformExternalPaymentSmsOperationConfiguration
public QPerformExternalPaymentSmsOperationConfiguration(String variable)
-
QPerformExternalPaymentSmsOperationConfiguration
public QPerformExternalPaymentSmsOperationConfiguration(com.querydsl.core.types.Path<? extends PerformExternalPaymentSmsOperationConfiguration> path)
-
QPerformExternalPaymentSmsOperationConfiguration
public QPerformExternalPaymentSmsOperationConfiguration(com.querydsl.core.types.PathMetadata metadata)
-
QPerformExternalPaymentSmsOperationConfiguration
public QPerformExternalPaymentSmsOperationConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QPerformExternalPaymentSmsOperationConfiguration
public QPerformExternalPaymentSmsOperationConfiguration(Class<? extends PerformExternalPaymentSmsOperationConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
channelConfiguration
public QSmsChannelConfiguration channelConfiguration()
-
paymentType
public QPaymentTransferType paymentType()
-
-