@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 |
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.
|
boolean |
getSystem()
Returns the system 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. |
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(Date createDate)
Sets the create date of this company.
|
void |
setHomeURL(String homeURL)
Sets the home url 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 |
setSystem(boolean system)
Sets whether this company is system.
|
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.
|
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 companyString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this company@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this companyDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this companyDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - 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 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 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 companyCompany cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<Company>