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 TypeMethodDescriptionlongReturns the company ID of this org labor.intReturns the fri close of this org labor.intReturns the fri open of this org labor.longReturns the list type ID of this org labor.intReturns the mon close of this org labor.intReturns the mon open of this org labor.longReturns the mvcc version of this org labor.longReturns the organization ID of this org labor.longReturns the org labor ID of this org labor.longReturns the primary key of this org labor.intReturns the sat close of this org labor.intReturns the sat open of this org labor.intReturns the sun close of this org labor.intReturns the sun open of this org labor.intReturns the thu close of this org labor.intReturns the thu open of this org labor.intReturns the tue close of this org labor.intReturns the tue open of this org labor.intReturns the wed close of this org labor.intReturns the wed open of this org labor.voidsetCompanyId(long companyId) Sets the company ID of this org labor.voidsetFriClose(int friClose) Sets the fri close of this org labor.voidsetFriOpen(int friOpen) Sets the fri open of this org labor.voidsetListTypeId(long listTypeId) Sets the list type ID of this org labor.voidsetMonClose(int monClose) Sets the mon close of this org labor.voidsetMonOpen(int monOpen) Sets the mon open of this org labor.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this org labor.voidsetOrganizationId(long organizationId) Sets the organization ID of this org labor.voidsetOrgLaborId(long orgLaborId) Sets the org labor ID of this org labor.voidsetPrimaryKey(long primaryKey) Sets the primary key of this org labor.voidsetSatClose(int satClose) Sets the sat close of this org labor.voidsetSatOpen(int satOpen) Sets the sat open of this org labor.voidsetSunClose(int sunClose) Sets the sun close of this org labor.voidsetSunOpen(int sunOpen) Sets the sun open of this org labor.voidsetThuClose(int thuClose) Sets the thu close of this org labor.voidsetThuOpen(int thuOpen) Sets the thu open of this org labor.voidsetTueClose(int tueClose) Sets the tue close of this org labor.voidsetTueOpen(int tueOpen) Sets the tue open of this org labor.voidsetWedClose(int wedClose) Sets the wed close of this org labor.voidsetWedOpen(int wedOpen) Sets the wed open of this org labor.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this org labor
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this org labor.- Specified by:
setMvccVersionin 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:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this org labor
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this org labor.- Specified by:
setCompanyIdin 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:
cloneWithOriginalValuesin interfaceBaseModel<OrgLabor>
-
toXmlString
-