public class ComposePersonFromDataBeanBaseCmdImpl extends ComposeMemberHelper
SDO
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ComposePersonFromDataBeanBaseCmdImpl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
PersonType |
getPerson()
Gets the person
|
void |
setPerson(PersonType person)
Sets the person
|
void |
setUserDataBean(UserDataBean userDB)
Sets the user data bean used to populate the
Person SDO |
public static final java.lang.String COPYRIGHT
public ComposePersonFromDataBeanBaseCmdImpl()
public final void setUserDataBean(UserDataBean userDB) throws ECException
Person SDO
userDB
- The user data beanECException
- if an error occurspublic PersonType getPerson()
public void setPerson(PersonType person)
person
- The person to be set