Interface CompanyModel

All Superinterfaces:
AuditedModel, BaseModel<Company>, ClassedModel, Cloneable, Comparable<Company>, MVCCModel, Serializable
All Known Subinterfaces:
Company
All Known Implementing Classes:
CompanyWrapper

@ProviderType public interface CompanyModel extends AuditedModel, BaseModel<Company>, MVCCModel
The base model interface for the Company service. Represents a row in the "Company" database table, with each column mapped to a property of this class.

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.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this company.
      Returns:
      the primary key of this company
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this company.
      Parameters:
      primaryKey - the primary key of this company
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this company.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this company
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this company.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this company
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this company.
      Specified by:
      getCompanyId in interface AuditedModel
      Returns:
      the company ID of this company
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this company.
      Specified by:
      setCompanyId in interface AuditedModel
      Parameters:
      companyId - the company ID of this company
    • getUserId

      long getUserId()
      Returns the user ID of this company.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this company
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this company.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this company
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this company.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this company
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this company.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this company
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this company.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this company
    • setUserName

      void setUserName(String userName)
      Sets the user name of this company.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this company
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this company.
      Specified by:
      getCreateDate in interface AuditedModel
      Returns:
      the create date of this company
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this company.
      Specified by:
      setCreateDate in interface AuditedModel
      Parameters:
      createDate - the create date of this company
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this company.
      Specified by:
      getModifiedDate in interface AuditedModel
      Returns:
      the modified date of this company
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this company.
      Specified by:
      setModifiedDate in interface AuditedModel
      Parameters:
      modifiedDate - the modified date of this company
    • getWebId

      @AutoEscape String getWebId()
      Returns the web ID of this company.
      Returns:
      the web ID of this company
    • setWebId

      void setWebId(String webId)
      Sets the web ID of this company.
      Parameters:
      webId - the web ID of this company
    • getMx

      Returns the mx of this company.
      Returns:
      the mx of this company
    • setMx

      void setMx(String mx)
      Sets the mx of this company.
      Parameters:
      mx - the mx of this company
    • getHomeURL

      @AutoEscape String getHomeURL()
      Returns the home url of this company.
      Returns:
      the home url of this company
    • setHomeURL

      void setHomeURL(String homeURL)
      Sets the home url of this company.
      Parameters:
      homeURL - the home url of this company
    • getLogoId

      long getLogoId()
      Returns the logo ID of this company.
      Returns:
      the logo ID of this company
    • setLogoId

      void setLogoId(long logoId)
      Sets the logo ID of this company.
      Parameters:
      logoId - the logo ID of this company
    • getMaxUsers

      int getMaxUsers()
      Returns the max users of this company.
      Returns:
      the max users of this company
    • setMaxUsers

      void setMaxUsers(int maxUsers)
      Sets the max users of this company.
      Parameters:
      maxUsers - the max users of this company
    • getActive

      boolean getActive()
      Returns the active of this company.
      Returns:
      the active of this company
    • isActive

      boolean isActive()
      Returns true if this company is active.
      Returns:
      true if this company is active; false otherwise
    • setActive

      void setActive(boolean active)
      Sets whether this company is active.
      Parameters:
      active - the active of this company
    • getName

      @AutoEscape String getName()
      Returns the name of this company.
      Returns:
      the name of this company
    • setName

      void setName(String name)
      Sets the name of this company.
      Parameters:
      name - the name of this company
    • getLegalName

      @AutoEscape String getLegalName()
      Returns the legal name of this company.
      Returns:
      the legal name of this company
    • setLegalName

      void setLegalName(String legalName)
      Sets the legal name of this company.
      Parameters:
      legalName - the legal name of this company
    • getLegalId

      @AutoEscape String getLegalId()
      Returns the legal ID of this company.
      Returns:
      the legal ID of this company
    • setLegalId

      void setLegalId(String legalId)
      Sets the legal ID of this company.
      Parameters:
      legalId - the legal ID of this company
    • getLegalType

      @AutoEscape String getLegalType()
      Returns the legal type of this company.
      Returns:
      the legal type of this company
    • setLegalType

      void setLegalType(String legalType)
      Sets the legal type of this company.
      Parameters:
      legalType - the legal type of this company
    • getSicCode

      @AutoEscape String getSicCode()
      Returns the sic code of this company.
      Returns:
      the sic code of this company
    • setSicCode

      void setSicCode(String sicCode)
      Sets the sic code of this company.
      Parameters:
      sicCode - the sic code of this company
    • getTickerSymbol

      @AutoEscape String getTickerSymbol()
      Returns the ticker symbol of this company.
      Returns:
      the ticker symbol of this company
    • setTickerSymbol

      void setTickerSymbol(String tickerSymbol)
      Sets the ticker symbol of this company.
      Parameters:
      tickerSymbol - the ticker symbol of this company
    • getIndustry

      @AutoEscape String getIndustry()
      Returns the industry of this company.
      Returns:
      the industry of this company
    • setIndustry

      void setIndustry(String industry)
      Sets the industry of this company.
      Parameters:
      industry - the industry of this company
    • getType

      @AutoEscape String getType()
      Returns the type of this company.
      Returns:
      the type of this company
    • setType

      void setType(String type)
      Sets the type of this company.
      Parameters:
      type - the type of this company
    • getSize

      @AutoEscape String getSize()
      Returns the size of this company.
      Returns:
      the size of this company
    • setSize

      void setSize(String size)
      Sets the size of this company.
      Parameters:
      size - the size of this company
    • getIndexNameCurrent

      @AutoEscape String getIndexNameCurrent()
      Returns the index name current of this company.
      Returns:
      the index name current of this company
    • setIndexNameCurrent

      void setIndexNameCurrent(String indexNameCurrent)
      Sets the index name current of this company.
      Parameters:
      indexNameCurrent - the index name current of this company
    • getIndexNameNext

      @AutoEscape String getIndexNameNext()
      Returns the index name next of this company.
      Returns:
      the index name next of this company
    • setIndexNameNext

      void setIndexNameNext(String indexNameNext)
      Sets the index name next of this company.
      Parameters:
      indexNameNext - the index name next of this company
    • cloneWithOriginalValues

      Company cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<Company>
    • toXmlString

      default String toXmlString()