Liferay 6.0.5

com.liferay.portal.model.impl
Class OrgLaborImpl

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

public class OrgLaborImpl
extends OrgLaborModelImpl
implements OrgLabor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.OrgLaborModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
OrgLaborImpl()
           
 
Method Summary
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.OrgLaborModelImpl
clone, compareTo, equals, getExpandoBridge, getFriClose, getFriOpen, getMonClose, getMonOpen, getOrganizationId, getOrgLaborId, getPrimaryKey, getPrimaryKeyObj, getSatClose, getSatOpen, getSunClose, getSunOpen, getThuClose, getThuOpen, getTueClose, getTueOpen, getTypeId, getWedClose, getWedOpen, hashCode, setExpandoBridgeAttributes, setFriClose, setFriOpen, setMonClose, setMonOpen, setOrganizationId, setOrgLaborId, setPrimaryKey, setSatClose, setSatOpen, setSunClose, setSunOpen, setThuClose, setThuOpen, setTueClose, setTueOpen, setTypeId, setWedClose, setWedOpen, toEscapedModel, toModel, toModels, toString, toXmlString
 
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
clone, compareTo, getExpandoBridge, getFriClose, getFriOpen, getMonClose, getMonOpen, getOrganizationId, getOrgLaborId, getPrimaryKey, getPrimaryKeyObj, getSatClose, getSatOpen, getSunClose, getSunOpen, getThuClose, getThuOpen, getTueClose, getTueOpen, getTypeId, getWedClose, getWedOpen, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setFriClose, setFriOpen, setMonClose, setMonOpen, setNew, setOrganizationId, setOrgLaborId, setPrimaryKey, setSatClose, setSatOpen, setSunClose, setSunOpen, setThuClose, setThuOpen, setTueClose, setTueOpen, setTypeId, setWedClose, setWedOpen, toEscapedModel, toString, toXmlString
 

Constructor Detail

OrgLaborImpl

public OrgLaborImpl()
Method Detail

getType

public ListType getType()
                 throws PortalException,
                        SystemException
Specified by:
getType in interface OrgLabor
Throws:
PortalException
SystemException

Liferay 6.0.5