Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ServiceComponent

All Superinterfaces:
BaseModel<ServiceComponent>, ClassedModel, Cloneable, Comparable<ServiceComponent>, PersistedModel, Serializable, ServiceComponentModel
All Known Implementing Classes:
ServiceComponentBaseImpl, ServiceComponentImpl, ServiceComponentWrapper

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.

See Also:
ServiceComponentModel, ServiceComponentImpl, ServiceComponentModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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, 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

String getIndexesSQL()

getSequencesSQL

String getSequencesSQL()

getTablesSQL

String getTablesSQL()

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

Liferay 6.1.2-ce-ga3