com.liferay.portal.model
Class WorkflowInstanceLinkWrapper

java.lang.Object
  extended by com.liferay.portal.model.WorkflowInstanceLinkWrapper
All Implemented Interfaces:
BaseModel<WorkflowInstanceLink>, WorkflowInstanceLink, WorkflowInstanceLinkModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WorkflowInstanceLink>

public class WorkflowInstanceLinkWrapper
extends java.lang.Object
implements WorkflowInstanceLink

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for WorkflowInstanceLink.

Author:
Brian Wing Shun Chan
See Also:
WorkflowInstanceLink, Serialized Form
Generated:

Constructor Summary
WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(WorkflowInstanceLink workflowInstanceLink)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 long getWorkflowInstanceId()
           
 long getWorkflowInstanceLinkId()
           
 WorkflowInstanceLink getWrappedWorkflowInstanceLink()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setWorkflowInstanceId(long workflowInstanceId)
           
 void setWorkflowInstanceLinkId(long workflowInstanceLinkId)
           
 WorkflowInstanceLink toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowInstanceLinkWrapper

public WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface WorkflowInstanceLinkModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface WorkflowInstanceLinkModel

getWorkflowInstanceLinkId

public long getWorkflowInstanceLinkId()
Specified by:
getWorkflowInstanceLinkId in interface WorkflowInstanceLinkModel

setWorkflowInstanceLinkId

public void setWorkflowInstanceLinkId(long workflowInstanceLinkId)
Specified by:
setWorkflowInstanceLinkId in interface WorkflowInstanceLinkModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface WorkflowInstanceLinkModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface WorkflowInstanceLinkModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface WorkflowInstanceLinkModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface WorkflowInstanceLinkModel

getUserId

public long getUserId()
Specified by:
getUserId in interface WorkflowInstanceLinkModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface WorkflowInstanceLinkModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface WorkflowInstanceLinkModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface WorkflowInstanceLinkModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface WorkflowInstanceLinkModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface WorkflowInstanceLinkModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface WorkflowInstanceLinkModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface WorkflowInstanceLinkModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface WorkflowInstanceLinkModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface WorkflowInstanceLinkModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface WorkflowInstanceLinkModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface WorkflowInstanceLinkModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface WorkflowInstanceLinkModel

getClassPK

public long getClassPK()
Specified by:
getClassPK in interface WorkflowInstanceLinkModel

setClassPK

public void setClassPK(long classPK)
Specified by:
setClassPK in interface WorkflowInstanceLinkModel

getWorkflowInstanceId

public long getWorkflowInstanceId()
Specified by:
getWorkflowInstanceId in interface WorkflowInstanceLinkModel

setWorkflowInstanceId

public void setWorkflowInstanceId(long workflowInstanceId)
Specified by:
setWorkflowInstanceId in interface WorkflowInstanceLinkModel

toEscapedModel

public WorkflowInstanceLink toEscapedModel()
Specified by:
toEscapedModel in interface WorkflowInstanceLinkModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<WorkflowInstanceLink>
Specified by:
isNew in interface WorkflowInstanceLinkModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<WorkflowInstanceLink>
Specified by:
setNew in interface WorkflowInstanceLinkModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<WorkflowInstanceLink>
Specified by:
isCachedModel in interface WorkflowInstanceLinkModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<WorkflowInstanceLink>
Specified by:
setCachedModel in interface WorkflowInstanceLinkModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<WorkflowInstanceLink>
Specified by:
isEscapedModel in interface WorkflowInstanceLinkModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<WorkflowInstanceLink>
Specified by:
setEscapedModel in interface WorkflowInstanceLinkModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<WorkflowInstanceLink>
Specified by:
getPrimaryKeyObj in interface WorkflowInstanceLinkModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<WorkflowInstanceLink>
Specified by:
getExpandoBridge in interface WorkflowInstanceLinkModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<WorkflowInstanceLink>
Specified by:
setExpandoBridgeAttributes in interface WorkflowInstanceLinkModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<WorkflowInstanceLink>
Specified by:
clone in interface WorkflowInstanceLinkModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(WorkflowInstanceLink workflowInstanceLink)
Specified by:
compareTo in interface WorkflowInstanceLinkModel
Specified by:
compareTo in interface java.lang.Comparable<WorkflowInstanceLink>

hashCode

public int hashCode()
Specified by:
hashCode in interface WorkflowInstanceLinkModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface WorkflowInstanceLinkModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<WorkflowInstanceLink>
Specified by:
toXmlString in interface WorkflowInstanceLinkModel

getWrappedWorkflowInstanceLink

public WorkflowInstanceLink getWrappedWorkflowInstanceLink()