@JSON(strict=true)
public class CompanyModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>
implements com.liferay.portal.kernel.model.CompanyModel
This implementation and its corresponding interface CompanyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in CompanyImpl.
CompanyImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
LOCK_EXPIRATION_TIME |
static long |
LOGOID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
MX_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static long |
SYSTEM_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
WEBID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
| Constructor and Description |
|---|
CompanyModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
com.liferay.portal.kernel.model.Company |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.portal.kernel.model.Company company) |
boolean |
equals(Object object) |
boolean |
getActive() |
Map<String,Function<com.liferay.portal.kernel.model.Company,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.portal.kernel.model.Company,Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
CompanyImpl.CompanySecurityBag |
getCompanySecurityBag() |
Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getHomeURL() |
String |
getIndustry() |
String |
getLegalId() |
String |
getLegalName() |
String |
getLegalType() |
long |
getLogoId() |
int |
getMaxUsers() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getMx() |
String |
getName() |
long |
getOriginalLogoId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalMx()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalSystem()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalWebId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSicCode() |
String |
getSize() |
boolean |
getSystem() |
String |
getTickerSymbol() |
String |
getType() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getVirtualHostname() |
String |
getWebId() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isActive() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isSystem() |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setCompanyId(long companyId) |
void |
setCompanySecurityBag(CompanyImpl.CompanySecurityBag companySecurityBag) |
void |
setCreateDate(Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setHomeURL(String homeURL) |
void |
setIndustry(String industry) |
void |
setLegalId(String legalId) |
void |
setLegalName(String legalName) |
void |
setLegalType(String legalType) |
void |
setLogoId(long logoId) |
void |
setMaxUsers(int maxUsers) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setMx(String mx) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSicCode(String sicCode) |
void |
setSize(String size) |
void |
setSystem(boolean system) |
void |
setTickerSymbol(String tickerSymbol) |
void |
setType(String type) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setVirtualHostname(String virtualHostname) |
void |
setWebId(String webId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Company> |
toCacheModel() |
com.liferay.portal.kernel.model.Company |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long LOGOID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long MX_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long SYSTEM_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long WEBID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.CompanyModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.CompanyModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public Map<String,Function<com.liferay.portal.kernel.model.Company,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>public Map<String,BiConsumer<com.liferay.portal.kernel.model.Company,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.CompanyModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.CompanyModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.CompanyModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.CompanyModel@JSON public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface com.liferay.portal.kernel.model.CompanyModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface com.liferay.portal.kernel.model.CompanyModelpublic String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface com.liferay.portal.kernel.model.CompanyModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface com.liferay.portal.kernel.model.CompanyModelpublic void setUserName(String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface com.liferay.portal.kernel.model.CompanyModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.CompanyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.CompanyModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.CompanyModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getWebId()
getWebId in interface com.liferay.portal.kernel.model.CompanyModelpublic void setWebId(String webId)
setWebId in interface com.liferay.portal.kernel.model.CompanyModel@Deprecated public String getOriginalWebId()
getColumnOriginalValue(String)@JSON public String getMx()
getMx in interface com.liferay.portal.kernel.model.CompanyModelpublic void setMx(String mx)
setMx in interface com.liferay.portal.kernel.model.CompanyModel@Deprecated public String getOriginalMx()
getColumnOriginalValue(String)@JSON public String getHomeURL()
getHomeURL in interface com.liferay.portal.kernel.model.CompanyModelpublic void setHomeURL(String homeURL)
setHomeURL in interface com.liferay.portal.kernel.model.CompanyModel@JSON public long getLogoId()
getLogoId in interface com.liferay.portal.kernel.model.CompanyModelpublic void setLogoId(long logoId)
setLogoId in interface com.liferay.portal.kernel.model.CompanyModel@Deprecated public long getOriginalLogoId()
getColumnOriginalValue(String)@JSON public boolean getSystem()
getSystem in interface com.liferay.portal.kernel.model.CompanyModel@JSON public boolean isSystem()
isSystem in interface com.liferay.portal.kernel.model.CompanyModelpublic void setSystem(boolean system)
setSystem in interface com.liferay.portal.kernel.model.CompanyModel@Deprecated public boolean getOriginalSystem()
getColumnOriginalValue(String)@JSON public int getMaxUsers()
getMaxUsers in interface com.liferay.portal.kernel.model.CompanyModelpublic void setMaxUsers(int maxUsers)
setMaxUsers in interface com.liferay.portal.kernel.model.CompanyModel@JSON public boolean getActive()
getActive in interface com.liferay.portal.kernel.model.CompanyModel@JSON public boolean isActive()
isActive in interface com.liferay.portal.kernel.model.CompanyModelpublic void setActive(boolean active)
setActive in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getName()
getName in interface com.liferay.portal.kernel.model.CompanyModelpublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getLegalName()
getLegalName in interface com.liferay.portal.kernel.model.CompanyModelpublic void setLegalName(String legalName)
setLegalName in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getLegalId()
getLegalId in interface com.liferay.portal.kernel.model.CompanyModelpublic void setLegalId(String legalId)
setLegalId in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getLegalType()
getLegalType in interface com.liferay.portal.kernel.model.CompanyModelpublic void setLegalType(String legalType)
setLegalType in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getSicCode()
getSicCode in interface com.liferay.portal.kernel.model.CompanyModelpublic void setSicCode(String sicCode)
setSicCode in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getTickerSymbol()
getTickerSymbol in interface com.liferay.portal.kernel.model.CompanyModelpublic void setTickerSymbol(String tickerSymbol)
setTickerSymbol in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getIndustry()
getIndustry in interface com.liferay.portal.kernel.model.CompanyModelpublic void setIndustry(String industry)
setIndustry in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getType()
getType in interface com.liferay.portal.kernel.model.CompanyModelpublic void setType(String type)
setType in interface com.liferay.portal.kernel.model.CompanyModel@JSON public String getSize()
getSize in interface com.liferay.portal.kernel.model.CompanyModelpublic void setSize(String size)
setSize in interface com.liferay.portal.kernel.model.CompanyModelpublic CompanyImpl.CompanySecurityBag getCompanySecurityBag()
public void setCompanySecurityBag(CompanyImpl.CompanySecurityBag companySecurityBag)
public String getVirtualHostname()
public void setVirtualHostname(String virtualHostname)
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public com.liferay.portal.kernel.model.Company toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public com.liferay.portal.kernel.model.Company cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>cloneWithOriginalValues in interface com.liferay.portal.kernel.model.CompanyModelpublic int compareTo(com.liferay.portal.kernel.model.Company company)
compareTo in interface Comparable<com.liferay.portal.kernel.model.Company>public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Company> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)