com.liferay.portal.model
Interface CompanyModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- Company
- public interface CompanyModel
- extends BaseModel
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 Company
table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.Company
,
com.liferay.portal.service.model.impl.CompanyImpl
,
com.liferay.portal.service.model.impl.CompanyModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getAccountId
public long getAccountId()
setAccountId
public void setAccountId(long accountId)
getWebId
public java.lang.String getWebId()
setWebId
public void setWebId(java.lang.String webId)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getVirtualHost
public java.lang.String getVirtualHost()
setVirtualHost
public void setVirtualHost(java.lang.String virtualHost)
getMx
public java.lang.String getMx()
setMx
public void setMx(java.lang.String mx)
getLogoId
public long getLogoId()
setLogoId
public void setLogoId(long logoId)