public class XPFPluginSettingValue extends XPFEntity
Constructor and Description |
---|
XPFPluginSettingValue(int sequence,
String mapKey,
String shortTextValue,
Integer integerValue,
BigDecimal decimalValue,
Boolean booleanValue,
Date dateValue) |
Modifier and Type | Method and Description |
---|---|
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
public int getSequence()
public String getMapKey()
public String getShortTextValue()
public Integer getIntegerValue()
public BigDecimal getDecimalValue()
public Boolean getBooleanValue()
public Date getDateValue()
Copyright © 2024. All rights reserved.