public class Configuration extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
Configuration() |
Configuration(int id,
String type,
String subType,
boolean draft,
boolean disabled,
ParameterStructure parameters) |
Configuration(int id,
String type,
String subType,
boolean draft,
ParameterStructure parameters) |
Configuration(int id,
String type,
String subType,
ParameterStructure parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getId() |
String |
getName()
Fast method to retrieve the value of the parameter name of
this element.
|
String |
getNameFromConfiguration()
Fast method to retrieve the value of the parameter name of
this element.
|
ParameterStructure |
getParameters()
Obtains the of parameters.
|
String |
getSubType() |
String |
getType() |
String |
getUniqueName()
Retrieves the value of the parameter name of
this element appending its identifier: 'name_identifier'.
|
int |
hashCode() |
boolean |
isDisabled() |
boolean |
isDraft() |
void |
setDisabled(boolean disabled) |
void |
setDraft(boolean draft) |
void |
setParameters(ParameterStructure parameters)
Sets the parameters.
|
void |
setSubType(String subType) |
void |
setType(String type) |
String |
toString() |
protected static final long serialVersionUID
public Configuration()
public Configuration(int id,
String type,
String subType,
ParameterStructure parameters)
public Configuration(int id,
String type,
String subType,
boolean draft,
ParameterStructure parameters)
public Configuration(int id,
String type,
String subType,
boolean draft,
boolean disabled,
ParameterStructure parameters)
public int getId()
public String getType()
public void setType(String type)
type - the type to setpublic String getSubType()
public void setSubType(String subType)
subType - the subType to setpublic boolean isDraft()
public void setDraft(boolean draft)
draft - the draft to setpublic boolean isDisabled()
public void setDisabled(boolean disabled)
disabled - the disabled to setpublic String getName()
public String getNameFromConfiguration()
public String getUniqueName()
public ParameterStructure getParameters()
ParameterStructure.public void setParameters(ParameterStructure parameters)
parameters - the ParameterStructure.Copyright © 2024 Denodo Technologies. All rights reserved.