Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class WebDAVPropsCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.WebDAVPropsCacheModel
All Implemented Interfaces:
CacheModel<WebDAVProps>, Externalizable, Serializable

public class WebDAVPropsCacheModel
extends Object
implements CacheModel<WebDAVProps>, Externalizable

The cache model class for representing WebDAVProps in entity cache.

See Also:
WebDAVProps, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 long modifiedDate
           
 String props
           
 long webDavPropsId
           
 
Constructor Summary
WebDAVPropsCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 WebDAVProps toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

webDavPropsId

public long webDavPropsId

companyId

public long companyId

createDate

public long createDate

modifiedDate

public long modifiedDate

classNameId

public long classNameId

classPK

public long classPK

props

public String props
Constructor Detail

WebDAVPropsCacheModel

public WebDAVPropsCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public WebDAVProps toEntityModel()
Specified by:
toEntityModel in interface CacheModel<WebDAVProps>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5