Liferay 6.0.3

com.liferay.portal.model
Class OrgLaborWrapper

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

public class OrgLaborWrapper
extends Object
implements OrgLabor

This class is a wrapper for OrgLabor.

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

Constructor Summary
OrgLaborWrapper(OrgLabor orgLabor)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(OrgLabor orgLabor)
           
 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()
           
 ListType getType()
           
 int getTypeId()
           
 int getWedClose()
           
 int getWedOpen()
           
 OrgLabor getWrappedOrgLabor()
           
 int hashCode()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance has been wrapped with an HTML auto escape handler.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance has been wrapped with an HTML auto escape handler.
 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 setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 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()
           
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrgLaborWrapper

public OrgLaborWrapper(OrgLabor orgLabor)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

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

isNew

public boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<OrgLabor>
Specified by:
isNew in interface OrgLaborModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<OrgLabor>
Specified by:
setNew in interface OrgLaborModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<OrgLabor>
Specified by:
isCachedModel in interface OrgLaborModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<OrgLabor>
Specified by:
setCachedModel in interface OrgLaborModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance has been wrapped with an HTML auto escape handler.

Specified by:
isEscapedModel in interface BaseModel<OrgLabor>
Specified by:
isEscapedModel in interface OrgLaborModel
Returns:
true if this model instance has been wrapped with an HTML auto escape handler; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance has been wrapped with an HTML auto escape handler.

A model instance can be wrapped with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<OrgLabor>
Specified by:
setEscapedModel in interface OrgLaborModel
Parameters:
escapedModel - whether this model instance has been wrapped with an HTML auto escape handler
See Also:
AutoEscapeBeanHandler

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

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
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
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
Overrides:
clone in class Object
Returns:
the clone

compareTo

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

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

getType

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

getWrappedOrgLabor

public OrgLabor getWrappedOrgLabor()

Liferay 6.0.3