Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class WebsiteCacheModel

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

public class WebsiteCacheModel
extends Object
implements CacheModel<Website>, Serializable

The cache model class for representing Website in entity cache.

See Also:
Website, 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
           
 boolean primary
           
 int typeId
           
 String url
           
 long userId
           
 String userName
           
 long websiteId
           
 
Constructor Summary
WebsiteCacheModel()
           
 
Method Summary
 Website toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

websiteId

public long websiteId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

classNameId

public long classNameId

classPK

public long classPK

url

public String url

typeId

public int typeId

primary

public boolean primary
Constructor Detail

WebsiteCacheModel

public WebsiteCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3