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:
Company, CompanyImpl, CompanyModelImpl

Method Summary
 long getAccountId()
           
 long getCompanyId()
           
 java.lang.String getHomeURL()
           
 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 setHomeURL(java.lang.String homeURL)
           
 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)
           
 Company toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getAccountId

long getAccountId()

setAccountId

void setAccountId(long accountId)

getWebId

java.lang.String getWebId()

setWebId

void setWebId(java.lang.String webId)

getKey

java.lang.String getKey()

setKey

void setKey(java.lang.String key)

getVirtualHost

java.lang.String getVirtualHost()

setVirtualHost

void setVirtualHost(java.lang.String virtualHost)

getMx

java.lang.String getMx()

setMx

void setMx(java.lang.String mx)

getHomeURL

java.lang.String getHomeURL()

setHomeURL

void setHomeURL(java.lang.String homeURL)

getLogoId

long getLogoId()

setLogoId

void setLogoId(long logoId)

toEscapedModel

Company toEscapedModel()