|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.tasks.model.TasksProposalWrapper
public class TasksProposalWrapper
This class is a wrapper for TasksProposal.
TasksProposal,
Serialized Form| Constructor Summary | |
|---|---|
TasksProposalWrapper(TasksProposal tasksProposal)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(TasksProposal tasksProposal)
|
String |
getClassName()
|
long |
getClassNameId()
|
String |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
Date |
getDueDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getProposalId()
|
Date |
getPublishDate()
|
String |
getStatus(Locale locale)
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
TasksProposal |
getWrappedTasksProposal()
|
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(String classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setDueDate(Date dueDate)
|
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 |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setProposalId(long proposalId)
|
void |
setPublishDate(Date publishDate)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
TasksProposal |
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 TasksProposalWrapper(TasksProposal tasksProposal)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface TasksProposalModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface TasksProposalModelpublic long getProposalId()
getProposalId in interface TasksProposalModelpublic void setProposalId(long proposalId)
setProposalId in interface TasksProposalModelpublic long getGroupId()
getGroupId in interface TasksProposalModelpublic void setGroupId(long groupId)
setGroupId in interface TasksProposalModelpublic long getCompanyId()
getCompanyId in interface TasksProposalModelpublic void setCompanyId(long companyId)
setCompanyId in interface TasksProposalModelpublic long getUserId()
getUserId in interface TasksProposalModelpublic void setUserId(long userId)
setUserId in interface TasksProposalModel
public String getUserUuid()
throws SystemException
getUserUuid in interface TasksProposalModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface TasksProposalModelpublic String getUserName()
getUserName in interface TasksProposalModelpublic void setUserName(String userName)
setUserName in interface TasksProposalModelpublic Date getCreateDate()
getCreateDate in interface TasksProposalModelpublic void setCreateDate(Date createDate)
setCreateDate in interface TasksProposalModelpublic Date getModifiedDate()
getModifiedDate in interface TasksProposalModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface TasksProposalModelpublic String getClassName()
getClassName in interface TasksProposalModelpublic long getClassNameId()
getClassNameId in interface TasksProposalModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TasksProposalModelpublic String getClassPK()
getClassPK in interface TasksProposalModelpublic void setClassPK(String classPK)
setClassPK in interface TasksProposalModelpublic String getName()
getName in interface TasksProposalModelpublic void setName(String name)
setName in interface TasksProposalModelpublic String getDescription()
getDescription in interface TasksProposalModelpublic void setDescription(String description)
setDescription in interface TasksProposalModelpublic Date getPublishDate()
getPublishDate in interface TasksProposalModelpublic void setPublishDate(Date publishDate)
setPublishDate in interface TasksProposalModelpublic Date getDueDate()
getDueDate in interface TasksProposalModelpublic void setDueDate(Date dueDate)
setDueDate in interface TasksProposalModelpublic TasksProposal toEscapedModel()
toEscapedModel in interface TasksProposalModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<TasksProposal>isNew in interface TasksProposalModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<TasksProposal>setNew in interface TasksProposalModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<TasksProposal>isCachedModel in interface TasksProposalModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<TasksProposal>setCachedModel in interface TasksProposalModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<TasksProposal>isEscapedModel in interface TasksProposalModeltrue 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<TasksProposal>setEscapedModel in interface TasksProposalModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<TasksProposal>getPrimaryKeyObj in interface TasksProposalModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<TasksProposal>getExpandoBridge in interface TasksProposalModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<TasksProposal>setExpandoBridgeAttributes in interface TasksProposalModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<TasksProposal>clone in interface TasksProposalModelclone in class Objectpublic int compareTo(TasksProposal tasksProposal)
compareTo in interface TasksProposalModelcompareTo in interface Comparable<TasksProposal>public int hashCode()
hashCode in interface TasksProposalModelhashCode in class Objectpublic String toString()
toString in interface TasksProposalModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<TasksProposal>toXmlString in interface TasksProposalModel
public String getStatus(Locale locale)
throws PortalException,
SystemException
getStatus in interface TasksProposalPortalException
SystemExceptionpublic TasksProposal getWrappedTasksProposal()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||