Interface OrgLaborModel

All Superinterfaces:
BaseModel<OrgLabor>, ClassedModel, Cloneable, Comparable<OrgLabor>, MVCCModel, Serializable, ShardedModel
All Known Subinterfaces:
OrgLabor
All Known Implementing Classes:
OrgLaborWrapper

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

This interface and its corresponding implementation com.liferay.portal.model.impl.OrgLaborModelImpl 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.OrgLaborImpl.

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

    • getPrimaryKey

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

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

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

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

      long getOrgLaborId()
      Returns the org labor ID of this org labor.
      Returns:
      the org labor ID of this org labor
    • setOrgLaborId

      void setOrgLaborId(long orgLaborId)
      Sets the org labor ID of this org labor.
      Parameters:
      orgLaborId - the org labor ID of this org labor
    • getCompanyId

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

      void setCompanyId(long companyId)
      Sets the company ID of this org labor.
      Specified by:
      setCompanyId in interface ShardedModel
      Parameters:
      companyId - the company ID of this org labor
    • getOrganizationId

      long getOrganizationId()
      Returns the organization ID of this org labor.
      Returns:
      the organization ID of this org labor
    • setOrganizationId

      void setOrganizationId(long organizationId)
      Sets the organization ID of this org labor.
      Parameters:
      organizationId - the organization ID of this org labor
    • getListTypeId

      long getListTypeId()
      Returns the list type ID of this org labor.
      Returns:
      the list type ID of this org labor
    • setListTypeId

      void setListTypeId(long listTypeId)
      Sets the list type ID of this org labor.
      Parameters:
      listTypeId - the list type ID of this org labor
    • getSunOpen

      int getSunOpen()
      Returns the sun open of this org labor.
      Returns:
      the sun open of this org labor
    • setSunOpen

      void setSunOpen(int sunOpen)
      Sets the sun open of this org labor.
      Parameters:
      sunOpen - the sun open of this org labor
    • getSunClose

      int getSunClose()
      Returns the sun close of this org labor.
      Returns:
      the sun close of this org labor
    • setSunClose

      void setSunClose(int sunClose)
      Sets the sun close of this org labor.
      Parameters:
      sunClose - the sun close of this org labor
    • getMonOpen

      int getMonOpen()
      Returns the mon open of this org labor.
      Returns:
      the mon open of this org labor
    • setMonOpen

      void setMonOpen(int monOpen)
      Sets the mon open of this org labor.
      Parameters:
      monOpen - the mon open of this org labor
    • getMonClose

      int getMonClose()
      Returns the mon close of this org labor.
      Returns:
      the mon close of this org labor
    • setMonClose

      void setMonClose(int monClose)
      Sets the mon close of this org labor.
      Parameters:
      monClose - the mon close of this org labor
    • getTueOpen

      int getTueOpen()
      Returns the tue open of this org labor.
      Returns:
      the tue open of this org labor
    • setTueOpen

      void setTueOpen(int tueOpen)
      Sets the tue open of this org labor.
      Parameters:
      tueOpen - the tue open of this org labor
    • getTueClose

      int getTueClose()
      Returns the tue close of this org labor.
      Returns:
      the tue close of this org labor
    • setTueClose

      void setTueClose(int tueClose)
      Sets the tue close of this org labor.
      Parameters:
      tueClose - the tue close of this org labor
    • getWedOpen

      int getWedOpen()
      Returns the wed open of this org labor.
      Returns:
      the wed open of this org labor
    • setWedOpen

      void setWedOpen(int wedOpen)
      Sets the wed open of this org labor.
      Parameters:
      wedOpen - the wed open of this org labor
    • getWedClose

      int getWedClose()
      Returns the wed close of this org labor.
      Returns:
      the wed close of this org labor
    • setWedClose

      void setWedClose(int wedClose)
      Sets the wed close of this org labor.
      Parameters:
      wedClose - the wed close of this org labor
    • getThuOpen

      int getThuOpen()
      Returns the thu open of this org labor.
      Returns:
      the thu open of this org labor
    • setThuOpen

      void setThuOpen(int thuOpen)
      Sets the thu open of this org labor.
      Parameters:
      thuOpen - the thu open of this org labor
    • getThuClose

      int getThuClose()
      Returns the thu close of this org labor.
      Returns:
      the thu close of this org labor
    • setThuClose

      void setThuClose(int thuClose)
      Sets the thu close of this org labor.
      Parameters:
      thuClose - the thu close of this org labor
    • getFriOpen

      int getFriOpen()
      Returns the fri open of this org labor.
      Returns:
      the fri open of this org labor
    • setFriOpen

      void setFriOpen(int friOpen)
      Sets the fri open of this org labor.
      Parameters:
      friOpen - the fri open of this org labor
    • getFriClose

      int getFriClose()
      Returns the fri close of this org labor.
      Returns:
      the fri close of this org labor
    • setFriClose

      void setFriClose(int friClose)
      Sets the fri close of this org labor.
      Parameters:
      friClose - the fri close of this org labor
    • getSatOpen

      int getSatOpen()
      Returns the sat open of this org labor.
      Returns:
      the sat open of this org labor
    • setSatOpen

      void setSatOpen(int satOpen)
      Sets the sat open of this org labor.
      Parameters:
      satOpen - the sat open of this org labor
    • getSatClose

      int getSatClose()
      Returns the sat close of this org labor.
      Returns:
      the sat close of this org labor
    • setSatClose

      void setSatClose(int satClose)
      Sets the sat close of this org labor.
      Parameters:
      satClose - the sat close of this org labor
    • cloneWithOriginalValues

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

      default String toXmlString()