public abstract class BaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
BaseProfilePluginInfo(java.lang.String pluginType,
java.lang.String pluginName,
java.lang.String displayName,
java.util.List<PropertyInfoType> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName() |
java.lang.String |
getPluginName() |
java.lang.String |
getPluginType() |
java.util.List<PropertyInfoType> |
getProperties() |
int |
hashCode() |
protected BaseProfilePluginInfo(@NotNull java.lang.String pluginType, @NotNull java.lang.String pluginName, @NotNull java.lang.String displayName, @NotNull java.util.List<PropertyInfoType> properties)
@NotNull public java.lang.String getPluginType()
@NotNull public java.lang.String getPluginName()
@NotNull public java.lang.String getDisplayName()
@NotNull public java.util.List<PropertyInfoType> getProperties()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object