@ProviderType public interface CompanyModel extends AuditedModel, BaseModel<Company>, MVCCModel
This interface and its corresponding implementation com.liferay.portal.model.impl.CompanyModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.CompanyImpl
.
Company
Modifier and Type | Method and Description |
---|---|
Company |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this company.
|
long |
getCompanyId()
Returns the company ID of this company.
|
Date |
getCreateDate()
Returns the create date of this company.
|
String |
getHomeURL()
Returns the home url of this company.
|
String |
getIndexNameCurrent()
Returns the index name current of this company.
|
String |
getIndexNameNext()
Returns the index name next of this company.
|
String |
getIndustry()
Returns the industry of this company.
|
String |
getLegalId()
Returns the legal ID of this company.
|
String |
getLegalName()
Returns the legal name of this company.
|
String |
getLegalType()
Returns the legal type of this company.
|
long |
getLogoId()
Returns the logo ID of this company.
|
int |
getMaxUsers()
Returns the max users of this company.
|
Date |
getModifiedDate()
Returns the modified date of this company.
|
long |
getMvccVersion()
Returns the mvcc version of this company.
|
String |
getMx()
Returns the mx of this company.
|
String |
getName()
Returns the name of this company.
|
long |
getPrimaryKey()
Returns the primary key of this company.
|
String |
getSicCode()
Returns the sic code of this company.
|
String |
getSize()
Returns the size of this company.
|
String |
getTickerSymbol()
Returns the ticker symbol of this company.
|
String |
getType()
Returns the type of this company.
|
long |
getUserId()
Returns the user ID of this company.
|
String |
getUserName()
Returns the user name of this company.
|
String |
getUserUuid()
Returns the user uuid of this company.
|
String |
getWebId()
Returns the web ID of this company.
|
boolean |
isActive()
Returns
true if this company is active. |
void |
setActive(boolean active)
Sets whether this company is active.
|
void |
setCompanyId(long companyId)
Sets the company ID of this company.
|
void |
setCreateDate(Date createDate)
Sets the create date of this company.
|
void |
setHomeURL(String homeURL)
Sets the home url of this company.
|
void |
setIndexNameCurrent(String indexNameCurrent)
Sets the index name current of this company.
|
void |
setIndexNameNext(String indexNameNext)
Sets the index name next of this company.
|
void |
setIndustry(String industry)
Sets the industry of this company.
|
void |
setLegalId(String legalId)
Sets the legal ID of this company.
|
void |
setLegalName(String legalName)
Sets the legal name of this company.
|
void |
setLegalType(String legalType)
Sets the legal type of this company.
|
void |
setLogoId(long logoId)
Sets the logo ID of this company.
|
void |
setMaxUsers(int maxUsers)
Sets the max users of this company.
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this company.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this company.
|
void |
setMx(String mx)
Sets the mx of this company.
|
void |
setName(String name)
Sets the name of this company.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this company.
|
void |
setSicCode(String sicCode)
Sets the sic code of this company.
|
void |
setSize(String size)
Sets the size of this company.
|
void |
setTickerSymbol(String tickerSymbol)
Sets the ticker symbol of this company.
|
void |
setType(String type)
Sets the type of this company.
|
void |
setUserId(long userId)
Sets the user ID of this company.
|
void |
setUserName(String userName)
Sets the user name of this company.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this company.
|
void |
setWebId(String webId)
Sets the web ID of this company.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this companylong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this companylong getCompanyId()
getCompanyId
in interface AuditedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
companyId
- the company ID of this companylong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this companyString getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this company@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this companyDate getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this companyDate getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this company@AutoEscape String getWebId()
void setWebId(String webId)
webId
- the web ID of this company@AutoEscape String getMx()
void setMx(String mx)
mx
- the mx of this company@AutoEscape String getHomeURL()
void setHomeURL(String homeURL)
homeURL
- the home url of this companylong getLogoId()
void setLogoId(long logoId)
logoId
- the logo ID of this companyint getMaxUsers()
void setMaxUsers(int maxUsers)
maxUsers
- the max users of this companyboolean getActive()
boolean isActive()
true
if this company is active.true
if this company is active; false
otherwisevoid setActive(boolean active)
active
- the active of this company@AutoEscape String getName()
void setName(String name)
name
- the name of this company@AutoEscape String getLegalName()
void setLegalName(String legalName)
legalName
- the legal name of this company@AutoEscape String getLegalId()
void setLegalId(String legalId)
legalId
- the legal ID of this company@AutoEscape String getLegalType()
void setLegalType(String legalType)
legalType
- the legal type of this company@AutoEscape String getSicCode()
void setSicCode(String sicCode)
sicCode
- the sic code of this company@AutoEscape String getTickerSymbol()
void setTickerSymbol(String tickerSymbol)
tickerSymbol
- the ticker symbol of this company@AutoEscape String getIndustry()
void setIndustry(String industry)
industry
- the industry of this company@AutoEscape String getType()
void setType(String type)
type
- the type of this company@AutoEscape String getSize()
void setSize(String size)
size
- the size of this company@AutoEscape String getIndexNameCurrent()
void setIndexNameCurrent(String indexNameCurrent)
indexNameCurrent
- the index name current of this company@AutoEscape String getIndexNameNext()
void setIndexNameNext(String indexNameNext)
indexNameNext
- the index name next of this companyCompany cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<Company>
default String toXmlString()