@ProviderType public interface DLSyncEventModel extends com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.document.library.sync.model.impl.DLSyncEventModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.document.library.sync.model.impl.DLSyncEventImpl
.
DLSyncEvent
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(DLSyncEvent dlSyncEvent) |
long |
getCompanyId()
Returns the company ID of this dl sync event.
|
java.lang.String |
getEvent()
Returns the event of this dl sync event.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getModifiedTime()
Returns the modified time of this dl sync event.
|
long |
getPrimaryKey()
Returns the primary key of this dl sync event.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getSyncEventId()
Returns the sync event ID of this dl sync event.
|
java.lang.String |
getType()
Returns the type of this dl sync event.
|
long |
getTypePK()
Returns the type pk of this dl sync event.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this dl sync event.
|
void |
setEvent(java.lang.String event)
Sets the event of this dl sync event.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModifiedTime(long modifiedTime)
Sets the modified time of this dl sync event.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this dl sync event.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSyncEventId(long syncEventId)
Sets the sync event ID of this dl sync event.
|
void |
setType(java.lang.String type)
Sets the type of this dl sync event.
|
void |
setTypePK(long typePK)
Sets the type pk of this dl sync event.
|
com.liferay.portal.kernel.model.CacheModel<DLSyncEvent> |
toCacheModel() |
DLSyncEvent |
toEscapedModel() |
java.lang.String |
toString() |
DLSyncEvent |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this dl sync eventlong getSyncEventId()
void setSyncEventId(long syncEventId)
syncEventId
- the sync event ID of this dl sync eventlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this dl sync eventlong getModifiedTime()
void setModifiedTime(long modifiedTime)
modifiedTime
- the modified time of this dl sync event@AutoEscape java.lang.String getEvent()
void setEvent(java.lang.String event)
event
- the event of this dl sync event@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type
- the type of this dl sync eventlong getTypePK()
void setTypePK(long typePK)
typePK
- the type pk of this dl sync eventboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
int compareTo(DLSyncEvent dlSyncEvent)
compareTo
in interface java.lang.Comparable<DLSyncEvent>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<DLSyncEvent> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
DLSyncEvent toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
DLSyncEvent toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>