public abstract class AbstractBaseClass extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
abstractProp |
String |
abstractReadonly |
| Constructor and Description |
|---|
AbstractBaseClass() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAbstractProp() |
abstract String |
getAbstractReadonly() |
abstract void |
setAbstractProp(String $value) |
Copyright © 2024. All rights reserved.