@Entity public class AmbariConfigurationEntity extends Object
Constructor and Description |
---|
AmbariConfigurationEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCategoryName() |
String |
getPropertyName() |
String |
getPropertyValue() |
int |
hashCode() |
void |
setCategoryName(String category) |
void |
setPropertyName(String propertyName) |
void |
setPropertyValue(String propertyValue) |
String |
toString() |
public String getCategoryName()
public void setCategoryName(String category)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
Copyright © 2022 Apache Software Foundation. All rights reserved.