public class SubClass extends BaseClass
Modifier and Type | Field and Description |
---|---|
String |
fullName |
backedProp, firstName, lastName
Constructor and Description |
---|
SubClass() |
Modifier and Type | Method and Description |
---|---|
String |
getFullName() |
getBackedProp, getFirstName, getLastName, setBackedProp, setFirstName, setLastName
public String fullName
public String getFullName()
getFullName
in class BaseClass
Copyright © 2024. All rights reserved.