@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.
|
java.util.Date |
getCreateDate()
Returns the create date of this company.
|
java.lang.String |
getHomeURL()
Returns the home url of this company.
|
java.lang.String |
getIndustry()
Returns the industry of this company.
|
java.lang.String |
getLegalId()
Returns the legal ID of this company.
|
java.lang.String |
getLegalName()
Returns the legal name of this company.
|
java.lang.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.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this company.
|
long |
getMvccVersion()
Returns the mvcc version of this company.
|
java.lang.String |
getMx()
Returns the mx of this company.
|
java.lang.String |
getName()
Returns the name of this company.
|
long |
getPrimaryKey()
Returns the primary key of this company.
|
java.lang.String |
getSicCode()
Returns the sic code of this company.
|
java.lang.String |
getSize()
Returns the size of this company.
|
boolean |
getSystem()
Returns the system of this company.
|
java.lang.String |
getTickerSymbol()
Returns the ticker symbol of this company.
|
java.lang.String |
getType()
Returns the type of this company.
|
long |
getUserId()
Returns the user ID of this company.
|
java.lang.String |
getUserName()
Returns the user name of this company.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this company.
|
java.lang.String |
getWebId()
Returns the web ID of this company.
|
boolean |
isActive()
Returns
true if this company is active. |
boolean |
isSystem()
Returns
true if this company is system. |
void |
setActive(boolean active)
Sets whether this company is active.
|
void |
setCompanyId(long companyId)
Sets the company ID of this company.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this company.
|
void |
setHomeURL(java.lang.String homeURL)
Sets the home url of this company.
|
void |
setIndustry(java.lang.String industry)
Sets the industry of this company.
|
void |
setLegalId(java.lang.String legalId)
Sets the legal ID of this company.
|
void |
setLegalName(java.lang.String legalName)
Sets the legal name of this company.
|
void |
setLegalType(java.lang.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(java.util.Date modifiedDate)
Sets the modified date of this company.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this company.
|
void |
setMx(java.lang.String mx)
Sets the mx of this company.
|
void |
setName(java.lang.String name)
Sets the name of this company.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this company.
|
void |
setSicCode(java.lang.String sicCode)
Sets the sic code of this company.
|
void |
setSize(java.lang.String size)
Sets the size of this company.
|
void |
setSystem(boolean system)
Sets whether this company is system.
|
void |
setTickerSymbol(java.lang.String tickerSymbol)
Sets the ticker symbol of this company.
|
void |
setType(java.lang.String type)
Sets the type of this company.
|
void |
setUserId(long userId)
Sets the user ID of this company.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this company.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this company.
|
void |
setWebId(java.lang.String webId)
Sets the web ID of this company.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this companylong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this companylong getCompanyId()
getCompanyId in interface AuditedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelcompanyId - the company ID of this companylong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this companyjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this company@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this companyjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this companyjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this company@AutoEscape java.lang.String getWebId()
void setWebId(java.lang.String webId)
webId - the web ID of this company@AutoEscape java.lang.String getMx()
void setMx(java.lang.String mx)
mx - the mx of this company@AutoEscape java.lang.String getHomeURL()
void setHomeURL(java.lang.String homeURL)
homeURL - the home url of this companylong getLogoId()
void setLogoId(long logoId)
logoId - the logo ID of this companyboolean getSystem()
boolean isSystem()
true if this company is system.true if this company is system; false otherwisevoid setSystem(boolean system)
system - the system 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 java.lang.String getName()
void setName(java.lang.String name)
name - the name of this company@AutoEscape java.lang.String getLegalName()
void setLegalName(java.lang.String legalName)
legalName - the legal name of this company@AutoEscape java.lang.String getLegalId()
void setLegalId(java.lang.String legalId)
legalId - the legal ID of this company@AutoEscape java.lang.String getLegalType()
void setLegalType(java.lang.String legalType)
legalType - the legal type of this company@AutoEscape java.lang.String getSicCode()
void setSicCode(java.lang.String sicCode)
sicCode - the sic code of this company@AutoEscape java.lang.String getTickerSymbol()
void setTickerSymbol(java.lang.String tickerSymbol)
tickerSymbol - the ticker symbol of this company@AutoEscape java.lang.String getIndustry()
void setIndustry(java.lang.String industry)
industry - the industry of this company@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type - the type of this company@AutoEscape java.lang.String getSize()
void setSize(java.lang.String size)
size - the size of this companyCompany cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<Company>