Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Account

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

@ProviderType
public interface Account
extends AccountModel, PersistedModel

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

See Also:
AccountModel, AccountImpl, AccountModelImpl

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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setIndustry, setLegalId, setLegalName, setLegalType, setModifiedDate, setName, setNew, setParentAccountId, setPrimaryKey, setPrimaryKeyObj, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5