Liferay 6.0.3

com.liferay.portal.model.impl
Class OrgLaborModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<OrgLabor>
      extended by com.liferay.portal.model.impl.OrgLaborModelImpl
All Implemented Interfaces:
BaseModel<OrgLabor>, OrgLaborModel, Serializable, Cloneable, Comparable<OrgLabor>
Direct Known Subclasses:
OrgLaborImpl

public class OrgLaborModelImpl
extends BaseModelImpl<OrgLabor>
implements OrgLaborModel

This interface is a model that represents the OrgLabor table in the database.

See Also:
OrgLaborImpl, OrgLabor, OrgLaborModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

OrgLaborModelImpl

public OrgLaborModelImpl()
Method Detail

toModel

public static OrgLabor toModel(OrgLaborSoap soapModel)

toModels

public static List<OrgLabor> toModels(OrgLaborSoap[] soapModels)

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface OrgLaborModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface OrgLaborModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key for this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<OrgLabor>
Specified by:
getPrimaryKeyObj in interface OrgLaborModel
Returns:
the primary key

getOrgLaborId

public long getOrgLaborId()
Specified by:
getOrgLaborId in interface OrgLaborModel

setOrgLaborId

public void setOrgLaborId(long orgLaborId)
Specified by:
setOrgLaborId in interface OrgLaborModel

getOrganizationId

public long getOrganizationId()
Specified by:
getOrganizationId in interface OrgLaborModel

setOrganizationId

public void setOrganizationId(long organizationId)
Specified by:
setOrganizationId in interface OrgLaborModel

getTypeId

public int getTypeId()
Specified by:
getTypeId in interface OrgLaborModel

setTypeId

public void setTypeId(int typeId)
Specified by:
setTypeId in interface OrgLaborModel

getSunOpen

public int getSunOpen()
Specified by:
getSunOpen in interface OrgLaborModel

setSunOpen

public void setSunOpen(int sunOpen)
Specified by:
setSunOpen in interface OrgLaborModel

getSunClose

public int getSunClose()
Specified by:
getSunClose in interface OrgLaborModel

setSunClose

public void setSunClose(int sunClose)
Specified by:
setSunClose in interface OrgLaborModel

getMonOpen

public int getMonOpen()
Specified by:
getMonOpen in interface OrgLaborModel

setMonOpen

public void setMonOpen(int monOpen)
Specified by:
setMonOpen in interface OrgLaborModel

getMonClose

public int getMonClose()
Specified by:
getMonClose in interface OrgLaborModel

setMonClose

public void setMonClose(int monClose)
Specified by:
setMonClose in interface OrgLaborModel

getTueOpen

public int getTueOpen()
Specified by:
getTueOpen in interface OrgLaborModel

setTueOpen

public void setTueOpen(int tueOpen)
Specified by:
setTueOpen in interface OrgLaborModel

getTueClose

public int getTueClose()
Specified by:
getTueClose in interface OrgLaborModel

setTueClose

public void setTueClose(int tueClose)
Specified by:
setTueClose in interface OrgLaborModel

getWedOpen

public int getWedOpen()
Specified by:
getWedOpen in interface OrgLaborModel

setWedOpen

public void setWedOpen(int wedOpen)
Specified by:
setWedOpen in interface OrgLaborModel

getWedClose

public int getWedClose()
Specified by:
getWedClose in interface OrgLaborModel

setWedClose

public void setWedClose(int wedClose)
Specified by:
setWedClose in interface OrgLaborModel

getThuOpen

public int getThuOpen()
Specified by:
getThuOpen in interface OrgLaborModel

setThuOpen

public void setThuOpen(int thuOpen)
Specified by:
setThuOpen in interface OrgLaborModel

getThuClose

public int getThuClose()
Specified by:
getThuClose in interface OrgLaborModel

setThuClose

public void setThuClose(int thuClose)
Specified by:
setThuClose in interface OrgLaborModel

getFriOpen

public int getFriOpen()
Specified by:
getFriOpen in interface OrgLaborModel

setFriOpen

public void setFriOpen(int friOpen)
Specified by:
setFriOpen in interface OrgLaborModel

getFriClose

public int getFriClose()
Specified by:
getFriClose in interface OrgLaborModel

setFriClose

public void setFriClose(int friClose)
Specified by:
setFriClose in interface OrgLaborModel

getSatOpen

public int getSatOpen()
Specified by:
getSatOpen in interface OrgLaborModel

setSatOpen

public void setSatOpen(int satOpen)
Specified by:
setSatOpen in interface OrgLaborModel

getSatClose

public int getSatClose()
Specified by:
getSatClose in interface OrgLaborModel

setSatClose

public void setSatClose(int satClose)
Specified by:
setSatClose in interface OrgLaborModel

toEscapedModel

public OrgLabor toEscapedModel()
Specified by:
toEscapedModel in interface OrgLaborModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<OrgLabor>
Specified by:
getExpandoBridge in interface OrgLaborModel
Overrides:
getExpandoBridge in class BaseModelImpl<OrgLabor>
Returns:
the expando bridge

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<OrgLabor>
Specified by:
setExpandoBridgeAttributes in interface OrgLaborModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<OrgLabor>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<OrgLabor>
Specified by:
clone in interface OrgLaborModel
Specified by:
clone in class BaseModelImpl<OrgLabor>
Returns:
the clone

compareTo

public int compareTo(OrgLabor orgLabor)
Specified by:
compareTo in interface OrgLaborModel
Specified by:
compareTo in interface Comparable<OrgLabor>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface OrgLaborModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface OrgLaborModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<OrgLabor>
Specified by:
toXmlString in interface OrgLaborModel
Returns:
the XML representation of this model instance

Liferay 6.0.3