|
Liferay 6.0.4 | |||||||||
| 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
The base model implementation for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface WorkflowDefinitionLinkModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WorkflowDefinitionLinkImpl.
Never modify or reference this class directly. All methods that expect a workflow definition link model instance should use the WorkflowDefinitionLink interface instead.
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()
Gets the class name of the model instance this workflow definition link is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this workflow definition link. |
long |
getCompanyId()
Gets the company id of this workflow definition link. |
Date |
getCreateDate()
Gets the create date of this workflow definition link. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this workflow definition link. |
Date |
getModifiedDate()
Gets the modified date of this workflow definition link. |
long |
getOriginalClassNameId()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getPrimaryKey()
Gets the primary key of this workflow definition link. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this workflow definition link. |
String |
getUserName()
Gets the user name of this workflow definition link. |
String |
getUserUuid()
Gets the user uuid of this workflow definition link. |
long |
getWorkflowDefinitionLinkId()
Gets the workflow definition link id of this workflow definition link. |
String |
getWorkflowDefinitionName()
Gets the workflow definition name of this workflow definition link. |
int |
getWorkflowDefinitionVersion()
Gets the workflow definition version of this workflow definition link. |
int |
hashCode()
|
void |
setClassNameId(long classNameId)
Sets the class name id of this workflow definition link. |
void |
setCompanyId(long companyId)
Sets the company id of this workflow definition link. |
void |
setCreateDate(Date createDate)
Sets the create date of this workflow definition link. |
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)
Sets the group id of this workflow definition link. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this workflow definition link. |
void |
setPrimaryKey(long pk)
Sets the primary key of this workflow definition link |
void |
setUserId(long userId)
Sets the user id of this workflow definition link. |
void |
setUserName(String userName)
Sets the user name of this workflow definition link. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this workflow definition link. |
void |
setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
Sets the workflow definition link id of this workflow definition link. |
void |
setWorkflowDefinitionName(String workflowDefinitionName)
Sets the workflow definition name of this workflow definition link. |
void |
setWorkflowDefinitionVersion(int workflowDefinitionVersion)
Sets the workflow definition version of this workflow definition link. |
WorkflowDefinitionLink |
toEscapedModel()
Gets a copy of this workflow definition link as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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()
WorkflowDefinitionLinkModel
getPrimaryKey in interface WorkflowDefinitionLinkModelpublic void setPrimaryKey(long pk)
WorkflowDefinitionLinkModel
setPrimaryKey in interface WorkflowDefinitionLinkModelpk - the primary key of this workflow definition linkpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WorkflowDefinitionLink>getPrimaryKeyObj in interface WorkflowDefinitionLinkModelpublic long getWorkflowDefinitionLinkId()
WorkflowDefinitionLinkModel
getWorkflowDefinitionLinkId in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
WorkflowDefinitionLinkModel
setWorkflowDefinitionLinkId in interface WorkflowDefinitionLinkModelworkflowDefinitionLinkId - the workflow definition link id of this workflow definition linkpublic long getGroupId()
WorkflowDefinitionLinkModel
getGroupId in interface WorkflowDefinitionLinkModelpublic void setGroupId(long groupId)
WorkflowDefinitionLinkModel
setGroupId in interface WorkflowDefinitionLinkModelgroupId - the group id of this workflow definition linkpublic long getOriginalGroupId()
public long getCompanyId()
WorkflowDefinitionLinkModel
getCompanyId in interface WorkflowDefinitionLinkModelpublic void setCompanyId(long companyId)
WorkflowDefinitionLinkModel
setCompanyId in interface WorkflowDefinitionLinkModelcompanyId - the company id of this workflow definition linkpublic long getOriginalCompanyId()
public long getUserId()
WorkflowDefinitionLinkModel
getUserId in interface WorkflowDefinitionLinkModelpublic void setUserId(long userId)
WorkflowDefinitionLinkModel
setUserId in interface WorkflowDefinitionLinkModeluserId - the user id of this workflow definition link
public String getUserUuid()
throws SystemException
WorkflowDefinitionLinkModel
getUserUuid in interface WorkflowDefinitionLinkModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
WorkflowDefinitionLinkModel
setUserUuid in interface WorkflowDefinitionLinkModeluserUuid - the user uuid of this workflow definition linkpublic String getUserName()
WorkflowDefinitionLinkModel
getUserName in interface WorkflowDefinitionLinkModelpublic void setUserName(String userName)
WorkflowDefinitionLinkModel
setUserName in interface WorkflowDefinitionLinkModeluserName - the user name of this workflow definition linkpublic Date getCreateDate()
WorkflowDefinitionLinkModel
getCreateDate in interface WorkflowDefinitionLinkModelpublic void setCreateDate(Date createDate)
WorkflowDefinitionLinkModel
setCreateDate in interface WorkflowDefinitionLinkModelcreateDate - the create date of this workflow definition linkpublic Date getModifiedDate()
WorkflowDefinitionLinkModel
getModifiedDate in interface WorkflowDefinitionLinkModelpublic void setModifiedDate(Date modifiedDate)
WorkflowDefinitionLinkModel
setModifiedDate in interface WorkflowDefinitionLinkModelmodifiedDate - the modified date of this workflow definition linkpublic String getClassName()
WorkflowDefinitionLinkModel
getClassName in interface WorkflowDefinitionLinkModelpublic long getClassNameId()
WorkflowDefinitionLinkModel
getClassNameId in interface WorkflowDefinitionLinkModelpublic void setClassNameId(long classNameId)
WorkflowDefinitionLinkModel
setClassNameId in interface WorkflowDefinitionLinkModelclassNameId - the class name id of this workflow definition linkpublic long getOriginalClassNameId()
public String getWorkflowDefinitionName()
WorkflowDefinitionLinkModel
getWorkflowDefinitionName in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionName(String workflowDefinitionName)
WorkflowDefinitionLinkModel
setWorkflowDefinitionName in interface WorkflowDefinitionLinkModelworkflowDefinitionName - the workflow definition name of this workflow definition linkpublic int getWorkflowDefinitionVersion()
WorkflowDefinitionLinkModel
getWorkflowDefinitionVersion in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
WorkflowDefinitionLinkModel
setWorkflowDefinitionVersion in interface WorkflowDefinitionLinkModelworkflowDefinitionVersion - the workflow definition version of this workflow definition linkpublic WorkflowDefinitionLink toEscapedModel()
WorkflowDefinitionLinkModelAutoEscapeBeanHandler.
toEscapedModel in interface WorkflowDefinitionLinkModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||