Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class OrgLaborCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.OrgLaborCacheModel
All Implemented Interfaces:
CacheModel<OrgLabor>, Serializable

public class OrgLaborCacheModel
extends Object
implements CacheModel<OrgLabor>, Serializable

The cache model class for representing OrgLabor in entity cache.

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

Field Summary
 int friClose
           
 int friOpen
           
 int monClose
           
 int monOpen
           
 long organizationId
           
 long orgLaborId
           
 int satClose
           
 int satOpen
           
 int sunClose
           
 int sunOpen
           
 int thuClose
           
 int thuOpen
           
 int tueClose
           
 int tueOpen
           
 int typeId
           
 int wedClose
           
 int wedOpen
           
 
Constructor Summary
OrgLaborCacheModel()
           
 
Method Summary
 OrgLabor toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

OrgLaborCacheModel

public OrgLaborCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public OrgLabor toEntityModel()
Specified by:
toEntityModel in interface CacheModel<OrgLabor>

Liferay 6.1.2-ce-ga3