@Entity public class PepComponent extends ComponentBase
id, urlsGSON_DEFAULT, GSON_PLAIN, GSON_PRETTY, version| Constructor and Description |
|---|
PepComponent()
Used for JPA.
|
PepComponent(ComponentId id)
Instantiates a new pep component.
|
| Modifier and Type | Method and Description |
|---|---|
List<PepInterfaceDescription> |
getInterfaceDescriptions()
Gets the interface descriptions.
|
List<ModifierInterfaceDescription> |
getModifierDescriptionList()
Gets the modifier description list.
|
void |
setInterfaceDescriptions(List<PepInterfaceDescription> interfaceDescriptions)
Sets the interface descriptions.
|
void |
setModifierDescriptionList(List<ModifierInterfaceDescription> modifierDescriptionList)
Sets the modifier description list.
|
addUrl, getId, getType, getUrls, getUrlsForProtocol, setId, setUrlsfromJson, getGson, getVersion, toJson, toStringpublic PepComponent()
public PepComponent(ComponentId id)
id - the idpublic List<PepInterfaceDescription> getInterfaceDescriptions()
public List<ModifierInterfaceDescription> getModifierDescriptionList()
public void setInterfaceDescriptions(List<PepInterfaceDescription> interfaceDescriptions)
interfaceDescriptions - the new interface descriptionspublic void setModifierDescriptionList(List<ModifierInterfaceDescription> modifierDescriptionList)
modifierDescriptionList - the new modifier description listCopyright © 2018. All rights reserved.