@ProviderType public interface WebDAVPropsModel extends AttachedModel, BaseModel<WebDAVProps>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.WebDAVPropsModelImpl
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.portal.model.impl.WebDAVPropsImpl
.
WebDAVProps
Modifier and Type | Method and Description |
---|---|
WebDAVProps |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this web dav props.
|
long |
getClassNameId()
Returns the class name ID of this web dav props.
|
long |
getClassPK()
Returns the class pk of this web dav props.
|
long |
getCompanyId()
Returns the company ID of this web dav props.
|
java.util.Date |
getCreateDate()
Returns the create date of this web dav props.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this web dav props.
|
long |
getMvccVersion()
Returns the mvcc version of this web dav props.
|
long |
getPrimaryKey()
Returns the primary key of this web dav props.
|
java.lang.String |
getProps()
Returns the props of this web dav props.
|
long |
getWebDavPropsId()
Returns the web dav props ID of this web dav props.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this web dav props.
|
void |
setClassPK(long classPK)
Sets the class pk of this web dav props.
|
void |
setCompanyId(long companyId)
Sets the company ID of this web dav props.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this web dav props.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this web dav props.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this web dav props.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this web dav props.
|
void |
setProps(java.lang.String props)
Sets the props of this web dav props.
|
void |
setWebDavPropsId(long webDavPropsId)
Sets the web dav props ID of this web dav props.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this web dav propslong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this web dav propslong getWebDavPropsId()
void setWebDavPropsId(long webDavPropsId)
webDavPropsId
- the web dav props ID of this web dav propslong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this web dav propsjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this web dav propsjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this web dav propsjava.lang.String getClassName()
getClassName
in interface TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this web dav propslong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class pk of this web dav props@AutoEscape java.lang.String getProps()
void setProps(java.lang.String props)
props
- the props of this web dav propsWebDAVProps cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<WebDAVProps>