|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Company>
com.liferay.portal.model.impl.CompanyModelImpl
public class CompanyModelImpl
This interface is a model that represents the Company table in the database.
CompanyImpl,
Company,
CompanyModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
CompanyModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Company company)
|
boolean |
equals(Object obj)
|
long |
getAccountId()
|
long |
getCompanyId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getHomeURL()
|
String |
getKey()
|
long |
getLogoId()
|
int |
getMaxUsers()
|
String |
getMx()
|
long |
getOriginalLogoId()
|
String |
getOriginalMx()
|
String |
getOriginalVirtualHost()
|
String |
getOriginalWebId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getSystem()
|
String |
getVirtualHost()
|
String |
getWebId()
|
int |
hashCode()
|
boolean |
isSystem()
|
void |
setAccountId(long accountId)
|
void |
setCompanyId(long companyId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setHomeURL(String homeURL)
|
void |
setKey(String key)
|
void |
setLogoId(long logoId)
|
void |
setMaxUsers(int maxUsers)
|
void |
setMx(String mx)
|
void |
setPrimaryKey(long pk)
|
void |
setSystem(boolean system)
|
void |
setVirtualHost(String virtualHost)
|
void |
setWebId(String webId)
|
Company |
toEscapedModel()
|
static Company |
toModel(CompanySoap soapModel)
|
static List<Company> |
toModels(CompanySoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.CompanyModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public CompanyModelImpl()
| Method Detail |
|---|
public static Company toModel(CompanySoap soapModel)
public static List<Company> toModels(CompanySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface CompanyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface CompanyModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Company>getPrimaryKeyObj in interface CompanyModelpublic long getCompanyId()
getCompanyId in interface CompanyModelpublic void setCompanyId(long companyId)
setCompanyId in interface CompanyModelpublic long getAccountId()
getAccountId in interface CompanyModelpublic void setAccountId(long accountId)
setAccountId in interface CompanyModelpublic String getWebId()
getWebId in interface CompanyModelpublic void setWebId(String webId)
setWebId in interface CompanyModelpublic String getOriginalWebId()
public String getKey()
getKey in interface CompanyModelpublic void setKey(String key)
setKey in interface CompanyModelpublic String getVirtualHost()
getVirtualHost in interface CompanyModelpublic void setVirtualHost(String virtualHost)
setVirtualHost in interface CompanyModelpublic String getOriginalVirtualHost()
public String getMx()
getMx in interface CompanyModelpublic void setMx(String mx)
setMx in interface CompanyModelpublic String getOriginalMx()
public String getHomeURL()
getHomeURL in interface CompanyModelpublic void setHomeURL(String homeURL)
setHomeURL in interface CompanyModelpublic long getLogoId()
getLogoId in interface CompanyModelpublic void setLogoId(long logoId)
setLogoId in interface CompanyModelpublic long getOriginalLogoId()
public boolean getSystem()
getSystem in interface CompanyModelpublic boolean isSystem()
isSystem in interface CompanyModelpublic void setSystem(boolean system)
setSystem in interface CompanyModelpublic int getMaxUsers()
getMaxUsers in interface CompanyModelpublic void setMaxUsers(int maxUsers)
setMaxUsers in interface CompanyModelpublic Company toEscapedModel()
toEscapedModel in interface CompanyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Company>getExpandoBridge in interface CompanyModelgetExpandoBridge in class BaseModelImpl<Company>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Company>setExpandoBridgeAttributes in interface CompanyModelsetExpandoBridgeAttributes in class BaseModelImpl<Company>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Company>clone in interface CompanyModelclone in class BaseModelImpl<Company>public int compareTo(Company company)
compareTo in interface CompanyModelcompareTo in interface Comparable<Company>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface CompanyModelhashCode in class Objectpublic String toString()
toString in interface CompanyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Company>toXmlString in interface CompanyModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||