|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ServiceComponent>
com.liferay.portal.model.impl.ServiceComponentModelImpl
public class ServiceComponentModelImpl
This interface is a model that represents the ServiceComponent table in the database.
ServiceComponentImpl,
ServiceComponent,
ServiceComponentModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
ServiceComponentModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ServiceComponent serviceComponent)
|
boolean |
equals(Object obj)
|
long |
getBuildDate()
|
String |
getBuildNamespace()
|
long |
getBuildNumber()
|
String |
getData()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getOriginalBuildNamespace()
|
long |
getOriginalBuildNumber()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getServiceComponentId()
|
int |
hashCode()
|
void |
setBuildDate(long buildDate)
|
void |
setBuildNamespace(String buildNamespace)
|
void |
setBuildNumber(long buildNumber)
|
void |
setData(String data)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setPrimaryKey(long pk)
|
void |
setServiceComponentId(long serviceComponentId)
|
ServiceComponent |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| 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 |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ServiceComponentModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface ServiceComponentModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ServiceComponentModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ServiceComponent>getPrimaryKeyObj in interface ServiceComponentModelpublic long getServiceComponentId()
getServiceComponentId in interface ServiceComponentModelpublic void setServiceComponentId(long serviceComponentId)
setServiceComponentId in interface ServiceComponentModelpublic String getBuildNamespace()
getBuildNamespace in interface ServiceComponentModelpublic void setBuildNamespace(String buildNamespace)
setBuildNamespace in interface ServiceComponentModelpublic String getOriginalBuildNamespace()
public long getBuildNumber()
getBuildNumber in interface ServiceComponentModelpublic void setBuildNumber(long buildNumber)
setBuildNumber in interface ServiceComponentModelpublic long getOriginalBuildNumber()
public long getBuildDate()
getBuildDate in interface ServiceComponentModelpublic void setBuildDate(long buildDate)
setBuildDate in interface ServiceComponentModelpublic String getData()
getData in interface ServiceComponentModelpublic void setData(String data)
setData in interface ServiceComponentModelpublic ServiceComponent toEscapedModel()
toEscapedModel in interface ServiceComponentModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ServiceComponent>getExpandoBridge in interface ServiceComponentModelgetExpandoBridge in class BaseModelImpl<ServiceComponent>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ServiceComponent>setExpandoBridgeAttributes in interface ServiceComponentModelsetExpandoBridgeAttributes in class BaseModelImpl<ServiceComponent>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ServiceComponent>clone in interface ServiceComponentModelclone in class BaseModelImpl<ServiceComponent>public int compareTo(ServiceComponent serviceComponent)
compareTo in interface ServiceComponentModelcompareTo in interface Comparable<ServiceComponent>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ServiceComponentModelhashCode in class Objectpublic String toString()
toString in interface ServiceComponentModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ServiceComponent>toXmlString in interface ServiceComponentModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||