|
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.WorkflowInstanceLinkWrapper
public class WorkflowInstanceLinkWrapper
This class is a wrapper for WorkflowInstanceLink.
WorkflowInstanceLink,
Serialized Form| Constructor Summary | |
|---|---|
WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WorkflowInstanceLink workflowInstanceLink)
|
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()
|
WorkflowInstanceLink |
getWrappedWorkflowInstanceLink()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface WorkflowInstanceLinkModelpublic void setPrimaryKey(long pk)
setPrimaryKey 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 boolean isNew()
BaseModel
isNew in interface BaseModel<WorkflowInstanceLink>isNew in interface WorkflowInstanceLinkModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<WorkflowInstanceLink>setNew in interface WorkflowInstanceLinkModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<WorkflowInstanceLink>isCachedModel in interface WorkflowInstanceLinkModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<WorkflowInstanceLink>setCachedModel in interface WorkflowInstanceLinkModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<WorkflowInstanceLink>isEscapedModel in interface WorkflowInstanceLinkModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<WorkflowInstanceLink>setEscapedModel in interface WorkflowInstanceLinkModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WorkflowInstanceLink>getPrimaryKeyObj in interface WorkflowInstanceLinkModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WorkflowInstanceLink>getExpandoBridge in interface WorkflowInstanceLinkModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WorkflowInstanceLink>setExpandoBridgeAttributes in interface WorkflowInstanceLinkModelserviceContext - 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 Objectpublic int compareTo(WorkflowInstanceLink workflowInstanceLink)
compareTo in interface WorkflowInstanceLinkModelcompareTo in interface Comparable<WorkflowInstanceLink>public 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 WorkflowInstanceLinkModelpublic WorkflowInstanceLink getWrappedWorkflowInstanceLink()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||