public class AbstractImplementationInformation extends Object
| 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() | 
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–2019 The Apache Software Foundation. All rights reserved.