com.wm.app.tn.profile
Interface FieldGroup

All Known Implementing Classes:
Address, Contact, Corporation, Destination, ID

public interface FieldGroup

The interface that is implemented by all standard components of the Profile.


Method Summary
 java.lang.String getErrorTemplate()
          for internal use only
 int getID()
           
 

Method Detail

getID

int getID()
Returns:
an integer ID for the type of field group (a.k.a. profile component). This is useful for client code that treats profile components generically as FieldGroups, but at some point needs to identify which specific FieldGroup it is dealing with. Constants for the FieldGroup IDs can be found in the Constants class. They all begin with PROFFLD_GROUPID.
See Also:
Constants

getErrorTemplate

java.lang.String getErrorTemplate()
for internal use only