Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface VirtualHost

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

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, 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.1.2-ce-ga3