|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<OrgLabor>
com.liferay.portal.model.impl.OrgLaborModelImpl
@JSON(strict=true) @ProviderType public class OrgLaborModelImpl
The base model implementation for the OrgLabor service. Represents a row in the "OrgLabor" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface OrgLaborModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in OrgLaborImpl.
OrgLaborImpl,
OrgLabor,
OrgLaborModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
ORGANIZATIONID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
TYPEID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
OrgLaborModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(OrgLabor orgLabor)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this org labor. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
int |
getFriClose()
Returns the fri close of this org labor. |
int |
getFriOpen()
Returns the fri open of this org labor. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
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 |
getOriginalOrganizationId()
|
long |
getPrimaryKey()
Returns the primary key of this org labor. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
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. |
long |
getTypeId()
Returns the type ID of this org labor. |
int |
getWedClose()
Returns the wed close of this org labor. |
int |
getWedOpen()
Returns the wed open of this org labor. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this org labor. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
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 |
setModelAttributes(Map<String,Object> attributes)
|
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 |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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 |
setTypeId(long typeId)
Sets the type ID 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. |
CacheModel<OrgLabor> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
OrgLabor |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static OrgLabor |
toModel(OrgLaborSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<OrgLabor> |
toModels(OrgLaborSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.OrgLaborModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ORGANIZATIONID_COLUMN_BITMASK
public static final long TYPEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public OrgLaborModelImpl()
| Method Detail |
|---|
public static OrgLabor toModel(OrgLaborSoap soapModel)
soapModel - the soap model instance to convert
public static List<OrgLabor> toModels(OrgLaborSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
OrgLaborModel
getPrimaryKey in interface OrgLaborModelpublic void setPrimaryKey(long primaryKey)
OrgLaborModel
setPrimaryKey in interface OrgLaborModelprimaryKey - the primary key of this org laborpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<OrgLabor>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface OrgLaborModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<OrgLabor>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface OrgLaborModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<OrgLabor>getModelAttributes in class BaseModelImpl<OrgLabor>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<OrgLabor>setModelAttributes in class BaseModelImpl<OrgLabor>@JSON public long getMvccVersion()
OrgLaborModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface OrgLaborModelpublic void setMvccVersion(long mvccVersion)
OrgLaborModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface OrgLaborModelmvccVersion - the mvcc version of this org labor@JSON public long getOrgLaborId()
OrgLaborModel
getOrgLaborId in interface OrgLaborModelpublic void setOrgLaborId(long orgLaborId)
OrgLaborModel
setOrgLaborId in interface OrgLaborModelorgLaborId - the org labor ID of this org labor@JSON public long getCompanyId()
OrgLaborModel
getCompanyId in interface OrgLaborModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
OrgLaborModel
setCompanyId in interface OrgLaborModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this org labor@JSON public long getOrganizationId()
OrgLaborModel
getOrganizationId in interface OrgLaborModelpublic void setOrganizationId(long organizationId)
OrgLaborModel
setOrganizationId in interface OrgLaborModelorganizationId - the organization ID of this org laborpublic long getOriginalOrganizationId()
@JSON public long getTypeId()
OrgLaborModel
getTypeId in interface OrgLaborModelpublic void setTypeId(long typeId)
OrgLaborModel
setTypeId in interface OrgLaborModeltypeId - the type ID of this org labor@JSON public int getSunOpen()
OrgLaborModel
getSunOpen in interface OrgLaborModelpublic void setSunOpen(int sunOpen)
OrgLaborModel
setSunOpen in interface OrgLaborModelsunOpen - the sun open of this org labor@JSON public int getSunClose()
OrgLaborModel
getSunClose in interface OrgLaborModelpublic void setSunClose(int sunClose)
OrgLaborModel
setSunClose in interface OrgLaborModelsunClose - the sun close of this org labor@JSON public int getMonOpen()
OrgLaborModel
getMonOpen in interface OrgLaborModelpublic void setMonOpen(int monOpen)
OrgLaborModel
setMonOpen in interface OrgLaborModelmonOpen - the mon open of this org labor@JSON public int getMonClose()
OrgLaborModel
getMonClose in interface OrgLaborModelpublic void setMonClose(int monClose)
OrgLaborModel
setMonClose in interface OrgLaborModelmonClose - the mon close of this org labor@JSON public int getTueOpen()
OrgLaborModel
getTueOpen in interface OrgLaborModelpublic void setTueOpen(int tueOpen)
OrgLaborModel
setTueOpen in interface OrgLaborModeltueOpen - the tue open of this org labor@JSON public int getTueClose()
OrgLaborModel
getTueClose in interface OrgLaborModelpublic void setTueClose(int tueClose)
OrgLaborModel
setTueClose in interface OrgLaborModeltueClose - the tue close of this org labor@JSON public int getWedOpen()
OrgLaborModel
getWedOpen in interface OrgLaborModelpublic void setWedOpen(int wedOpen)
OrgLaborModel
setWedOpen in interface OrgLaborModelwedOpen - the wed open of this org labor@JSON public int getWedClose()
OrgLaborModel
getWedClose in interface OrgLaborModelpublic void setWedClose(int wedClose)
OrgLaborModel
setWedClose in interface OrgLaborModelwedClose - the wed close of this org labor@JSON public int getThuOpen()
OrgLaborModel
getThuOpen in interface OrgLaborModelpublic void setThuOpen(int thuOpen)
OrgLaborModel
setThuOpen in interface OrgLaborModelthuOpen - the thu open of this org labor@JSON public int getThuClose()
OrgLaborModel
getThuClose in interface OrgLaborModelpublic void setThuClose(int thuClose)
OrgLaborModel
setThuClose in interface OrgLaborModelthuClose - the thu close of this org labor@JSON public int getFriOpen()
OrgLaborModel
getFriOpen in interface OrgLaborModelpublic void setFriOpen(int friOpen)
OrgLaborModel
setFriOpen in interface OrgLaborModelfriOpen - the fri open of this org labor@JSON public int getFriClose()
OrgLaborModel
getFriClose in interface OrgLaborModelpublic void setFriClose(int friClose)
OrgLaborModel
setFriClose in interface OrgLaborModelfriClose - the fri close of this org labor@JSON public int getSatOpen()
OrgLaborModel
getSatOpen in interface OrgLaborModelpublic void setSatOpen(int satOpen)
OrgLaborModel
setSatOpen in interface OrgLaborModelsatOpen - the sat open of this org labor@JSON public int getSatClose()
OrgLaborModel
getSatClose in interface OrgLaborModelpublic void setSatClose(int satClose)
OrgLaborModel
setSatClose in interface OrgLaborModelsatClose - the sat close of this org laborpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<OrgLabor>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface OrgLaborModelgetExpandoBridge in class BaseModelImpl<OrgLabor>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<OrgLabor>setExpandoBridgeAttributes in interface OrgLaborModelsetExpandoBridgeAttributes in class BaseModelImpl<OrgLabor>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public OrgLabor toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<OrgLabor>toEscapedModel in interface OrgLaborModeltoEscapedModel in class BaseModelImpl<OrgLabor>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<OrgLabor>clone in interface OrgLaborModelclone in class BaseModelImpl<OrgLabor>public int compareTo(OrgLabor orgLabor)
compareTo in interface OrgLaborModelcompareTo in interface Comparable<OrgLabor>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface OrgLaborModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<OrgLabor>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<OrgLabor>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<OrgLabor>resetOriginalValues in class BaseModelImpl<OrgLabor>public CacheModel<OrgLabor> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<OrgLabor>toCacheModel in interface OrgLaborModeltoCacheModel in class BaseModelImpl<OrgLabor>public String toString()
toString in interface OrgLaborModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<OrgLabor>toXmlString in interface OrgLaborModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||