Package com.liferay.portal.kernel.model
Class OrgLaborWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OrgLabor>
com.liferay.portal.kernel.model.OrgLaborWrapper
- All Implemented Interfaces:
BaseModel<OrgLabor>,ClassedModel,ModelWrapper<OrgLabor>,MVCCModel,OrgLabor,OrgLaborModel,PersistedModel,ShardedModel,Serializable,Cloneable,Comparable<OrgLabor>
public class OrgLaborWrapper
extends BaseModelWrapper<OrgLabor>
implements ModelWrapper<OrgLabor>, OrgLabor
This class is a wrapper for OrgLabor.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.OrgLabor
ORG_LABOR_ID_ACCESSOR -
Constructor Summary
Constructors -
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.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected OrgLaborWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
OrgLaborWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<OrgLabor>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<OrgLabor>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<OrgLabor>- Specified by:
cloneWithOriginalValuesin interfaceOrgLaborModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this org labor.- Specified by:
getCompanyIdin interfaceOrgLaborModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this org labor
-
getFriClose
public int getFriClose()Returns the fri close of this org labor.- Specified by:
getFriClosein interfaceOrgLaborModel- Returns:
- the fri close of this org labor
-
getFriOpen
public int getFriOpen()Returns the fri open of this org labor.- Specified by:
getFriOpenin interfaceOrgLaborModel- Returns:
- the fri open of this org labor
-
getListType
- Specified by:
getListTypein interfaceOrgLabor- Throws:
PortalException
-
getListTypeId
public long getListTypeId()Returns the list type ID of this org labor.- Specified by:
getListTypeIdin interfaceOrgLaborModel- Returns:
- the list type ID of this org labor
-
getMonClose
public int getMonClose()Returns the mon close of this org labor.- Specified by:
getMonClosein interfaceOrgLaborModel- Returns:
- the mon close of this org labor
-
getMonOpen
public int getMonOpen()Returns the mon open of this org labor.- Specified by:
getMonOpenin interfaceOrgLaborModel- Returns:
- the mon open of this org labor
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this org labor.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceOrgLaborModel- Returns:
- the mvcc version of this org labor
-
getOrganizationId
public long getOrganizationId()Returns the organization ID of this org labor.- Specified by:
getOrganizationIdin interfaceOrgLaborModel- Returns:
- the organization ID of this org labor
-
getOrgLaborId
public long getOrgLaborId()Returns the org labor ID of this org labor.- Specified by:
getOrgLaborIdin interfaceOrgLaborModel- Returns:
- the org labor ID of this org labor
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this org labor.- Specified by:
getPrimaryKeyin interfaceOrgLaborModel- Returns:
- the primary key of this org labor
-
getSatClose
public int getSatClose()Returns the sat close of this org labor.- Specified by:
getSatClosein interfaceOrgLaborModel- Returns:
- the sat close of this org labor
-
getSatOpen
public int getSatOpen()Returns the sat open of this org labor.- Specified by:
getSatOpenin interfaceOrgLaborModel- Returns:
- the sat open of this org labor
-
getSunClose
public int getSunClose()Returns the sun close of this org labor.- Specified by:
getSunClosein interfaceOrgLaborModel- Returns:
- the sun close of this org labor
-
getSunOpen
public int getSunOpen()Returns the sun open of this org labor.- Specified by:
getSunOpenin interfaceOrgLaborModel- Returns:
- the sun open of this org labor
-
getThuClose
public int getThuClose()Returns the thu close of this org labor.- Specified by:
getThuClosein interfaceOrgLaborModel- Returns:
- the thu close of this org labor
-
getThuOpen
public int getThuOpen()Returns the thu open of this org labor.- Specified by:
getThuOpenin interfaceOrgLaborModel- Returns:
- the thu open of this org labor
-
getTueClose
public int getTueClose()Returns the tue close of this org labor.- Specified by:
getTueClosein interfaceOrgLaborModel- Returns:
- the tue close of this org labor
-
getTueOpen
public int getTueOpen()Returns the tue open of this org labor.- Specified by:
getTueOpenin interfaceOrgLaborModel- Returns:
- the tue open of this org labor
-
getWedClose
public int getWedClose()Returns the wed close of this org labor.- Specified by:
getWedClosein interfaceOrgLaborModel- Returns:
- the wed close of this org labor
-
getWedOpen
public int getWedOpen()Returns the wed open of this org labor.- Specified by:
getWedOpenin interfaceOrgLaborModel- Returns:
- the wed open of this org labor
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this org labor.- Specified by:
setCompanyIdin interfaceOrgLaborModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this org labor
-
setFriClose
public void setFriClose(int friClose) Sets the fri close of this org labor.- Specified by:
setFriClosein interfaceOrgLaborModel- Parameters:
friClose- the fri close of this org labor
-
setFriOpen
public void setFriOpen(int friOpen) Sets the fri open of this org labor.- Specified by:
setFriOpenin interfaceOrgLaborModel- Parameters:
friOpen- the fri open of this org labor
-
setListTypeId
public void setListTypeId(long listTypeId) Sets the list type ID of this org labor.- Specified by:
setListTypeIdin interfaceOrgLaborModel- Parameters:
listTypeId- the list type ID of this org labor
-
setMonClose
public void setMonClose(int monClose) Sets the mon close of this org labor.- Specified by:
setMonClosein interfaceOrgLaborModel- Parameters:
monClose- the mon close of this org labor
-
setMonOpen
public void setMonOpen(int monOpen) Sets the mon open of this org labor.- Specified by:
setMonOpenin interfaceOrgLaborModel- Parameters:
monOpen- the mon open of this org labor
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this org labor.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceOrgLaborModel- Parameters:
mvccVersion- the mvcc version of this org labor
-
setOrganizationId
public void setOrganizationId(long organizationId) Sets the organization ID of this org labor.- Specified by:
setOrganizationIdin interfaceOrgLaborModel- Parameters:
organizationId- the organization ID of this org labor
-
setOrgLaborId
public void setOrgLaborId(long orgLaborId) Sets the org labor ID of this org labor.- Specified by:
setOrgLaborIdin interfaceOrgLaborModel- Parameters:
orgLaborId- the org labor ID of this org labor
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this org labor.- Specified by:
setPrimaryKeyin interfaceOrgLaborModel- Parameters:
primaryKey- the primary key of this org labor
-
setSatClose
public void setSatClose(int satClose) Sets the sat close of this org labor.- Specified by:
setSatClosein interfaceOrgLaborModel- Parameters:
satClose- the sat close of this org labor
-
setSatOpen
public void setSatOpen(int satOpen) Sets the sat open of this org labor.- Specified by:
setSatOpenin interfaceOrgLaborModel- Parameters:
satOpen- the sat open of this org labor
-
setSunClose
public void setSunClose(int sunClose) Sets the sun close of this org labor.- Specified by:
setSunClosein interfaceOrgLaborModel- Parameters:
sunClose- the sun close of this org labor
-
setSunOpen
public void setSunOpen(int sunOpen) Sets the sun open of this org labor.- Specified by:
setSunOpenin interfaceOrgLaborModel- Parameters:
sunOpen- the sun open of this org labor
-
setThuClose
public void setThuClose(int thuClose) Sets the thu close of this org labor.- Specified by:
setThuClosein interfaceOrgLaborModel- Parameters:
thuClose- the thu close of this org labor
-
setThuOpen
public void setThuOpen(int thuOpen) Sets the thu open of this org labor.- Specified by:
setThuOpenin interfaceOrgLaborModel- Parameters:
thuOpen- the thu open of this org labor
-
setTueClose
public void setTueClose(int tueClose) Sets the tue close of this org labor.- Specified by:
setTueClosein interfaceOrgLaborModel- Parameters:
tueClose- the tue close of this org labor
-
setTueOpen
public void setTueOpen(int tueOpen) Sets the tue open of this org labor.- Specified by:
setTueOpenin interfaceOrgLaborModel- Parameters:
tueOpen- the tue open of this org labor
-
setWedClose
public void setWedClose(int wedClose) Sets the wed close of this org labor.- Specified by:
setWedClosein interfaceOrgLaborModel- Parameters:
wedClose- the wed close of this org labor
-
setWedOpen
public void setWedOpen(int wedOpen) Sets the wed open of this org labor.- Specified by:
setWedOpenin interfaceOrgLaborModel- Parameters:
wedOpen- the wed open of this org labor
-
toXmlString
- Specified by:
toXmlStringin interfaceOrgLaborModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<OrgLabor>
-