Liferay 6.0-ee

com.liferay.portal.model
Interface OrgLabor

All Superinterfaces:
BaseModel<OrgLabor>, Cloneable, Comparable<OrgLabor>, OrgLaborModel, Serializable
All Known Implementing Classes:
OrgLaborImpl, OrgLaborWrapper

public interface OrgLabor
extends OrgLaborModel

The model interface for the OrgLabor service. Represents a row in the "OrgLabor" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to OrgLaborImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a org labor model instance should use the OrgLabor interface instead.

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

Method Summary
 ListType getType()
           
 
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
 

Method Detail

getType

ListType getType()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.0-ee