|
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.journal.model.JournalStructureWrapper
public class JournalStructureWrapper
This class is a wrapper for JournalStructure.
JournalStructure,
Serialized Form| Constructor Summary | |
|---|---|
JournalStructureWrapper(JournalStructure journalStructure)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalStructure journalStructure)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
long |
getId()
|
String |
getMergedXsd()
|
Date |
getModifiedDate()
|
String |
getName()
|
String |
getParentStructureId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getStructureId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
JournalStructure |
getWrappedJournalStructure()
|
String |
getXsd()
|
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 |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
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 |
setId(long id)
|
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 |
setParentStructureId(String parentStructureId)
|
void |
setPrimaryKey(long pk)
|
void |
setStructureId(String structureId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
void |
setXsd(String xsd)
|
JournalStructure |
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 JournalStructureWrapper(JournalStructure journalStructure)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface JournalStructureModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface JournalStructureModelpublic String getUuid()
getUuid in interface JournalStructureModelpublic void setUuid(String uuid)
setUuid in interface JournalStructureModelpublic long getId()
getId in interface JournalStructureModelpublic void setId(long id)
setId in interface JournalStructureModelpublic long getGroupId()
getGroupId in interface JournalStructureModelpublic void setGroupId(long groupId)
setGroupId in interface JournalStructureModelpublic long getCompanyId()
getCompanyId in interface JournalStructureModelpublic void setCompanyId(long companyId)
setCompanyId in interface JournalStructureModelpublic long getUserId()
getUserId in interface JournalStructureModelpublic void setUserId(long userId)
setUserId in interface JournalStructureModel
public String getUserUuid()
throws SystemException
getUserUuid in interface JournalStructureModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface JournalStructureModelpublic String getUserName()
getUserName in interface JournalStructureModelpublic void setUserName(String userName)
setUserName in interface JournalStructureModelpublic Date getCreateDate()
getCreateDate in interface JournalStructureModelpublic void setCreateDate(Date createDate)
setCreateDate in interface JournalStructureModelpublic Date getModifiedDate()
getModifiedDate in interface JournalStructureModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface JournalStructureModelpublic String getStructureId()
getStructureId in interface JournalStructureModelpublic void setStructureId(String structureId)
setStructureId in interface JournalStructureModelpublic String getParentStructureId()
getParentStructureId in interface JournalStructureModelpublic void setParentStructureId(String parentStructureId)
setParentStructureId in interface JournalStructureModelpublic String getName()
getName in interface JournalStructureModelpublic void setName(String name)
setName in interface JournalStructureModelpublic String getDescription()
getDescription in interface JournalStructureModelpublic void setDescription(String description)
setDescription in interface JournalStructureModelpublic String getXsd()
getXsd in interface JournalStructureModelpublic void setXsd(String xsd)
setXsd in interface JournalStructureModelpublic JournalStructure toEscapedModel()
toEscapedModel in interface JournalStructureModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<JournalStructure>isNew in interface JournalStructureModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<JournalStructure>setNew in interface JournalStructureModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<JournalStructure>isCachedModel in interface JournalStructureModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalStructure>setCachedModel in interface JournalStructureModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<JournalStructure>isEscapedModel in interface JournalStructureModeltrue 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<JournalStructure>setEscapedModel in interface JournalStructureModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalStructure>getPrimaryKeyObj in interface JournalStructureModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalStructure>getExpandoBridge in interface JournalStructureModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalStructure>setExpandoBridgeAttributes in interface JournalStructureModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<JournalStructure>clone in interface JournalStructureModelclone in class Objectpublic int compareTo(JournalStructure journalStructure)
compareTo in interface JournalStructureModelcompareTo in interface Comparable<JournalStructure>public int hashCode()
hashCode in interface JournalStructureModelhashCode in class Objectpublic String toString()
toString in interface JournalStructureModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalStructure>toXmlString in interface JournalStructureModelpublic String getMergedXsd()
getMergedXsd in interface JournalStructurepublic JournalStructure getWrappedJournalStructure()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||