Package com.liferay.portal.kernel.model
Interface OrgLaborModel
- All Superinterfaces:
BaseModel<OrgLabor>
,ClassedModel
,Cloneable
,Comparable<OrgLabor>
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
OrgLabor
- All Known Implementing Classes:
OrgLaborWrapper
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 Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this org labor.int
Returns the fri close of this org labor.int
Returns the fri open of this org labor.long
Returns the list type ID of this org labor.int
Returns the mon close of this org labor.int
Returns the mon open of this org labor.long
Returns the mvcc version of this org labor.long
Returns the organization ID of this org labor.long
Returns the org labor ID of this org labor.long
Returns the primary key of this org labor.int
Returns the sat close of this org labor.int
Returns the sat open of this org labor.int
Returns the sun close of this org labor.int
Returns the sun open of this org labor.int
Returns the thu close of this org labor.int
Returns the thu open of this org labor.int
Returns the tue close of this org labor.int
Returns the tue open of this org labor.int
Returns the wed close of this org labor.int
Returns the wed open of this org labor.void
setCompanyId
(long companyId) Sets the company ID of this org labor.void
setFriClose
(int friClose) Sets the fri close of this org labor.void
setFriOpen
(int friOpen) Sets the fri open of this org labor.void
setListTypeId
(long listTypeId) Sets the list type ID of this org labor.void
setMonClose
(int monClose) Sets the mon close of this org labor.void
setMonOpen
(int monOpen) Sets the mon open of this org labor.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this org labor.void
setOrganizationId
(long organizationId) Sets the organization ID of this org labor.void
setOrgLaborId
(long orgLaborId) Sets the org labor ID of this org labor.void
setPrimaryKey
(long primaryKey) Sets the primary key of this org labor.void
setSatClose
(int satClose) Sets the sat close of this org labor.void
setSatOpen
(int satOpen) Sets the sat open of this org labor.void
setSunClose
(int sunClose) Sets the sun close of this org labor.void
setSunOpen
(int sunOpen) Sets the sun open of this org labor.void
setThuClose
(int thuClose) Sets the thu close of this org labor.void
setThuOpen
(int thuOpen) Sets the thu open of this org labor.void
setTueClose
(int tueClose) Sets the tue close of this org labor.void
setTueOpen
(int tueOpen) Sets the tue open of this org labor.void
setWedClose
(int wedClose) Sets the wed close of this org labor.void
setWedOpen
(int wedOpen) Sets the wed open of this org labor.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
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 interfaceMVCCModel
- 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 interfaceMVCCModel
- 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 interfaceShardedModel
- 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 interfaceShardedModel
- 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 interfaceBaseModel<OrgLabor>
-
toXmlString
-