com.liferay.portal.model.impl
Class ServiceComponentImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ServiceComponent>
com.liferay.portal.model.impl.ServiceComponentModelImpl
com.liferay.portal.model.impl.ServiceComponentImpl
- All Implemented Interfaces:
- BaseModel<ServiceComponent>, ServiceComponent, ServiceComponentModel, Serializable, Cloneable, Comparable<ServiceComponent>
public class ServiceComponentImpl
- extends ServiceComponentModelImpl
- implements ServiceComponent
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portal.model.impl.ServiceComponentModelImpl |
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Methods inherited from class com.liferay.portal.model.impl.ServiceComponentModelImpl |
clone, compareTo, equals, getBuildDate, getBuildNamespace, getBuildNumber, getData, getExpandoBridge, getOriginalBuildNamespace, getOriginalBuildNumber, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, setBuildDate, setBuildNamespace, setBuildNumber, setExpandoBridgeAttributes, setPrimaryKey, setServiceComponentId, toEscapedModel, toString, toXmlString |
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 |
ServiceComponentImpl
public ServiceComponentImpl()
setData
public void setData(String data)
- Description copied from interface:
ServiceComponentModel
- Sets the data of this service component.
- Specified by:
setData
in interface ServiceComponent
- Specified by:
setData
in interface ServiceComponentModel
- Overrides:
setData
in class ServiceComponentModelImpl
- Parameters:
data
- the data of this service component
getTablesSQL
public String getTablesSQL()
- Specified by:
getTablesSQL
in interface ServiceComponent
getSequencesSQL
public String getSequencesSQL()
- Specified by:
getSequencesSQL
in interface ServiceComponent
getIndexesSQL
public String getIndexesSQL()
- Specified by:
getIndexesSQL
in interface ServiceComponent