com.liferay.portal.model.impl
Class AccountImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portal.model.impl.AccountModelImpl
          extended bycom.liferay.portal.model.impl.AccountImpl
All Implemented Interfaces:
com.liferay.portal.model.Account, com.liferay.portal.model.AccountModel, com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class AccountImpl
extends AccountModelImpl
implements com.liferay.portal.model.Account

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static long DEFAULT_PARENT_ACCOUNT_ID
           
 
Fields inherited from class com.liferay.portal.model.impl.AccountModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_INDUSTRY, XSS_ALLOW_LEGALID, XSS_ALLOW_LEGALNAME, XSS_ALLOW_LEGALTYPE, XSS_ALLOW_NAME, XSS_ALLOW_SICCODE, XSS_ALLOW_SIZE, XSS_ALLOW_TICKERSYMBOL, XSS_ALLOW_TYPE, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
AccountImpl()
           
 
Methods inherited from class com.liferay.portal.model.impl.AccountModelImpl
clone, compareTo, equals, getAccountId, getCompanyId, getCreateDate, getIndustry, getLegalId, getLegalName, getLegalType, getModifiedDate, getName, getParentAccountId, getPrimaryKey, getPrimaryKeyObj, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, hashCode, setAccountId, setCompanyId, setCreateDate, setIndustry, setLegalId, setLegalName, setLegalType, setModifiedDate, setName, setParentAccountId, setPrimaryKey, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.AccountModel
getAccountId, getCompanyId, getCreateDate, getIndustry, getLegalId, getLegalName, getLegalType, getModifiedDate, getName, getParentAccountId, getPrimaryKey, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, setAccountId, setCompanyId, setCreateDate, setIndustry, setLegalId, setLegalName, setLegalType, setModifiedDate, setName, setParentAccountId, setPrimaryKey, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DEFAULT_PARENT_ACCOUNT_ID

public static final long DEFAULT_PARENT_ACCOUNT_ID
See Also:
Constant Field Values
Constructor Detail

AccountImpl

public AccountImpl()