|
Liferay 6.0-ee | |||||||||
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
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
.
Never modify or reference this class directly. All methods that expect a org labor model instance should use the OrgLabor
interface instead.
OrgLaborImpl
,
OrgLabor
,
OrgLaborModel
,
Serialized FormField 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()
Gets the fri close of this org labor. |
int |
getFriOpen()
Gets the fri open of this org labor. |
int |
getMonClose()
Gets the mon close of this org labor. |
int |
getMonOpen()
Gets the mon open of this org labor. |
long |
getOrganizationId()
Gets the organization id of this org labor. |
long |
getOrgLaborId()
Gets the org labor id of this org labor. |
long |
getPrimaryKey()
Gets the primary key of this org labor. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getSatClose()
Gets the sat close of this org labor. |
int |
getSatOpen()
Gets the sat open of this org labor. |
int |
getSunClose()
Gets the sun close of this org labor. |
int |
getSunOpen()
Gets the sun open of this org labor. |
int |
getThuClose()
Gets the thu close of this org labor. |
int |
getThuOpen()
Gets the thu open of this org labor. |
int |
getTueClose()
Gets the tue close of this org labor. |
int |
getTueOpen()
Gets the tue open of this org labor. |
int |
getTypeId()
Gets the type id of this org labor. |
int |
getWedClose()
Gets the wed close of this org labor. |
int |
getWedOpen()
Gets the wed open of this org labor. |
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)
Sets the fri close of this org labor. |
void |
setFriOpen(int friOpen)
Sets the fri open 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 |
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 pk)
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 |
setTypeId(int 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. |
OrgLabor |
toEscapedModel()
Gets 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()
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)
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 OrgLaborModel
public void setPrimaryKey(long pk)
OrgLaborModel
setPrimaryKey
in interface OrgLaborModel
pk
- the primary key of this org laborpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<OrgLabor>
getPrimaryKeyObj
in interface OrgLaborModel
public long getOrgLaborId()
OrgLaborModel
getOrgLaborId
in interface OrgLaborModel
public void setOrgLaborId(long orgLaborId)
OrgLaborModel
setOrgLaborId
in interface OrgLaborModel
orgLaborId
- the org labor id of this org laborpublic long getOrganizationId()
OrgLaborModel
getOrganizationId
in interface OrgLaborModel
public void setOrganizationId(long organizationId)
OrgLaborModel
setOrganizationId
in interface OrgLaborModel
organizationId
- the organization id of this org laborpublic int getTypeId()
OrgLaborModel
getTypeId
in interface OrgLaborModel
public void setTypeId(int typeId)
OrgLaborModel
setTypeId
in interface OrgLaborModel
typeId
- the type id of this org laborpublic int getSunOpen()
OrgLaborModel
getSunOpen
in interface OrgLaborModel
public void setSunOpen(int sunOpen)
OrgLaborModel
setSunOpen
in interface OrgLaborModel
sunOpen
- the sun open of this org laborpublic int getSunClose()
OrgLaborModel
getSunClose
in interface OrgLaborModel
public void setSunClose(int sunClose)
OrgLaborModel
setSunClose
in interface OrgLaborModel
sunClose
- the sun close of this org laborpublic int getMonOpen()
OrgLaborModel
getMonOpen
in interface OrgLaborModel
public void setMonOpen(int monOpen)
OrgLaborModel
setMonOpen
in interface OrgLaborModel
monOpen
- the mon open of this org laborpublic int getMonClose()
OrgLaborModel
getMonClose
in interface OrgLaborModel
public void setMonClose(int monClose)
OrgLaborModel
setMonClose
in interface OrgLaborModel
monClose
- the mon close of this org laborpublic int getTueOpen()
OrgLaborModel
getTueOpen
in interface OrgLaborModel
public void setTueOpen(int tueOpen)
OrgLaborModel
setTueOpen
in interface OrgLaborModel
tueOpen
- the tue open of this org laborpublic int getTueClose()
OrgLaborModel
getTueClose
in interface OrgLaborModel
public void setTueClose(int tueClose)
OrgLaborModel
setTueClose
in interface OrgLaborModel
tueClose
- the tue close of this org laborpublic int getWedOpen()
OrgLaborModel
getWedOpen
in interface OrgLaborModel
public void setWedOpen(int wedOpen)
OrgLaborModel
setWedOpen
in interface OrgLaborModel
wedOpen
- the wed open of this org laborpublic int getWedClose()
OrgLaborModel
getWedClose
in interface OrgLaborModel
public void setWedClose(int wedClose)
OrgLaborModel
setWedClose
in interface OrgLaborModel
wedClose
- the wed close of this org laborpublic int getThuOpen()
OrgLaborModel
getThuOpen
in interface OrgLaborModel
public void setThuOpen(int thuOpen)
OrgLaborModel
setThuOpen
in interface OrgLaborModel
thuOpen
- the thu open of this org laborpublic int getThuClose()
OrgLaborModel
getThuClose
in interface OrgLaborModel
public void setThuClose(int thuClose)
OrgLaborModel
setThuClose
in interface OrgLaborModel
thuClose
- the thu close of this org laborpublic int getFriOpen()
OrgLaborModel
getFriOpen
in interface OrgLaborModel
public void setFriOpen(int friOpen)
OrgLaborModel
setFriOpen
in interface OrgLaborModel
friOpen
- the fri open of this org laborpublic int getFriClose()
OrgLaborModel
getFriClose
in interface OrgLaborModel
public void setFriClose(int friClose)
OrgLaborModel
setFriClose
in interface OrgLaborModel
friClose
- the fri close of this org laborpublic int getSatOpen()
OrgLaborModel
getSatOpen
in interface OrgLaborModel
public void setSatOpen(int satOpen)
OrgLaborModel
setSatOpen
in interface OrgLaborModel
satOpen
- the sat open of this org laborpublic int getSatClose()
OrgLaborModel
getSatClose
in interface OrgLaborModel
public void setSatClose(int satClose)
OrgLaborModel
setSatClose
in interface OrgLaborModel
satClose
- the sat close of this org laborpublic OrgLabor toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<OrgLabor>
toEscapedModel
in interface OrgLaborModel
toEscapedModel
in class BaseModelImpl<OrgLabor>
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<OrgLabor>
getExpandoBridge
in interface OrgLaborModel
getExpandoBridge
in class BaseModelImpl<OrgLabor>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<OrgLabor>
setExpandoBridgeAttributes
in interface OrgLaborModel
setExpandoBridgeAttributes
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 OrgLaborModel
clone
in class BaseModelImpl<OrgLabor>
public int compareTo(OrgLabor orgLabor)
compareTo
in interface OrgLaborModel
compareTo
in interface Comparable<OrgLabor>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface OrgLaborModel
hashCode
in class Object
public String toString()
toString
in interface OrgLaborModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<OrgLabor>
toXmlString
in interface OrgLaborModel
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |