Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Account

All Superinterfaces:
AccountModel, AuditedModel, BaseModel<Account>, ClassedModel, Cloneable, Comparable<Account>, MVCCModel, PersistedModel, Serializable, ShardedModel
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

Field Summary
static Accessor<Account,Long> ACCOUNT_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.AccountModel
clone, compareTo, getAccountId, getCompanyId, getCreateDate, getExpandoBridge, getIndustry, getLegalId, getLegalName, getLegalType, getModifiedDate, getMvccVersion, 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, setMvccVersion, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

ACCOUNT_ID_ACCESSOR

static final Accessor<Account,Long> ACCOUNT_ID_ACCESSOR

Liferay 7.0-ce-b4