@Entity public class ConfiguredComponent extends Object implements Comparable<ConfiguredComponent>
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
classesExcludedFromPushing |
| Constructor and Description |
|---|
ConfiguredComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfiguredComponent rhs) |
Application |
getApplication() |
String |
getClassName() |
String |
getConfig() |
Map<String,String> |
getDetails() |
Long |
getId() |
List<ConfiguredComponent> |
getLinkedComponents() |
ConfiguredComponent |
getMotherComponent() |
String |
getName() |
Set<String> |
getReaders() |
ViewerComponent |
getViewerComponent()
Retrieve the metadata from the component registry for the class of this
component.
|
void |
setApplication(Application application) |
void |
setClassName(String className) |
void |
setConfig(String config) |
void |
setDetails(Map<String,String> details) |
void |
setId(Long id) |
void |
setLinkedComponents(List<ConfiguredComponent> linkedComponents) |
void |
setMotherComponent(ConfiguredComponent motherComponent) |
void |
setName(String name) |
void |
setReaders(Set<String> readers) |
org.json.JSONObject |
toJSON() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getClassName()
public void setClassName(String className)
public String getConfig()
public void setConfig(String config)
public Application getApplication()
public void setApplication(Application application)
public ConfiguredComponent getMotherComponent()
public void setMotherComponent(ConfiguredComponent motherComponent)
public List<ConfiguredComponent> getLinkedComponents()
public void setLinkedComponents(List<ConfiguredComponent> linkedComponents)
public ViewerComponent getViewerComponent()
public org.json.JSONObject toJSON()
throws org.json.JSONException
org.json.JSONExceptionpublic int compareTo(ConfiguredComponent rhs)
compareTo in interface Comparable<ConfiguredComponent>Copyright © 2017. All rights reserved.