@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 |
|---|---|
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this web dav propslong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - 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 ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - 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 TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this web dav propslong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this web dav props@AutoEscape String getProps()
void setProps(String props)
props - the props of this web dav props