public class XPFPluginSettingValue extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFPluginSettingValue.XPFPluginSettingValueBuilder<C extends XPFPluginSettingValue,B extends XPFPluginSettingValue.XPFPluginSettingValueBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFPluginSettingValue(int sequence,
String mapKey,
String shortTextValue,
Integer integerValue,
BigDecimal decimalValue,
Boolean booleanValue,
Date dateValue) |
protected |
XPFPluginSettingValue(XPFPluginSettingValue.XPFPluginSettingValueBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFPluginSettingValue.XPFPluginSettingValueBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getBooleanValue()
The boolean value.
|
Date |
getDateValue()
The date value.
|
BigDecimal |
getDecimalValue()
The BigDecimal value.
|
Integer |
getIntegerValue()
The integer value.
|
String |
getMapKey()
The map key.
|
int |
getSequence()
The sequence index for this setting value.
|
String |
getShortTextValue()
The short text value.
|
int |
hashCode() |
String |
toString() |
getCustomData, getCustomDataValueprotected XPFPluginSettingValue(XPFPluginSettingValue.XPFPluginSettingValueBuilder<?,?> b)
public static XPFPluginSettingValue.XPFPluginSettingValueBuilder<?,?> builder()
public int getSequence()
public String getMapKey()
public String getShortTextValue()
public Integer getIntegerValue()
public BigDecimal getDecimalValue()
public Boolean getBooleanValue()
public Date getDateValue()
Copyright © 2026. All rights reserved.