@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 FormModifier 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 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 |
getIndexNameCurrent() |
String |
getIndexNameNext() |
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) |
String |
getOriginalWebId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSicCode() |
String |
getSize() |
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
|
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 |
setIndexNameCurrent(String indexNameCurrent) |
void |
setIndexNameNext(String indexNameNext) |
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 |
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() |
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 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.CompanyModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.CompanyModel
public 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.ClassedModel
public 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.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public 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.CompanyModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.CompanyModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.CompanyModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface com.liferay.portal.kernel.model.CompanyModel
public void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface com.liferay.portal.kernel.model.CompanyModel
public String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface com.liferay.portal.kernel.model.CompanyModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface com.liferay.portal.kernel.model.CompanyModel
public void setUserName(String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.CompanyModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.CompanyModel
public boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public String getWebId()
getWebId
in interface com.liferay.portal.kernel.model.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public void setLogoId(long logoId)
setLogoId
in interface com.liferay.portal.kernel.model.CompanyModel
@Deprecated public long getOriginalLogoId()
getColumnOriginalValue(String)
@JSON public int getMaxUsers()
getMaxUsers
in interface com.liferay.portal.kernel.model.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public 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.CompanyModel
public void setSize(String size)
setSize
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public String getIndexNameCurrent()
getIndexNameCurrent
in interface com.liferay.portal.kernel.model.CompanyModel
public void setIndexNameCurrent(String indexNameCurrent)
setIndexNameCurrent
in interface com.liferay.portal.kernel.model.CompanyModel
@JSON public String getIndexNameNext()
getIndexNameNext
in interface com.liferay.portal.kernel.model.CompanyModel
public void setIndexNameNext(String indexNameNext)
setIndexNameNext
in interface com.liferay.portal.kernel.model.CompanyModel
public 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.ClassedModel
getExpandoBridge
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.CompanyModel
public 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 Object
public 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 Object
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)