public class AbstractImplementationInformation extends Object
Modifier and Type | Field and Description |
---|---|
private String |
beanId |
private String |
descriptionKey |
private boolean |
readOnly |
Constructor and Description |
---|
AbstractImplementationInformation() |
AbstractImplementationInformation(String beanId,
String descriptionKey,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBeanId() |
String |
getDescriptionKey() |
int |
hashCode() |
boolean |
isReadOnly() |
void |
setBeanId(String beanId) |
void |
setDescriptionKey(String descriptionKey) |
void |
setReadOnly(boolean readOnly) |
String |
toString() |
private String descriptionKey
private boolean readOnly
public AbstractImplementationInformation()
public AbstractImplementationInformation(String beanId, String descriptionKey, boolean readOnly)
public String getDescriptionKey()
public void setDescriptionKey(String descriptionKey)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.