public interface GetPersonCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
ShowPersonType |
getShowPerson()
Provide a get method to get the result (ShowPersonType BOD)
|
void |
setGetPerson(GetPersonType getPerson)
A set method for GetPerson
|
static final java.lang.String COPYRIGHT
void setGetPerson(GetPersonType getPerson)
getPerson
- the GetPerson BOD that GetPersonCmd would executeShowPersonType getShowPerson()