@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() |
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.
|
Date |
getCreateDate()
Returns the create date of this web dav props.
|
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.
|
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(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(Date createDate)
Sets the create date of this web dav props.
|
void |
setModifiedDate(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(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.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
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 propsDate getCreateDate()
void setCreateDate(Date createDate)
createDate
- the create date of this web dav propsDate getModifiedDate()
void setModifiedDate(Date modifiedDate)
modifiedDate
- the modified date of this web dav propsString getClassName()
getClassName
in interface TypedModel
void setClassName(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 String getProps()
void setProps(String props)
props
- the props of this web dav propsWebDAVProps cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<WebDAVProps>
default String toXmlString()