Liferay 6.0.3

com.liferay.portal.model
Interface Account

All Superinterfaces:
AccountModel, BaseModel<Account>, Cloneable, Comparable<Account>, Serializable
All Known Implementing Classes:
AccountImpl, AccountWrapper

public interface Account
extends AccountModel

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

Customize AccountImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
AccountModel, AccountImpl, AccountModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.AccountModel
clone, compareTo, getAccountId, getCompanyId, getCreateDate, getExpandoBridge, getIndustry, getLegalId, getLegalName, getLegalType, getModifiedDate, getName, getParentAccountId, getPrimaryKey, getPrimaryKeyObj, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setAccountId, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setIndustry, setLegalId, setLegalName, setLegalType, setModifiedDate, setName, setNew, setParentAccountId, setPrimaryKey, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3