|
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.impl.BaseModelImpl<TasksProposal>
com.liferay.portlet.tasks.model.impl.TasksProposalModelImpl
public class TasksProposalModelImpl
This interface is a model that represents the TasksProposal table in the database.
TasksProposalImpl,
TasksProposal,
TasksProposalModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
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
|
| Constructor Summary | |
|---|---|
TasksProposalModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(TasksProposal tasksProposal)
|
boolean |
equals(Object obj)
|
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 |
getOriginalClassNameId()
|
String |
getOriginalClassPK()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getProposalId()
|
Date |
getPublishDate()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
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 |
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 |
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()
|
static TasksProposal |
toModel(TasksProposalSoap soapModel)
|
static List<TasksProposal> |
toModels(TasksProposalSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.tasks.model.TasksProposalModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public TasksProposalModelImpl()
| Method Detail |
|---|
public static TasksProposal toModel(TasksProposalSoap soapModel)
public static List<TasksProposal> toModels(TasksProposalSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface TasksProposalModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface TasksProposalModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<TasksProposal>getPrimaryKeyObj 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 long getOriginalClassNameId()
public String getClassPK()
getClassPK in interface TasksProposalModelpublic void setClassPK(String classPK)
setClassPK in interface TasksProposalModelpublic String getOriginalClassPK()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<TasksProposal>getExpandoBridge in interface TasksProposalModelgetExpandoBridge in class BaseModelImpl<TasksProposal>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<TasksProposal>setExpandoBridgeAttributes in interface TasksProposalModelsetExpandoBridgeAttributes in class BaseModelImpl<TasksProposal>serviceContext - 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 BaseModelImpl<TasksProposal>public int compareTo(TasksProposal tasksProposal)
compareTo in interface TasksProposalModelcompareTo in interface Comparable<TasksProposal>public boolean equals(Object obj)
equals in class Objectpublic 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
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||