All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
clearModified() |
static PropertyAccessor<JuelResultDto,java.lang.Boolean> |
getBooleanValuePropertyAccessor() |
java.util.Date |
getDateValue() |
static PropertyAccessor<JuelResultDto,java.util.Date> |
getDateValuePropertyAccessor() |
java.math.BigDecimal |
getDecimalValue() |
static PropertyAccessor<JuelResultDto,java.math.BigDecimal> |
getDecimalValuePropertyAccessor() |
java.lang.Double |
getDoubleValue() |
static PropertyAccessor<JuelResultDto,java.lang.Double> |
getDoubleValuePropertyAccessor() |
static PropertyAccessor<JuelResultDto,java.lang.Boolean> |
getEntryNullPropertyAccessor() |
java.lang.Float |
getFloatValue() |
static PropertyAccessor<JuelResultDto,java.lang.Float> |
getFloatValuePropertyAccessor() |
java.lang.Integer |
getIntValue() |
static PropertyAccessor<JuelResultDto,java.lang.Integer> |
getIntValuePropertyAccessor() |
java.lang.Long |
getLongValue() |
static PropertyAccessor<JuelResultDto,java.lang.Long> |
getLongValuePropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
java.lang.String |
getStringValue() |
static PropertyAccessor<JuelResultDto,java.lang.String> |
getStringValuePropertyAccessor() |
JuelResultTypeDto |
getType() |
static PropertyAccessor<JuelResultDto,JuelResultTypeDto> |
getTypePropertyAccessor() |
JuelResultDtoPA |
instantiatePropertyAccess() |
java.lang.Boolean |
isBooleanValue() |
boolean |
isBooleanValueModified() |
boolean |
isDateValueModified() |
boolean |
isDecimalValueModified() |
boolean |
isDoubleValueModified() |
java.lang.Boolean |
isEntryNull() |
boolean |
isEntryNullModified() |
boolean |
isFloatValueModified() |
boolean |
isIntValueModified() |
boolean |
isLongValueModified() |
boolean |
isModified() |
boolean |
isStringValueModified() |
boolean |
isTypeModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setBooleanValue(java.lang.Boolean booleanValue) |
void |
setDateValue(java.util.Date dateValue) |
void |
setDecimalValue(java.math.BigDecimal decimalValue) |
void |
setDoubleValue(java.lang.Double doubleValue) |
void |
setEntryNull(java.lang.Boolean entryNull) |
void |
setFloatValue(java.lang.Float floatValue) |
void |
setIntValue(java.lang.Integer intValue) |
void |
setLongValue(java.lang.Long longValue) |
void |
setStringValue(java.lang.String stringValue) |
void |
setType(JuelResultTypeDto type) |
java.lang.String |
toString() |