@ProviderType public interface OrgLaborModel extends BaseModel<OrgLabor>, MVCCModel, ShardedModel
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
.
OrgLabor
Modifier and Type | Method and Description |
---|---|
OrgLabor |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this org labor.
|
int |
getFriClose()
Returns the fri close of this org labor.
|
int |
getFriOpen()
Returns the fri open of this org labor.
|
long |
getListTypeId()
Returns the list type ID of this org labor.
|
int |
getMonClose()
Returns the mon close of this org labor.
|
int |
getMonOpen()
Returns the mon open of this org labor.
|
long |
getMvccVersion()
Returns the mvcc version of this org labor.
|
long |
getOrganizationId()
Returns the organization ID of this org labor.
|
long |
getOrgLaborId()
Returns the org labor ID of this org labor.
|
long |
getPrimaryKey()
Returns the primary key of this org labor.
|
int |
getSatClose()
Returns the sat close of this org labor.
|
int |
getSatOpen()
Returns the sat open of this org labor.
|
int |
getSunClose()
Returns the sun close of this org labor.
|
int |
getSunOpen()
Returns the sun open of this org labor.
|
int |
getThuClose()
Returns the thu close of this org labor.
|
int |
getThuOpen()
Returns the thu open of this org labor.
|
int |
getTueClose()
Returns the tue close of this org labor.
|
int |
getTueOpen()
Returns the tue open of this org labor.
|
int |
getWedClose()
Returns the wed close of this org labor.
|
int |
getWedOpen()
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 java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this org laborlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this org laborlong getOrgLaborId()
void setOrgLaborId(long orgLaborId)
orgLaborId
- the org labor ID of this org laborlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this org laborlong getOrganizationId()
void setOrganizationId(long organizationId)
organizationId
- the organization ID of this org laborlong getListTypeId()
void setListTypeId(long listTypeId)
listTypeId
- the list type ID of this org laborint getSunOpen()
void setSunOpen(int sunOpen)
sunOpen
- the sun open of this org laborint getSunClose()
void setSunClose(int sunClose)
sunClose
- the sun close of this org laborint getMonOpen()
void setMonOpen(int monOpen)
monOpen
- the mon open of this org laborint getMonClose()
void setMonClose(int monClose)
monClose
- the mon close of this org laborint getTueOpen()
void setTueOpen(int tueOpen)
tueOpen
- the tue open of this org laborint getTueClose()
void setTueClose(int tueClose)
tueClose
- the tue close of this org laborint getWedOpen()
void setWedOpen(int wedOpen)
wedOpen
- the wed open of this org laborint getWedClose()
void setWedClose(int wedClose)
wedClose
- the wed close of this org laborint getThuOpen()
void setThuOpen(int thuOpen)
thuOpen
- the thu open of this org laborint getThuClose()
void setThuClose(int thuClose)
thuClose
- the thu close of this org laborint getFriOpen()
void setFriOpen(int friOpen)
friOpen
- the fri open of this org laborint getFriClose()
void setFriClose(int friClose)
friClose
- the fri close of this org laborint getSatOpen()
void setSatOpen(int satOpen)
satOpen
- the sat open of this org laborint getSatClose()
void setSatClose(int satClose)
satClose
- the sat close of this org laborOrgLabor cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<OrgLabor>
default java.lang.String toXmlString()