Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface VirtualHost

All Superinterfaces:
BaseModel<VirtualHost>, ClassedModel, Cloneable, Comparable<VirtualHost>, PersistedModel, Serializable, VirtualHostModel
All Known Implementing Classes:
VirtualHostWrapper

@ProviderType
public interface VirtualHost
extends VirtualHostModel, PersistedModel

The extended model interface for the VirtualHost service. Represents a row in the "VirtualHost" database table, with each column mapped to a property of this class.

See Also:
VirtualHostModel, VirtualHostImpl, VirtualHostModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.VirtualHostModel
clone, compareTo, getCompanyId, getExpandoBridge, getHostname, getLayoutSetId, getPrimaryKey, getPrimaryKeyObj, getVirtualHostId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHostname, setLayoutSetId, setNew, setPrimaryKey, setPrimaryKeyObj, setVirtualHostId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5