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.service.model.impl.AccountImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.AccountModel
,
com.liferay.portal.service.model.impl.AccountImpl
,
com.liferay.portal.service.model.impl.AccountModelImpl
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 java.lang.Comparable |
compareTo |