Class DLSyncEventWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent>
com.liferay.document.library.sync.model.DLSyncEventWrapper
All Implemented Interfaces:
DLSyncEvent, DLSyncEventModel, com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DLSyncEvent>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<DLSyncEvent>

public class DLSyncEventWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent> implements DLSyncEvent, com.liferay.portal.kernel.model.ModelWrapper<DLSyncEvent>

This class is a wrapper for DLSyncEvent.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.document.library.sync.model.DLSyncEvent

    SYNC_EVENT_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this dl sync event.
    Returns the event of this dl sync event.
     
    long
    Returns the modified time of this dl sync event.
    long
    Returns the primary key of this dl sync event.
    long
    Returns the sync event ID of this dl sync event.
    Returns the type of this dl sync event.
    long
    Returns the type pk of this dl sync event.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this dl sync event.
    void
    Sets the event of this dl sync event.
    void
     
    void
    setModifiedTime(long modifiedTime)
    Sets the modified time of this dl sync event.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this dl sync event.
    void
    setSyncEventId(long syncEventId)
    Sets the sync event ID of this dl sync event.
    void
    Sets the type of this dl sync event.
    void
    setTypePK(long typePK)
    Sets the type pk of this dl sync event.
     
    wrap(DLSyncEvent dlSyncEvent)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

    • DLSyncEventWrapper

      public DLSyncEventWrapper(DLSyncEvent dlSyncEvent)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
    • cloneWithOriginalValues

      public DLSyncEvent cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
      Specified by:
      cloneWithOriginalValues in interface DLSyncEventModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this dl sync event.
      Specified by:
      getCompanyId in interface DLSyncEventModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this dl sync event
    • getEvent

      public String getEvent()
      Returns the event of this dl sync event.
      Specified by:
      getEvent in interface DLSyncEventModel
      Returns:
      the event of this dl sync event
    • getModifiedTime

      public long getModifiedTime()
      Returns the modified time of this dl sync event.
      Specified by:
      getModifiedTime in interface DLSyncEventModel
      Returns:
      the modified time of this dl sync event
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this dl sync event.
      Specified by:
      getPrimaryKey in interface DLSyncEventModel
      Returns:
      the primary key of this dl sync event
    • getSyncEventId

      public long getSyncEventId()
      Returns the sync event ID of this dl sync event.
      Specified by:
      getSyncEventId in interface DLSyncEventModel
      Returns:
      the sync event ID of this dl sync event
    • getType

      public String getType()
      Returns the type of this dl sync event.
      Specified by:
      getType in interface DLSyncEventModel
      Returns:
      the type of this dl sync event
    • getTypePK

      public long getTypePK()
      Returns the type pk of this dl sync event.
      Specified by:
      getTypePK in interface DLSyncEventModel
      Returns:
      the type pk of this dl sync event
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this dl sync event.
      Specified by:
      setCompanyId in interface DLSyncEventModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this dl sync event
    • setEvent

      public void setEvent(String event)
      Sets the event of this dl sync event.
      Specified by:
      setEvent in interface DLSyncEventModel
      Parameters:
      event - the event of this dl sync event
    • setModifiedTime

      public void setModifiedTime(long modifiedTime)
      Sets the modified time of this dl sync event.
      Specified by:
      setModifiedTime in interface DLSyncEventModel
      Parameters:
      modifiedTime - the modified time of this dl sync event
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this dl sync event.
      Specified by:
      setPrimaryKey in interface DLSyncEventModel
      Parameters:
      primaryKey - the primary key of this dl sync event
    • setSyncEventId

      public void setSyncEventId(long syncEventId)
      Sets the sync event ID of this dl sync event.
      Specified by:
      setSyncEventId in interface DLSyncEventModel
      Parameters:
      syncEventId - the sync event ID of this dl sync event
    • setType

      public void setType(String type)
      Sets the type of this dl sync event.
      Specified by:
      setType in interface DLSyncEventModel
      Parameters:
      type - the type of this dl sync event
    • setTypePK

      public void setTypePK(long typePK)
      Sets the type pk of this dl sync event.
      Specified by:
      setTypePK in interface DLSyncEventModel
      Parameters:
      typePK - the type pk of this dl sync event
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DLSyncEventModel
    • wrap

      protected DLSyncEventWrapper wrap(DLSyncEvent dlSyncEvent)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent>