Package com.liferay.portal.kernel.model
Class WebDAVPropsWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WebDAVProps>
com.liferay.portal.kernel.model.WebDAVPropsWrapper
- All Implemented Interfaces:
AttachedModel,BaseModel<WebDAVProps>,ClassedModel,ModelWrapper<WebDAVProps>,MVCCModel,PersistedModel,ShardedModel,TypedModel,WebDAVProps,WebDAVPropsModel,Serializable,Cloneable,Comparable<WebDAVProps>
public class WebDAVPropsWrapper
extends BaseModelWrapper<WebDAVProps>
implements ModelWrapper<WebDAVProps>, WebDAVProps
This class is a wrapper for WebDAVProps.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.WebDAVProps
WEB_DAV_PROPS_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidReturns 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.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidremoveProp(String name, String prefix, String uri) 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.voidsetModelAttributes(Map<String, Object> attributes) 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.voidstore()protected WebDAVPropsWrapperwrap(WebDAVProps webDAVProps) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
WebDAVPropsWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<WebDAVProps>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<WebDAVProps>
-
addProp
- Specified by:
addPropin interfaceWebDAVProps- Throws:
Exception
-
addProp
- Specified by:
addPropin interfaceWebDAVProps- Throws:
Exception
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<WebDAVProps>- Specified by:
cloneWithOriginalValuesin interfaceWebDAVPropsModel
-
getClassName
Returns the fully qualified class name of this web dav props.- Specified by:
getClassNamein interfaceTypedModel- Specified by:
getClassNamein interfaceWebDAVPropsModel- Returns:
- the fully qualified class name of this web dav props
-
getClassNameId
public long getClassNameId()Returns the class name ID of this web dav props.- Specified by:
getClassNameIdin interfaceTypedModel- Specified by:
getClassNameIdin interfaceWebDAVPropsModel- Returns:
- the class name ID of this web dav props
-
getClassPK
public long getClassPK()Returns the class pk of this web dav props.- Specified by:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin interfaceWebDAVPropsModel- Returns:
- the class pk of this web dav props
-
getCompanyId
public long getCompanyId()Returns the company ID of this web dav props.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceWebDAVPropsModel- Returns:
- the company ID of this web dav props
-
getCreateDate
Returns the create date of this web dav props.- Specified by:
getCreateDatein interfaceWebDAVPropsModel- Returns:
- the create date of this web dav props
-
getModifiedDate
Returns the modified date of this web dav props.- Specified by:
getModifiedDatein interfaceWebDAVPropsModel- Returns:
- the modified date of this web dav props
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this web dav props.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceWebDAVPropsModel- Returns:
- the mvcc version of this web dav props
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this web dav props.- Specified by:
getPrimaryKeyin interfaceWebDAVPropsModel- Returns:
- the primary key of this web dav props
-
getProps
Returns the props of this web dav props.- Specified by:
getPropsin interfaceWebDAVPropsModel- Returns:
- the props of this web dav props
-
getPropsSet
- Specified by:
getPropsSetin interfaceWebDAVProps- Throws:
Exception
-
getText
- Specified by:
getTextin interfaceWebDAVProps- Throws:
Exception
-
getWebDavPropsId
public long getWebDavPropsId()Returns the web dav props ID of this web dav props.- Specified by:
getWebDavPropsIdin interfaceWebDAVPropsModel- Returns:
- the web dav props ID of this web dav props
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
removeProp
- Specified by:
removePropin interfaceWebDAVProps- Throws:
Exception
-
setClassName
- Specified by:
setClassNamein interfaceWebDAVPropsModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this web dav props.- Specified by:
setClassNameIdin interfaceTypedModel- Specified by:
setClassNameIdin interfaceWebDAVPropsModel- Parameters:
classNameId- the class name ID of this web dav props
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this web dav props.- Specified by:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin interfaceWebDAVPropsModel- Parameters:
classPK- the class pk of this web dav props
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this web dav props.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceWebDAVPropsModel- Parameters:
companyId- the company ID of this web dav props
-
setCreateDate
Sets the create date of this web dav props.- Specified by:
setCreateDatein interfaceWebDAVPropsModel- Parameters:
createDate- the create date of this web dav props
-
setModifiedDate
Sets the modified date of this web dav props.- Specified by:
setModifiedDatein interfaceWebDAVPropsModel- Parameters:
modifiedDate- the modified date of this web dav props
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this web dav props.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceWebDAVPropsModel- Parameters:
mvccVersion- the mvcc version of this web dav props
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this web dav props.- Specified by:
setPrimaryKeyin interfaceWebDAVPropsModel- Parameters:
primaryKey- the primary key of this web dav props
-
setProps
Sets the props of this web dav props.- Specified by:
setPropsin interfaceWebDAVPropsModel- Parameters:
props- the props of this web dav props
-
setWebDavPropsId
public void setWebDavPropsId(long webDavPropsId) Sets the web dav props ID of this web dav props.- Specified by:
setWebDavPropsIdin interfaceWebDAVPropsModel- Parameters:
webDavPropsId- the web dav props ID of this web dav props
-
store
- Specified by:
storein interfaceWebDAVProps- Throws:
Exception
-
toXmlString
- Specified by:
toXmlStringin interfaceWebDAVPropsModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<WebDAVProps>
-