Class OrgLaborCacheModel

Object
com.liferay.portal.model.impl.OrgLaborCacheModel
All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.OrgLabor>, com.liferay.portal.kernel.model.MVCCModel, Externalizable, Serializable

public class OrgLaborCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.OrgLabor>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing OrgLabor in entity cache.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

    • mvccVersion

      public long mvccVersion
    • orgLaborId

      public long orgLaborId
    • companyId

      public long companyId
    • organizationId

      public long organizationId
    • listTypeId

      public long listTypeId
    • 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 Details

    • OrgLaborCacheModel

      public OrgLaborCacheModel()
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getMvccVersion

      public long getMvccVersion()
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toEntityModel

      public com.liferay.portal.kernel.model.OrgLabor toEntityModel()
      Specified by:
      toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.OrgLabor>
    • readExternal

      public void readExternal(ObjectInput objectInput) throws IOException
      Specified by:
      readExternal in interface Externalizable
      Throws:
      IOException
    • writeExternal

      public void writeExternal(ObjectOutput objectOutput) throws IOException
      Specified by:
      writeExternal in interface Externalizable
      Throws:
      IOException