|
Liferay 6.1.2-ce-ga3 | |||||||||
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
.
WorkflowDefinitionLinkImpl
,
WorkflowDefinitionLink
,
WorkflowDefinitionLinkModel
,
Serialized FormField Summary | |
---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
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
|
static long |
TYPEPK_COLUMN_BITMASK
|
static long |
WORKFLOWDEFINITIONNAME_COLUMN_BITMASK
|
static long |
WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK
|
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()
Returns the fully qualified class name of this workflow definition link. |
long |
getClassNameId()
Returns the class name ID of this workflow definition link. |
long |
getClassPK()
Returns the class p k of this workflow definition link. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this workflow definition link. |
Date |
getCreateDate()
Returns the create date of this workflow definition link. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this workflow definition link. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this workflow definition link. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getOriginalTypePK()
|
String |
getOriginalWorkflowDefinitionName()
|
int |
getOriginalWorkflowDefinitionVersion()
|
long |
getPrimaryKey()
Returns the primary key of this workflow definition link. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTypePK()
Returns the type p k of this workflow definition link. |
long |
getUserId()
Returns the user ID of this workflow definition link. |
String |
getUserName()
Returns the user name of this workflow definition link. |
String |
getUserUuid()
Returns the user uuid of this workflow definition link. |
long |
getWorkflowDefinitionLinkId()
Returns the workflow definition link ID of this workflow definition link. |
String |
getWorkflowDefinitionName()
Returns the workflow definition name of this workflow definition link. |
int |
getWorkflowDefinitionVersion()
Returns the workflow definition version of this workflow definition link. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this workflow definition link. |
void |
setClassPK(long classPK)
Sets the class p k 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 |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this workflow definition link. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this workflow definition link. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTypePK(long typePK)
Sets the type p k 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. |
CacheModel<WorkflowDefinitionLink> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
WorkflowDefinitionLink |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
WorkflowDefinitionLink |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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 boolean COLUMN_BITMASK_ENABLED
public static long CLASSNAMEID_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long TYPEPK_COLUMN_BITMASK
public static long WORKFLOWDEFINITIONNAME_COLUMN_BITMASK
public static long WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public WorkflowDefinitionLinkModelImpl()
Method Detail |
---|
public long getPrimaryKey()
WorkflowDefinitionLinkModel
getPrimaryKey
in interface WorkflowDefinitionLinkModel
public void setPrimaryKey(long primaryKey)
WorkflowDefinitionLinkModel
setPrimaryKey
in interface WorkflowDefinitionLinkModel
primaryKey
- the primary key of this workflow definition linkpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<WorkflowDefinitionLink>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface WorkflowDefinitionLinkModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<WorkflowDefinitionLink>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface WorkflowDefinitionLinkModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<WorkflowDefinitionLink>
getModelAttributes
in class BaseModelImpl<WorkflowDefinitionLink>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<WorkflowDefinitionLink>
setModelAttributes
in class BaseModelImpl<WorkflowDefinitionLink>
public long getWorkflowDefinitionLinkId()
WorkflowDefinitionLinkModel
getWorkflowDefinitionLinkId
in interface WorkflowDefinitionLinkModel
public void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
WorkflowDefinitionLinkModel
setWorkflowDefinitionLinkId
in interface WorkflowDefinitionLinkModel
workflowDefinitionLinkId
- the workflow definition link ID of this workflow definition linkpublic long getGroupId()
WorkflowDefinitionLinkModel
getGroupId
in interface GroupedModel
getGroupId
in interface WorkflowDefinitionLinkModel
public void setGroupId(long groupId)
WorkflowDefinitionLinkModel
setGroupId
in interface GroupedModel
setGroupId
in interface WorkflowDefinitionLinkModel
groupId
- the group ID of this workflow definition linkpublic long getOriginalGroupId()
public long getCompanyId()
WorkflowDefinitionLinkModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface WorkflowDefinitionLinkModel
public void setCompanyId(long companyId)
WorkflowDefinitionLinkModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface WorkflowDefinitionLinkModel
companyId
- the company ID of this workflow definition linkpublic long getOriginalCompanyId()
public long getUserId()
WorkflowDefinitionLinkModel
getUserId
in interface AuditedModel
getUserId
in interface WorkflowDefinitionLinkModel
public void setUserId(long userId)
WorkflowDefinitionLinkModel
setUserId
in interface AuditedModel
setUserId
in interface WorkflowDefinitionLinkModel
userId
- the user ID of this workflow definition linkpublic String getUserUuid() throws SystemException
WorkflowDefinitionLinkModel
getUserUuid
in interface AuditedModel
getUserUuid
in interface WorkflowDefinitionLinkModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
WorkflowDefinitionLinkModel
setUserUuid
in interface AuditedModel
setUserUuid
in interface WorkflowDefinitionLinkModel
userUuid
- the user uuid of this workflow definition linkpublic String getUserName()
WorkflowDefinitionLinkModel
getUserName
in interface AuditedModel
getUserName
in interface WorkflowDefinitionLinkModel
public void setUserName(String userName)
WorkflowDefinitionLinkModel
setUserName
in interface AuditedModel
setUserName
in interface WorkflowDefinitionLinkModel
userName
- the user name of this workflow definition linkpublic Date getCreateDate()
WorkflowDefinitionLinkModel
getCreateDate
in interface AuditedModel
getCreateDate
in interface WorkflowDefinitionLinkModel
public void setCreateDate(Date createDate)
WorkflowDefinitionLinkModel
setCreateDate
in interface AuditedModel
setCreateDate
in interface WorkflowDefinitionLinkModel
createDate
- the create date of this workflow definition linkpublic Date getModifiedDate()
WorkflowDefinitionLinkModel
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface WorkflowDefinitionLinkModel
public void setModifiedDate(Date modifiedDate)
WorkflowDefinitionLinkModel
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface WorkflowDefinitionLinkModel
modifiedDate
- the modified date of this workflow definition linkpublic String getClassName()
WorkflowDefinitionLinkModel
getClassName
in interface AttachedModel
getClassName
in interface WorkflowDefinitionLinkModel
public void setClassName(String className)
setClassName
in interface WorkflowDefinitionLinkModel
public long getClassNameId()
WorkflowDefinitionLinkModel
getClassNameId
in interface AttachedModel
getClassNameId
in interface WorkflowDefinitionLinkModel
public void setClassNameId(long classNameId)
WorkflowDefinitionLinkModel
setClassNameId
in interface AttachedModel
setClassNameId
in interface WorkflowDefinitionLinkModel
classNameId
- the class name ID of this workflow definition linkpublic long getOriginalClassNameId()
public long getClassPK()
WorkflowDefinitionLinkModel
getClassPK
in interface AttachedModel
getClassPK
in interface WorkflowDefinitionLinkModel
public void setClassPK(long classPK)
WorkflowDefinitionLinkModel
setClassPK
in interface AttachedModel
setClassPK
in interface WorkflowDefinitionLinkModel
classPK
- the class p k of this workflow definition linkpublic long getOriginalClassPK()
public long getTypePK()
WorkflowDefinitionLinkModel
getTypePK
in interface WorkflowDefinitionLinkModel
public void setTypePK(long typePK)
WorkflowDefinitionLinkModel
setTypePK
in interface WorkflowDefinitionLinkModel
typePK
- the type p k of this workflow definition linkpublic long getOriginalTypePK()
public String getWorkflowDefinitionName()
WorkflowDefinitionLinkModel
getWorkflowDefinitionName
in interface WorkflowDefinitionLinkModel
public void setWorkflowDefinitionName(String workflowDefinitionName)
WorkflowDefinitionLinkModel
setWorkflowDefinitionName
in interface WorkflowDefinitionLinkModel
workflowDefinitionName
- the workflow definition name of this workflow definition linkpublic String getOriginalWorkflowDefinitionName()
public int getWorkflowDefinitionVersion()
WorkflowDefinitionLinkModel
getWorkflowDefinitionVersion
in interface WorkflowDefinitionLinkModel
public void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
WorkflowDefinitionLinkModel
setWorkflowDefinitionVersion
in interface WorkflowDefinitionLinkModel
workflowDefinitionVersion
- the workflow definition version of this workflow definition linkpublic int getOriginalWorkflowDefinitionVersion()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<WorkflowDefinitionLink>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface WorkflowDefinitionLinkModel
getExpandoBridge
in class BaseModelImpl<WorkflowDefinitionLink>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<WorkflowDefinitionLink>
setExpandoBridgeAttributes
in interface WorkflowDefinitionLinkModel
setExpandoBridgeAttributes
in class BaseModelImpl<WorkflowDefinitionLink>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public WorkflowDefinitionLink toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<WorkflowDefinitionLink>
toEscapedModel
in interface WorkflowDefinitionLinkModel
toEscapedModel
in class BaseModelImpl<WorkflowDefinitionLink>
AutoEscapeBeanHandler
public WorkflowDefinitionLink toUnescapedModel()
toUnescapedModel
in interface BaseModel<WorkflowDefinitionLink>
toUnescapedModel
in interface WorkflowDefinitionLinkModel
toUnescapedModel
in class BaseModelImpl<WorkflowDefinitionLink>
public Object clone()
BaseModel
clone
in interface BaseModel<WorkflowDefinitionLink>
clone
in interface WorkflowDefinitionLinkModel
clone
in class BaseModelImpl<WorkflowDefinitionLink>
public int compareTo(WorkflowDefinitionLink workflowDefinitionLink)
compareTo
in interface WorkflowDefinitionLinkModel
compareTo
in interface Comparable<WorkflowDefinitionLink>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface WorkflowDefinitionLinkModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<WorkflowDefinitionLink>
resetOriginalValues
in class BaseModelImpl<WorkflowDefinitionLink>
public CacheModel<WorkflowDefinitionLink> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<WorkflowDefinitionLink>
toCacheModel
in interface WorkflowDefinitionLinkModel
toCacheModel
in class BaseModelImpl<WorkflowDefinitionLink>
public String toString()
toString
in interface WorkflowDefinitionLinkModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<WorkflowDefinitionLink>
toXmlString
in interface WorkflowDefinitionLinkModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |