Package com.liferay.portal.kernel.model
Interface WebDAVPropsModel
- All Superinterfaces:
AttachedModel
,BaseModel<WebDAVProps>
,ClassedModel
,Cloneable
,Comparable<WebDAVProps>
,MVCCModel
,Serializable
,ShardedModel
,TypedModel
- All Known Subinterfaces:
WebDAVProps
- All Known Implementing Classes:
WebDAVPropsWrapper
@ProviderType
public interface WebDAVPropsModel
extends AttachedModel, BaseModel<WebDAVProps>, MVCCModel, ShardedModel
The base model interface for the WebDAVProps service. Represents a row in the "WebDAVProps" database table, with each column mapped to a property of this class.
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this web dav props.long
Returns the class name ID of this web dav props.long
Returns the class pk of this web dav props.long
Returns the company ID of this web dav props.Returns the create date of this web dav props.Returns the modified date of this web dav props.long
Returns the mvcc version of this web dav props.long
Returns the primary key of this web dav props.getProps()
Returns the props of this web dav props.long
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
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
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this web dav props.- Returns:
- the primary key of this web dav props
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this web dav props.- Parameters:
primaryKey
- the primary key of this web dav props
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this web dav props.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this web dav props
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this web dav props.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this web dav props
-
getWebDavPropsId
long getWebDavPropsId()Returns the web dav props ID of this web dav props.- Returns:
- the web dav props ID of this web dav props
-
setWebDavPropsId
void setWebDavPropsId(long webDavPropsId) Sets the web dav props ID of this web dav props.- Parameters:
webDavPropsId
- the web dav props ID of this web dav props
-
getCompanyId
long getCompanyId()Returns the company ID of this web dav props.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this web dav props
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this web dav props.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this web dav props
-
getCreateDate
Date getCreateDate()Returns the create date of this web dav props.- Returns:
- the create date of this web dav props
-
setCreateDate
Sets the create date of this web dav props.- Parameters:
createDate
- the create date of this web dav props
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this web dav props.- Returns:
- the modified date of this web dav props
-
setModifiedDate
Sets the modified date of this web dav props.- Parameters:
modifiedDate
- the modified date of this web dav props
-
getClassName
String getClassName()Returns the fully qualified class name of this web dav props.- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this web dav props
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this web dav props.- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this web dav props
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this web dav props.- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this web dav props
-
getClassPK
long getClassPK()Returns the class pk of this web dav props.- Specified by:
getClassPK
in interfaceAttachedModel
- Returns:
- the class pk of this web dav props
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this web dav props.- Specified by:
setClassPK
in interfaceAttachedModel
- Parameters:
classPK
- the class pk of this web dav props
-
getProps
Returns the props of this web dav props.- Returns:
- the props of this web dav props
-
setProps
Sets the props of this web dav props.- Parameters:
props
- the props of this web dav props
-
cloneWithOriginalValues
WebDAVProps cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<WebDAVProps>
-
toXmlString
-