

Public Member Functions | |
| String | render (IConstructor constructor) |
| boolean | isRequired () |
| void | init (IConstructor constructor) |
| int | getOrder () |
| int | compareTo (IUserSummary o) |
Definition at line 40 of file ContactSummary.java.
| int org.turro.contacts.command.ContactSummary.compareTo | ( | IUserSummary | o | ) |
| int org.turro.contacts.command.ContactSummary.getOrder | ( | ) |
Implements org.turro.action.IUserSummary.
Definition at line 80 of file ContactSummary.java.

| void org.turro.contacts.command.ContactSummary.init | ( | IConstructor | constructor | ) |
Implements org.turro.action.IUserSummary.
Definition at line 55 of file ContactSummary.java.

| boolean org.turro.contacts.command.ContactSummary.isRequired | ( | ) |
Implements org.turro.action.IUserSummary.
Definition at line 50 of file ContactSummary.java.
| String org.turro.contacts.command.ContactSummary.render | ( | IConstructor | constructor | ) |
Implements org.turro.action.IUserSummary.
Definition at line 43 of file ContactSummary.java.
