com.liferay.portal.model
Interface Account

All Superinterfaces:
AccountModel, BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public interface Account
extends AccountModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Account table in the database.

Customize com.liferay.portal.model.impl.AccountImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
AccountModel, AccountImpl, AccountModelImpl

Method Summary
 
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, 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