Liferay 6.2-ce-ga5

com.liferay.portal.model
Class ListTypeConstants

java.lang.Object
  extended by com.liferay.portal.model.ListTypeConstants

public class ListTypeConstants
extends Object


Field Summary
static String ACCOUNT_ADDRESS
           
static int ACCOUNT_ADDRESS_DEFAULT
           
static String ACCOUNT_EMAIL_ADDRESS
           
static int ACCOUNT_EMAIL_ADDRESS_DEFAULT
           
static String ACCOUNT_PHONE
           
static String ACCOUNT_WEBSITE
           
static String ADDRESS
           
static String CONTACT_ADDRESS
           
static String CONTACT_EMAIL_ADDRESS
           
static int CONTACT_EMAIL_ADDRESS_DEFAULT
           
static String CONTACT_PHONE
           
static String CONTACT_PREFIX
           
static String CONTACT_SUFFIX
           
static String CONTACT_WEBSITE
           
static String EMAIL_ADDRESS
           
static String ORGANIZATION_ADDRESS
           
static String ORGANIZATION_EMAIL_ADDRESS
           
static String ORGANIZATION_PHONE
           
static String ORGANIZATION_SERVICE
           
static String ORGANIZATION_STATUS
           
static int ORGANIZATION_STATUS_DEFAULT
           
static String ORGANIZATION_WEBSITE
           
static String PHONE
           
static String WEBSITE
           
 
Constructor Summary
ListTypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDRESS

public static final String ADDRESS
See Also:
Constant Field Values

EMAIL_ADDRESS

public static final String EMAIL_ADDRESS
See Also:
Constant Field Values

PHONE

public static final String PHONE
See Also:
Constant Field Values

WEBSITE

public static final String WEBSITE
See Also:
Constant Field Values

ACCOUNT_ADDRESS

public static final String ACCOUNT_ADDRESS

ACCOUNT_ADDRESS_DEFAULT

public static final int ACCOUNT_ADDRESS_DEFAULT

ACCOUNT_EMAIL_ADDRESS

public static final String ACCOUNT_EMAIL_ADDRESS

ACCOUNT_EMAIL_ADDRESS_DEFAULT

public static final int ACCOUNT_EMAIL_ADDRESS_DEFAULT

ACCOUNT_PHONE

public static final String ACCOUNT_PHONE

ACCOUNT_WEBSITE

public static final String ACCOUNT_WEBSITE

CONTACT_ADDRESS

public static final String CONTACT_ADDRESS

CONTACT_EMAIL_ADDRESS

public static final String CONTACT_EMAIL_ADDRESS

CONTACT_EMAIL_ADDRESS_DEFAULT

public static final int CONTACT_EMAIL_ADDRESS_DEFAULT

CONTACT_PHONE

public static final String CONTACT_PHONE

CONTACT_PREFIX

public static final String CONTACT_PREFIX

CONTACT_SUFFIX

public static final String CONTACT_SUFFIX

CONTACT_WEBSITE

public static final String CONTACT_WEBSITE

ORGANIZATION_ADDRESS

public static final String ORGANIZATION_ADDRESS

ORGANIZATION_EMAIL_ADDRESS

public static final String ORGANIZATION_EMAIL_ADDRESS

ORGANIZATION_PHONE

public static final String ORGANIZATION_PHONE

ORGANIZATION_SERVICE

public static final String ORGANIZATION_SERVICE

ORGANIZATION_STATUS

public static final String ORGANIZATION_STATUS

ORGANIZATION_STATUS_DEFAULT

public static final int ORGANIZATION_STATUS_DEFAULT

ORGANIZATION_WEBSITE

public static final String ORGANIZATION_WEBSITE
Constructor Detail

ListTypeConstants

public ListTypeConstants()

Liferay 6.2-ce-ga5