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