com.liferay.portal.model
Interface ServiceComponent

All Superinterfaces:
BaseModel<ServiceComponent>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<ServiceComponent>, PersistedModel, java.io.Serializable, ServiceComponentModel
All Known Implementing Classes:
ServiceComponentWrapper

@ProviderType
public interface ServiceComponent
extends ServiceComponentModel, PersistedModel

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

Author:
Brian Wing Shun Chan
See Also:
ServiceComponentModel, ServiceComponentImpl, ServiceComponentModelImpl
Generated:

Method Summary
 java.lang.String getIndexesSQL()
           
 java.lang.String getSequencesSQL()
           
 java.lang.String getTablesSQL()
           
 
Methods inherited from interface com.liferay.portal.model.ServiceComponentModel
clone, compareTo, getBuildDate, getBuildNamespace, getBuildNumber, getData, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, isCachedModel, isEscapedModel, isNew, setBuildDate, setBuildNamespace, setBuildNumber, setCachedModel, setData, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setServiceComponentId, 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
 

Method Detail

getIndexesSQL

java.lang.String getIndexesSQL()

getSequencesSQL

java.lang.String getSequencesSQL()

getTablesSQL

java.lang.String getTablesSQL()