ZMObject
|
+--ZMFormBean
|
+--ZMRegistrationForm
public class ZMRegistrationForm
extends ZMFormBean
| Fields inherited from org.zenmagick.rp.ZMFormBean | |
|---|---|
| fields_, tables_ | |
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| ZMAccount | Get a populated ZMAccount instance. |
| ZMAddress | Get a populated ZMAddress instance. |
| Methods inherited from org.zenmagick.rp.ZMFormBean | |
|---|---|
| addFields, addTables, populate | |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMRegistrationForm()
Create new instance. /
public ZMAccount getAccount()
Get a populated ZMAccount instance.
public ZMAddress getAddress()
Get a populated ZMAddress instance.
A registration form (bean).