@Entity public class ExtensionEntity extends Object
ExtensionEntity
class is used to model an extension 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 |
---|
ExtensionEntity()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Long |
getExtensionId()
Gets the unique identifier for this extension.
|
String |
getExtensionName()
Gets the name of the extension.
|
String |
getExtensionVersion()
Gets the version of the extension.
|
int |
hashCode() |
void |
setExtensionName(String extensionName)
Sets the name of the extension.
|
void |
setExtensionVersion(String extensionVersion)
Sets the version of the extension.
|
String |
toString() |
public Long getExtensionId()
public String getExtensionName()
null
).public void setExtensionName(String extensionName)
extensionName
- the extension name (not null
).public String getExtensionVersion()
null
).public void setExtensionVersion(String extensionVersion)
extensionVersion
- the extension version (not null
).Copyright © 2022 Apache Software Foundation. All rights reserved.