com.liferay.portal.model
Interface ServiceComponent
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ServiceComponentModel
- public interface ServiceComponent
- extends ServiceComponentModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the ServiceComponent
table
in the database.
Customize com.liferay.portal.service.model.impl.ServiceComponentImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.ServiceComponentModel
,
com.liferay.portal.service.model.impl.ServiceComponentImpl
,
com.liferay.portal.service.model.impl.ServiceComponentModelImpl
Methods inherited from interface com.liferay.portal.model.ServiceComponentModel |
getBuildDate, getBuildNamespace, getBuildNumber, getData, getPrimaryKey, getServiceComponentId, setBuildDate, setBuildNamespace, setBuildNumber, setPrimaryKey, setServiceComponentId |
Methods inherited from interface java.lang.Comparable |
compareTo |
setData
public void setData(java.lang.String data)
- Specified by:
setData
in interface ServiceComponentModel
getTablesSQL
public java.lang.String getTablesSQL()
getSequencesSQL
public java.lang.String getSequencesSQL()
getIndexesSQL
public java.lang.String getIndexesSQL()