@Entity public class MessageParameter extends AbstractStorable
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageParameter.Builder |
LOGGER| Modifier and Type | Method and Description |
|---|---|
static MessageParameter.Builder |
build(String paramName,
ParsingRule rule)
TODO: Add JavaDoc.
|
List<String> |
getMultipleValue() |
String |
getParamName() |
String |
getSingleValue() |
boolean |
isAutosave() |
boolean |
isMultiple() |
void |
setAutosave(boolean autosave) |
void |
setMultiple(boolean multiple) |
void |
setMultipleValue(List<String> multipleValue) |
void |
setParamName(String paramName) |
String |
toString() |
contains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, equals, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getParent, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, hashCode, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, update, upStorableVersiongetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProjectId, setProjectIdpublic static MessageParameter.Builder build(String paramName, ParsingRule rule)
public String getParamName()
public String getSingleValue()
public boolean isMultiple()
public boolean isAutosave()
public void setParamName(String paramName)
public void setMultiple(boolean multiple)
public void setAutosave(boolean autosave)
public String toString()
toString in class AbstractStorableCopyright © 2025. All rights reserved.