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

Method Summary
 long getAccountId()
           
 long getCompanyId()
           
 java.lang.String getKey()
           
 long getLogoId()
           
 java.lang.String getMx()
           
 long getPrimaryKey()
           
 java.lang.String getVirtualHost()
           
 java.lang.String getWebId()
           
 void setAccountId(long accountId)
           
 void setCompanyId(long companyId)
           
 void setKey(java.lang.String key)
           
 void setLogoId(long logoId)
           
 void setMx(java.lang.String mx)
           
 void setPrimaryKey(long pk)
           
 void setVirtualHost(java.lang.String virtualHost)
           
 void setWebId(java.lang.String webId)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)