com.liferay.portal.model
Class WebDAVPropsWrapper

java.lang.Object
  extended by com.liferay.portal.model.WebDAVPropsWrapper
All Implemented Interfaces:
BaseModel<WebDAVProps>, WebDAVProps, WebDAVPropsModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WebDAVProps>

public class WebDAVPropsWrapper
extends java.lang.Object
implements WebDAVProps

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for WebDAVProps.

Author:
Brian Wing Shun Chan
See Also:
WebDAVProps, Serialized Form
Generated:

Constructor Summary
WebDAVPropsWrapper(WebDAVProps webDAVProps)
           
 
Method Summary
 void addProp(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 void addProp(java.lang.String name, java.lang.String prefix, java.lang.String uri, java.lang.String text)
           
 java.lang.Object clone()
           
 int compareTo(WebDAVProps webDAVProps)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getProps()
           
 java.util.Set<com.liferay.portal.kernel.util.Tuple> getPropsSet()
           
 java.lang.String getText(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 long getWebDavPropsId()
           
 WebDAVProps getWrappedWebDAVProps()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void removeProp(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setProps(java.lang.String props)
           
 void setWebDavPropsId(long webDavPropsId)
           
 void store()
           
 WebDAVProps toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebDAVPropsWrapper

public WebDAVPropsWrapper(WebDAVProps webDAVProps)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface WebDAVPropsModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface WebDAVPropsModel

getWebDavPropsId

public long getWebDavPropsId()
Specified by:
getWebDavPropsId in interface WebDAVPropsModel

setWebDavPropsId

public void setWebDavPropsId(long webDavPropsId)
Specified by:
setWebDavPropsId in interface WebDAVPropsModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface WebDAVPropsModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface WebDAVPropsModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface WebDAVPropsModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface WebDAVPropsModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface WebDAVPropsModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface WebDAVPropsModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface WebDAVPropsModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface WebDAVPropsModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface WebDAVPropsModel

getClassPK

public long getClassPK()
Specified by:
getClassPK in interface WebDAVPropsModel

setClassPK

public void setClassPK(long classPK)
Specified by:
setClassPK in interface WebDAVPropsModel

getProps

public java.lang.String getProps()
Specified by:
getProps in interface WebDAVProps
Specified by:
getProps in interface WebDAVPropsModel

setProps

public void setProps(java.lang.String props)
Specified by:
setProps in interface WebDAVPropsModel

toEscapedModel

public WebDAVProps toEscapedModel()
Specified by:
toEscapedModel in interface WebDAVPropsModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<WebDAVProps>
Specified by:
isNew in interface WebDAVPropsModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<WebDAVProps>
Specified by:
setNew in interface WebDAVPropsModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<WebDAVProps>
Specified by:
isCachedModel in interface WebDAVPropsModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<WebDAVProps>
Specified by:
setCachedModel in interface WebDAVPropsModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<WebDAVProps>
Specified by:
isEscapedModel in interface WebDAVPropsModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<WebDAVProps>
Specified by:
setEscapedModel in interface WebDAVPropsModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<WebDAVProps>
Specified by:
getPrimaryKeyObj in interface WebDAVPropsModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<WebDAVProps>
Specified by:
getExpandoBridge in interface WebDAVPropsModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<WebDAVProps>
Specified by:
setExpandoBridgeAttributes in interface WebDAVPropsModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<WebDAVProps>
Specified by:
clone in interface WebDAVPropsModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(WebDAVProps webDAVProps)
Specified by:
compareTo in interface WebDAVPropsModel
Specified by:
compareTo in interface java.lang.Comparable<WebDAVProps>

hashCode

public int hashCode()
Specified by:
hashCode in interface WebDAVPropsModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface WebDAVPropsModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<WebDAVProps>
Specified by:
toXmlString in interface WebDAVPropsModel

getPropsSet

public java.util.Set<com.liferay.portal.kernel.util.Tuple> getPropsSet()
                                                                throws java.lang.Exception
Specified by:
getPropsSet in interface WebDAVProps
Throws:
java.lang.Exception

getText

public java.lang.String getText(java.lang.String name,
                                java.lang.String prefix,
                                java.lang.String uri)
                         throws java.lang.Exception
Specified by:
getText in interface WebDAVProps
Throws:
java.lang.Exception

addProp

public void addProp(java.lang.String name,
                    java.lang.String prefix,
                    java.lang.String uri)
             throws java.lang.Exception
Specified by:
addProp in interface WebDAVProps
Throws:
java.lang.Exception

addProp

public void addProp(java.lang.String name,
                    java.lang.String prefix,
                    java.lang.String uri,
                    java.lang.String text)
             throws java.lang.Exception
Specified by:
addProp in interface WebDAVProps
Throws:
java.lang.Exception

removeProp

public void removeProp(java.lang.String name,
                       java.lang.String prefix,
                       java.lang.String uri)
                throws java.lang.Exception
Specified by:
removeProp in interface WebDAVProps
Throws:
java.lang.Exception

store

public void store()
           throws java.lang.Exception
Specified by:
store in interface WebDAVProps
Throws:
java.lang.Exception

getWrappedWebDAVProps

public WebDAVProps getWrappedWebDAVProps()