com.liferay.portal.model
Interface Website

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WebsiteModel

public interface Website
extends WebsiteModel

View Source

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

This interface is a model that represents the Website table in the database.

Customize com.liferay.portal.model.impl.WebsiteImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
WebsiteModel, WebsiteImpl, WebsiteModelImpl

Method Summary
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.WebsiteModel
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getPrimary, getPrimaryKey, getTypeId, getUrl, getUserId, getUserName, getWebsiteId, isPrimary, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setPrimary, setPrimaryKey, setTypeId, setUrl, setUserId, setUserName, setWebsiteId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getType

ListType getType()