com.liferay.portal.model.impl
Class ListTypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portal.model.impl.ListTypeModelImpl
          extended by com.liferay.portal.model.impl.ListTypeImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portal.model.ListType, com.liferay.portal.model.ListTypeModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class ListTypeImpl
extends ListTypeModelImpl
implements com.liferay.portal.model.ListType

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String ACCOUNT_ADDRESS
           
static int ACCOUNT_ADDRESS_DEFAULT
           
static java.lang.String ACCOUNT_EMAIL_ADDRESS
           
static int ACCOUNT_EMAIL_ADDRESS_DEFAULT
           
static java.lang.String ACCOUNT_PHONE
           
static java.lang.String ACCOUNT_WEBSITE
           
static java.lang.String ADDRESS
           
static java.lang.String CONTACT_ADDRESS
           
static java.lang.String CONTACT_EMAIL_ADDRESS
           
static int CONTACT_EMAIL_ADDRESS_DEFAULT
           
static java.lang.String CONTACT_PHONE
           
static java.lang.String CONTACT_PREFIX
           
static java.lang.String CONTACT_SUFFIX
           
static java.lang.String CONTACT_WEBSITE
           
static java.lang.String EMAIL_ADDRESS
           
static java.lang.String ORGANIZATION_ADDRESS
           
static java.lang.String ORGANIZATION_EMAIL_ADDRESS
           
static java.lang.String ORGANIZATION_PHONE
           
static java.lang.String ORGANIZATION_SERVICE
           
static java.lang.String ORGANIZATION_STATUS
           
static int ORGANIZATION_STATUS_DEFAULT
           
static java.lang.String ORGANIZATION_WEBSITE
           
static java.lang.String PHONE
           
static java.lang.String WEBSITE
           
 
Fields inherited from class com.liferay.portal.model.impl.ListTypeModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ListTypeImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ListTypeModelImpl
clone, compareTo, equals, getListTypeId, getName, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, setListTypeId, setName, setPrimaryKey, setType, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ListTypeModel
getListTypeId, getName, getPrimaryKey, getType, setListTypeId, setName, setPrimaryKey, setType, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

ADDRESS

public static final java.lang.String ADDRESS
See Also:
Constant Field Values

EMAIL_ADDRESS

public static final java.lang.String EMAIL_ADDRESS
See Also:
Constant Field Values

PHONE

public static final java.lang.String PHONE
See Also:
Constant Field Values

WEBSITE

public static final java.lang.String WEBSITE
See Also:
Constant Field Values

ACCOUNT_ADDRESS

public static final java.lang.String ACCOUNT_ADDRESS

ACCOUNT_ADDRESS_DEFAULT

public static final int ACCOUNT_ADDRESS_DEFAULT

ACCOUNT_EMAIL_ADDRESS

public static final java.lang.String ACCOUNT_EMAIL_ADDRESS

ACCOUNT_EMAIL_ADDRESS_DEFAULT

public static final int ACCOUNT_EMAIL_ADDRESS_DEFAULT

ACCOUNT_PHONE

public static final java.lang.String ACCOUNT_PHONE

ACCOUNT_WEBSITE

public static final java.lang.String ACCOUNT_WEBSITE

CONTACT_ADDRESS

public static final java.lang.String CONTACT_ADDRESS

CONTACT_EMAIL_ADDRESS

public static final java.lang.String CONTACT_EMAIL_ADDRESS

CONTACT_EMAIL_ADDRESS_DEFAULT

public static final int CONTACT_EMAIL_ADDRESS_DEFAULT

CONTACT_PHONE

public static final java.lang.String CONTACT_PHONE

CONTACT_PREFIX

public static final java.lang.String CONTACT_PREFIX

CONTACT_SUFFIX

public static final java.lang.String CONTACT_SUFFIX

CONTACT_WEBSITE

public static final java.lang.String CONTACT_WEBSITE

ORGANIZATION_ADDRESS

public static final java.lang.String ORGANIZATION_ADDRESS

ORGANIZATION_EMAIL_ADDRESS

public static final java.lang.String ORGANIZATION_EMAIL_ADDRESS

ORGANIZATION_PHONE

public static final java.lang.String ORGANIZATION_PHONE

ORGANIZATION_SERVICE

public static final java.lang.String ORGANIZATION_SERVICE

ORGANIZATION_STATUS

public static final java.lang.String ORGANIZATION_STATUS

ORGANIZATION_STATUS_DEFAULT

public static final int ORGANIZATION_STATUS_DEFAULT

ORGANIZATION_WEBSITE

public static final java.lang.String ORGANIZATION_WEBSITE
Constructor Detail

ListTypeImpl

public ListTypeImpl()