com.liferay.portal.model.impl
Class ServiceComponentImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ServiceComponent>
      extended by com.liferay.portal.model.impl.ServiceComponentModelImpl
          extended by com.liferay.portal.model.impl.ServiceComponentImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.ServiceComponent>, com.liferay.portal.model.ServiceComponent, com.liferay.portal.model.ServiceComponentModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.ServiceComponent>

public class ServiceComponentImpl
extends ServiceComponentModelImpl
implements com.liferay.portal.model.ServiceComponent

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ServiceComponentModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ServiceComponentImpl()
           
 
Method Summary
 java.lang.String getIndexesSQL()
           
 java.lang.String getSequencesSQL()
           
 java.lang.String getTablesSQL()
           
 void setData(java.lang.String data)
           
 
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, setPrimaryKey, setServiceComponentId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ServiceComponentModel
getBuildDate, getBuildNamespace, getBuildNumber, getData, getPrimaryKey, getServiceComponentId, setBuildDate, setBuildNamespace, setBuildNumber, setPrimaryKey, setServiceComponentId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

ServiceComponentImpl

public ServiceComponentImpl()
Method Detail

setData

public void setData(java.lang.String data)
Specified by:
setData in interface com.liferay.portal.model.ServiceComponent
Specified by:
setData in interface com.liferay.portal.model.ServiceComponentModel
Overrides:
setData in class ServiceComponentModelImpl

getTablesSQL

public java.lang.String getTablesSQL()
Specified by:
getTablesSQL in interface com.liferay.portal.model.ServiceComponent

getSequencesSQL

public java.lang.String getSequencesSQL()
Specified by:
getSequencesSQL in interface com.liferay.portal.model.ServiceComponent

getIndexesSQL

public java.lang.String getIndexesSQL()
Specified by:
getIndexesSQL in interface com.liferay.portal.model.ServiceComponent