|
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<WorkflowDefinitionLink>
com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
public class WorkflowDefinitionLinkModelImpl
This interface is a model that represents the WorkflowDefinitionLink table in the database.
WorkflowDefinitionLinkImpl,
WorkflowDefinitionLink,
WorkflowDefinitionLinkModel,
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 | |
|---|---|
WorkflowDefinitionLinkModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WorkflowDefinitionLink workflowDefinitionLink)
|
boolean |
equals(Object obj)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getOriginalClassNameId()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
long |
getWorkflowDefinitionLinkId()
|
String |
getWorkflowDefinitionName()
|
int |
getWorkflowDefinitionVersion()
|
int |
hashCode()
|
void |
setClassNameId(long classNameId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
|
void |
setWorkflowDefinitionName(String workflowDefinitionName)
|
void |
setWorkflowDefinitionVersion(int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
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.WorkflowDefinitionLinkModel |
|---|
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 WorkflowDefinitionLinkModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface WorkflowDefinitionLinkModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface WorkflowDefinitionLinkModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WorkflowDefinitionLink>getPrimaryKeyObj in interface WorkflowDefinitionLinkModelpublic long getWorkflowDefinitionLinkId()
getWorkflowDefinitionLinkId in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
setWorkflowDefinitionLinkId in interface WorkflowDefinitionLinkModelpublic long getGroupId()
getGroupId in interface WorkflowDefinitionLinkModelpublic void setGroupId(long groupId)
setGroupId in interface WorkflowDefinitionLinkModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface WorkflowDefinitionLinkModelpublic void setCompanyId(long companyId)
setCompanyId in interface WorkflowDefinitionLinkModelpublic long getOriginalCompanyId()
public long getUserId()
getUserId in interface WorkflowDefinitionLinkModelpublic void setUserId(long userId)
setUserId in interface WorkflowDefinitionLinkModel
public String getUserUuid()
throws SystemException
getUserUuid in interface WorkflowDefinitionLinkModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface WorkflowDefinitionLinkModelpublic String getUserName()
getUserName in interface WorkflowDefinitionLinkModelpublic void setUserName(String userName)
setUserName in interface WorkflowDefinitionLinkModelpublic Date getCreateDate()
getCreateDate in interface WorkflowDefinitionLinkModelpublic void setCreateDate(Date createDate)
setCreateDate in interface WorkflowDefinitionLinkModelpublic Date getModifiedDate()
getModifiedDate in interface WorkflowDefinitionLinkModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface WorkflowDefinitionLinkModelpublic String getClassName()
getClassName in interface WorkflowDefinitionLinkModelpublic long getClassNameId()
getClassNameId in interface WorkflowDefinitionLinkModelpublic void setClassNameId(long classNameId)
setClassNameId in interface WorkflowDefinitionLinkModelpublic long getOriginalClassNameId()
public String getWorkflowDefinitionName()
getWorkflowDefinitionName in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionName(String workflowDefinitionName)
setWorkflowDefinitionName in interface WorkflowDefinitionLinkModelpublic int getWorkflowDefinitionVersion()
getWorkflowDefinitionVersion in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
setWorkflowDefinitionVersion in interface WorkflowDefinitionLinkModelpublic WorkflowDefinitionLink toEscapedModel()
toEscapedModel in interface WorkflowDefinitionLinkModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WorkflowDefinitionLink>getExpandoBridge in interface WorkflowDefinitionLinkModelgetExpandoBridge in class BaseModelImpl<WorkflowDefinitionLink>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WorkflowDefinitionLink>setExpandoBridgeAttributes in interface WorkflowDefinitionLinkModelsetExpandoBridgeAttributes in class BaseModelImpl<WorkflowDefinitionLink>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<WorkflowDefinitionLink>clone in interface WorkflowDefinitionLinkModelclone in class BaseModelImpl<WorkflowDefinitionLink>public int compareTo(WorkflowDefinitionLink workflowDefinitionLink)
compareTo in interface WorkflowDefinitionLinkModelcompareTo in interface Comparable<WorkflowDefinitionLink>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface WorkflowDefinitionLinkModelhashCode in class Objectpublic String toString()
toString in interface WorkflowDefinitionLinkModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WorkflowDefinitionLink>toXmlString in interface WorkflowDefinitionLinkModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||