public class BlueprintConfigEntityPK extends Object
Constructor and Description |
---|
BlueprintConfigEntityPK() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBlueprintName()
Get the name of the associated blueprint.
|
String |
getType()
Get the configuration type.
|
int |
hashCode() |
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setType(String type)
Set the configuration type.
|
public String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName
- blueprint namepublic String getType()
public void setType(String type)
type
- configuration typeCopyright © 2022 Apache Software Foundation. All rights reserved.