|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowDefinitionLinkModel
The base model interface for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation WorkflowDefinitionLinkModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WorkflowDefinitionLinkImpl
.
WorkflowDefinitionLink
,
WorkflowDefinitionLinkImpl
,
WorkflowDefinitionLinkModelImpl
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WorkflowDefinitionLink workflowDefinitionLink)
|
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 |
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. |
Date |
getModifiedDate()
Returns the modified date of this workflow definition link. |
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()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true 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 |
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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this workflow definition link. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 interface com.liferay.portal.model.BaseModel |
---|
getModelAttributes, resetOriginalValues, setModelAttributes |
Methods inherited from interface com.liferay.portal.model.ClassedModel |
---|
getModelClass, getModelClassName |
Method Detail |
---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this workflow definition linklong getWorkflowDefinitionLinkId()
void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
workflowDefinitionLinkId
- the workflow definition link ID of this workflow definition linklong getGroupId()
getGroupId
in interface GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this workflow definition linklong getCompanyId()
getCompanyId
in interface AuditedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
companyId
- the company ID of this workflow definition linklong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this workflow definition linkString getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
SystemException
- if a system exception occurredvoid setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this workflow definition link@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this workflow definition linkDate getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this workflow definition linkDate getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this workflow definition linkString getClassName()
getClassName
in interface AttachedModel
void setClassName(String className)
long getClassNameId()
getClassNameId
in interface AttachedModel
void setClassNameId(long classNameId)
setClassNameId
in interface AttachedModel
classNameId
- the class name ID of this workflow definition linklong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class p k of this workflow definition linklong getTypePK()
void setTypePK(long typePK)
typePK
- the type p k of this workflow definition link@AutoEscape String getWorkflowDefinitionName()
void setWorkflowDefinitionName(String workflowDefinitionName)
workflowDefinitionName
- the workflow definition name of this workflow definition linkint getWorkflowDefinitionVersion()
void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
workflowDefinitionVersion
- the workflow definition version of this workflow definition linkboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<WorkflowDefinitionLink>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<WorkflowDefinitionLink>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<WorkflowDefinitionLink>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<WorkflowDefinitionLink>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<WorkflowDefinitionLink>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<WorkflowDefinitionLink>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<WorkflowDefinitionLink>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<WorkflowDefinitionLink>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<WorkflowDefinitionLink>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<WorkflowDefinitionLink>
int compareTo(WorkflowDefinitionLink workflowDefinitionLink)
compareTo
in interface Comparable<WorkflowDefinitionLink>
int hashCode()
hashCode
in class Object
CacheModel<WorkflowDefinitionLink> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<WorkflowDefinitionLink>
WorkflowDefinitionLink toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<WorkflowDefinitionLink>
AutoEscapeBeanHandler
WorkflowDefinitionLink toUnescapedModel()
toUnescapedModel
in interface BaseModel<WorkflowDefinitionLink>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<WorkflowDefinitionLink>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |