Liferay 6.0.5

com.liferay.portal.model
Interface ServiceComponent

All Superinterfaces:
BaseModel<ServiceComponent>, Cloneable, Comparable<ServiceComponent>, Serializable, ServiceComponentModel
All Known Implementing Classes:
ServiceComponentImpl, 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.

See Also:
ServiceComponentModel, ServiceComponentImpl, ServiceComponentModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String getIndexesSQL()
           
 String getSequencesSQL()
           
 String getTablesSQL()
           
 void setData(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(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

String getTablesSQL()

getSequencesSQL

String getSequencesSQL()

getIndexesSQL

String getIndexesSQL()

Liferay 6.0.5