com.liferay.portal.model
Interface ServiceComponent

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

public interface ServiceComponent
extends ServiceComponentModel

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

Never modify this interface directly. Add methods to ServiceComponentImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a service component model instance should use the ServiceComponent interface instead.

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()
           
 void setData(java.lang.String data)
          Sets the data of this service component.
 
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, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setServiceComponentId, toEscapedModel, toString, toXmlString
 

Method Detail

setData

void setData(java.lang.String data)
Description copied from interface: ServiceComponentModel
Sets the data of this service component.

Specified by:
setData in interface ServiceComponentModel
Parameters:
data - the data of this service component

getTablesSQL

java.lang.String getTablesSQL()

getSequencesSQL

java.lang.String getSequencesSQL()

getIndexesSQL

java.lang.String getIndexesSQL()