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.longReturns the class name ID of this web dav props.longReturns the class pk of this web dav props.longReturns 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.longReturns the mvcc version of this web dav props.longReturns the primary key of this web dav props.getProps()Returns the props of this web dav props.longReturns the web dav props ID of this web dav props.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this web dav props.voidsetClassPK(long classPK) Sets the class pk of this web dav props.voidsetCompanyId(long companyId) Sets the company ID of this web dav props.voidsetCreateDate(Date createDate) Sets the create date of this web dav props.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this web dav props.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this web dav props.voidsetPrimaryKey(long primaryKey) Sets the primary key of this web dav props.voidSets the props of this web dav props.voidsetWebDavPropsId(long webDavPropsId) Sets the web dav props ID of this web dav props.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCompanyIdin 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:
setCompanyIdin 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:
getClassNamein 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:
getClassNameIdin 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:
setClassNameIdin 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:
getClassPKin 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:
setClassPKin 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:
cloneWithOriginalValuesin interfaceBaseModel<WebDAVProps>
-
toXmlString
-