|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.OrgLaborWrapper
public class OrgLaborWrapper
This class is a wrapper for OrgLabor.
OrgLabor,
Serialized Form| 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 |
|---|
public OrgLaborWrapper(OrgLabor orgLabor)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface OrgLaborModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface OrgLaborModelpublic long getOrgLaborId()
getOrgLaborId in interface OrgLaborModelpublic void setOrgLaborId(long orgLaborId)
setOrgLaborId in interface OrgLaborModelpublic long getOrganizationId()
getOrganizationId in interface OrgLaborModelpublic void setOrganizationId(long organizationId)
setOrganizationId in interface OrgLaborModelpublic int getTypeId()
getTypeId in interface OrgLaborModelpublic void setTypeId(int typeId)
setTypeId in interface OrgLaborModelpublic int getSunOpen()
getSunOpen in interface OrgLaborModelpublic void setSunOpen(int sunOpen)
setSunOpen in interface OrgLaborModelpublic int getSunClose()
getSunClose in interface OrgLaborModelpublic void setSunClose(int sunClose)
setSunClose in interface OrgLaborModelpublic int getMonOpen()
getMonOpen in interface OrgLaborModelpublic void setMonOpen(int monOpen)
setMonOpen in interface OrgLaborModelpublic int getMonClose()
getMonClose in interface OrgLaborModelpublic void setMonClose(int monClose)
setMonClose in interface OrgLaborModelpublic int getTueOpen()
getTueOpen in interface OrgLaborModelpublic void setTueOpen(int tueOpen)
setTueOpen in interface OrgLaborModelpublic int getTueClose()
getTueClose in interface OrgLaborModelpublic void setTueClose(int tueClose)
setTueClose in interface OrgLaborModelpublic int getWedOpen()
getWedOpen in interface OrgLaborModelpublic void setWedOpen(int wedOpen)
setWedOpen in interface OrgLaborModelpublic int getWedClose()
getWedClose in interface OrgLaborModelpublic void setWedClose(int wedClose)
setWedClose in interface OrgLaborModelpublic int getThuOpen()
getThuOpen in interface OrgLaborModelpublic void setThuOpen(int thuOpen)
setThuOpen in interface OrgLaborModelpublic int getThuClose()
getThuClose in interface OrgLaborModelpublic void setThuClose(int thuClose)
setThuClose in interface OrgLaborModelpublic int getFriOpen()
getFriOpen in interface OrgLaborModelpublic void setFriOpen(int friOpen)
setFriOpen in interface OrgLaborModelpublic int getFriClose()
getFriClose in interface OrgLaborModelpublic void setFriClose(int friClose)
setFriClose in interface OrgLaborModelpublic int getSatOpen()
getSatOpen in interface OrgLaborModelpublic void setSatOpen(int satOpen)
setSatOpen in interface OrgLaborModelpublic int getSatClose()
getSatClose in interface OrgLaborModelpublic void setSatClose(int satClose)
setSatClose in interface OrgLaborModelpublic OrgLabor toEscapedModel()
toEscapedModel in interface OrgLaborModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<OrgLabor>isNew in interface OrgLaborModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<OrgLabor>setNew in interface OrgLaborModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<OrgLabor>isCachedModel in interface OrgLaborModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<OrgLabor>setCachedModel in interface OrgLaborModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<OrgLabor>isEscapedModel in interface OrgLaborModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<OrgLabor>setEscapedModel in interface OrgLaborModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<OrgLabor>getPrimaryKeyObj in interface OrgLaborModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<OrgLabor>getExpandoBridge in interface OrgLaborModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<OrgLabor>setExpandoBridgeAttributes in interface OrgLaborModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<OrgLabor>clone in interface OrgLaborModelclone in class Objectpublic int compareTo(OrgLabor orgLabor)
compareTo in interface OrgLaborModelcompareTo in interface Comparable<OrgLabor>public int hashCode()
hashCode in interface OrgLaborModelhashCode in class Objectpublic String toString()
toString in interface OrgLaborModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<OrgLabor>toXmlString in interface OrgLaborModel
public ListType getType()
throws PortalException,
SystemException
getType in interface OrgLaborPortalException
SystemExceptionpublic OrgLabor getWrappedOrgLabor()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||