com.liferay.portal.model.impl
Class OrgLaborCacheModel
java.lang.Object
com.liferay.portal.model.impl.OrgLaborCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.OrgLabor>, java.io.Serializable
public class OrgLaborCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.OrgLabor>, java.io.Serializable
The cache model class for representing OrgLabor in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
OrgLabor,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
orgLaborId
public long orgLaborId
organizationId
public long organizationId
typeId
public int typeId
sunOpen
public int sunOpen
sunClose
public int sunClose
monOpen
public int monOpen
monClose
public int monClose
tueOpen
public int tueOpen
tueClose
public int tueClose
wedOpen
public int wedOpen
wedClose
public int wedClose
thuOpen
public int thuOpen
thuClose
public int thuClose
friOpen
public int friOpen
friClose
public int friClose
satOpen
public int satOpen
satClose
public int satClose
OrgLaborCacheModel
public OrgLaborCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.OrgLabor toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.OrgLabor>