@Entity public class ExtensionLinkEntity extends Object
ExtensionLinkEntity
class is used to model the extensions linked to the stack.
An extension version is like a stack version but it contains custom services. Linking an extension
version to the current stack version allows the cluster to install the custom services contained in
the extension version.Constructor and Description |
---|
ExtensionLinkEntity()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
ExtensionEntity |
getExtension() |
Long |
getLinkId() |
StackEntity |
getStack() |
int |
hashCode() |
void |
setExtension(ExtensionEntity extension) |
void |
setLinkId(Long linkId) |
void |
setStack(StackEntity stack) |
String |
toString() |
public Long getLinkId()
public void setLinkId(Long linkId)
public StackEntity getStack()
public void setStack(StackEntity stack)
public ExtensionEntity getExtension()
public void setExtension(ExtensionEntity extension)
Copyright © 2022 Apache Software Foundation. All rights reserved.