Liferay 6.0.5

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

The model interface for the Account service. Represents a row in the "Account_" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to AccountImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a account model instance should use the Account interface instead.

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.5