|
Liferay 6.0.3 | |||||||||
| 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
public class OrgLaborModelImpl
This interface is a model that represents the OrgLabor table in the database.
OrgLaborImpl,
OrgLabor,
OrgLaborModel,
Serialized Form| Field Summary | |
|---|---|
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 String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
OrgLaborModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(OrgLabor orgLabor)
|
boolean |
equals(Object obj)
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getFriClose()
|
int |
getFriOpen()
|
int |
getMonClose()
|
int |
getMonOpen()
|
long |
getOrganizationId()
|
long |
getOrgLaborId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getSatClose()
|
int |
getSatOpen()
|
int |
getSunClose()
|
int |
getSunOpen()
|
int |
getThuClose()
|
int |
getThuOpen()
|
int |
getTueClose()
|
int |
getTueOpen()
|
int |
getTypeId()
|
int |
getWedClose()
|
int |
getWedOpen()
|
int |
hashCode()
|
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)
|
void |
setFriOpen(int friOpen)
|
void |
setMonClose(int monClose)
|
void |
setMonOpen(int monOpen)
|
void |
setOrganizationId(long organizationId)
|
void |
setOrgLaborId(long orgLaborId)
|
void |
setPrimaryKey(long pk)
|
void |
setSatClose(int satClose)
|
void |
setSatOpen(int satOpen)
|
void |
setSunClose(int sunClose)
|
void |
setSunOpen(int sunOpen)
|
void |
setThuClose(int thuClose)
|
void |
setThuOpen(int thuOpen)
|
void |
setTueClose(int tueClose)
|
void |
setTueOpen(int tueOpen)
|
void |
setTypeId(int typeId)
|
void |
setWedClose(int wedClose)
|
void |
setWedOpen(int wedOpen)
|
OrgLabor |
toEscapedModel()
|
static OrgLabor |
toModel(OrgLaborSoap soapModel)
|
static List<OrgLabor> |
toModels(OrgLaborSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| 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, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public OrgLaborModelImpl()
| Method Detail |
|---|
public static OrgLabor toModel(OrgLaborSoap soapModel)
public static List<OrgLabor> toModels(OrgLaborSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface OrgLaborModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface OrgLaborModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<OrgLabor>getPrimaryKeyObj in interface OrgLaborModelpublic long getOrgLaborId()
getOrgLaborId in interface OrgLaborModelpublic void setOrgLaborId(long orgLaborId)
setOrgLaborId in interface OrgLaborModelpublic long getOrganizationId()
getOrganizationId in interface OrgLaborModelpublic void setOrganizationId(long organizationId)
setOrganizationId in interface OrgLaborModelpublic int getTypeId()
getTypeId in interface OrgLaborModelpublic void setTypeId(int typeId)
setTypeId in interface OrgLaborModelpublic int getSunOpen()
getSunOpen in interface OrgLaborModelpublic void setSunOpen(int sunOpen)
setSunOpen in interface OrgLaborModelpublic int getSunClose()
getSunClose in interface OrgLaborModelpublic void setSunClose(int sunClose)
setSunClose in interface OrgLaborModelpublic int getMonOpen()
getMonOpen in interface OrgLaborModelpublic void setMonOpen(int monOpen)
setMonOpen in interface OrgLaborModelpublic int getMonClose()
getMonClose in interface OrgLaborModelpublic void setMonClose(int monClose)
setMonClose in interface OrgLaborModelpublic int getTueOpen()
getTueOpen in interface OrgLaborModelpublic void setTueOpen(int tueOpen)
setTueOpen in interface OrgLaborModelpublic int getTueClose()
getTueClose in interface OrgLaborModelpublic void setTueClose(int tueClose)
setTueClose in interface OrgLaborModelpublic int getWedOpen()
getWedOpen in interface OrgLaborModelpublic void setWedOpen(int wedOpen)
setWedOpen in interface OrgLaborModelpublic int getWedClose()
getWedClose in interface OrgLaborModelpublic void setWedClose(int wedClose)
setWedClose in interface OrgLaborModelpublic int getThuOpen()
getThuOpen in interface OrgLaborModelpublic void setThuOpen(int thuOpen)
setThuOpen in interface OrgLaborModelpublic int getThuClose()
getThuClose in interface OrgLaborModelpublic void setThuClose(int thuClose)
setThuClose in interface OrgLaborModelpublic int getFriOpen()
getFriOpen in interface OrgLaborModelpublic void setFriOpen(int friOpen)
setFriOpen in interface OrgLaborModelpublic int getFriClose()
getFriClose in interface OrgLaborModelpublic void setFriClose(int friClose)
setFriClose in interface OrgLaborModelpublic int getSatOpen()
getSatOpen in interface OrgLaborModelpublic void setSatOpen(int satOpen)
setSatOpen in interface OrgLaborModelpublic int getSatClose()
getSatClose in interface OrgLaborModelpublic void setSatClose(int satClose)
setSatClose in interface OrgLaborModelpublic OrgLabor toEscapedModel()
toEscapedModel in interface OrgLaborModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<OrgLabor>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface OrgLaborModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<OrgLabor>toXmlString in interface OrgLaborModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||