|
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<WorkflowInstanceLink>
com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
public class WorkflowInstanceLinkModelImpl
This interface is a model that represents the WorkflowInstanceLink table in the database.
WorkflowInstanceLinkImpl,
WorkflowInstanceLink,
WorkflowInstanceLinkModel,
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 | |
|---|---|
WorkflowInstanceLinkModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WorkflowInstanceLink workflowInstanceLink)
|
boolean |
equals(Object obj)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
long |
getWorkflowInstanceId()
|
long |
getWorkflowInstanceLinkId()
|
int |
hashCode()
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
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 |
setWorkflowInstanceId(long workflowInstanceId)
|
void |
setWorkflowInstanceLinkId(long workflowInstanceLinkId)
|
WorkflowInstanceLink |
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.WorkflowInstanceLinkModel |
|---|
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 WorkflowInstanceLinkModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface WorkflowInstanceLinkModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface WorkflowInstanceLinkModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WorkflowInstanceLink>getPrimaryKeyObj in interface WorkflowInstanceLinkModelpublic long getWorkflowInstanceLinkId()
getWorkflowInstanceLinkId in interface WorkflowInstanceLinkModelpublic void setWorkflowInstanceLinkId(long workflowInstanceLinkId)
setWorkflowInstanceLinkId in interface WorkflowInstanceLinkModelpublic long getGroupId()
getGroupId in interface WorkflowInstanceLinkModelpublic void setGroupId(long groupId)
setGroupId in interface WorkflowInstanceLinkModelpublic long getCompanyId()
getCompanyId in interface WorkflowInstanceLinkModelpublic void setCompanyId(long companyId)
setCompanyId in interface WorkflowInstanceLinkModelpublic long getUserId()
getUserId in interface WorkflowInstanceLinkModelpublic void setUserId(long userId)
setUserId in interface WorkflowInstanceLinkModel
public String getUserUuid()
throws SystemException
getUserUuid in interface WorkflowInstanceLinkModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface WorkflowInstanceLinkModelpublic String getUserName()
getUserName in interface WorkflowInstanceLinkModelpublic void setUserName(String userName)
setUserName in interface WorkflowInstanceLinkModelpublic Date getCreateDate()
getCreateDate in interface WorkflowInstanceLinkModelpublic void setCreateDate(Date createDate)
setCreateDate in interface WorkflowInstanceLinkModelpublic Date getModifiedDate()
getModifiedDate in interface WorkflowInstanceLinkModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface WorkflowInstanceLinkModelpublic String getClassName()
getClassName in interface WorkflowInstanceLinkModelpublic long getClassNameId()
getClassNameId in interface WorkflowInstanceLinkModelpublic void setClassNameId(long classNameId)
setClassNameId in interface WorkflowInstanceLinkModelpublic long getClassPK()
getClassPK in interface WorkflowInstanceLinkModelpublic void setClassPK(long classPK)
setClassPK in interface WorkflowInstanceLinkModelpublic long getWorkflowInstanceId()
getWorkflowInstanceId in interface WorkflowInstanceLinkModelpublic void setWorkflowInstanceId(long workflowInstanceId)
setWorkflowInstanceId in interface WorkflowInstanceLinkModelpublic WorkflowInstanceLink toEscapedModel()
toEscapedModel in interface WorkflowInstanceLinkModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WorkflowInstanceLink>getExpandoBridge in interface WorkflowInstanceLinkModelgetExpandoBridge in class BaseModelImpl<WorkflowInstanceLink>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WorkflowInstanceLink>setExpandoBridgeAttributes in interface WorkflowInstanceLinkModelsetExpandoBridgeAttributes in class BaseModelImpl<WorkflowInstanceLink>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<WorkflowInstanceLink>clone in interface WorkflowInstanceLinkModelclone in class BaseModelImpl<WorkflowInstanceLink>public int compareTo(WorkflowInstanceLink workflowInstanceLink)
compareTo in interface WorkflowInstanceLinkModelcompareTo in interface Comparable<WorkflowInstanceLink>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface WorkflowInstanceLinkModelhashCode in class Objectpublic String toString()
toString in interface WorkflowInstanceLinkModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WorkflowInstanceLink>toXmlString in interface WorkflowInstanceLinkModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||