com.liferay.portlet.journal.model
Class JournalStructureWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalStructureWrapper
All Implemented Interfaces:
BaseModel<JournalStructure>, JournalStructure, JournalStructureModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<JournalStructure>

public class JournalStructureWrapper
extends java.lang.Object
implements JournalStructure

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for JournalStructure.

Author:
Brian Wing Shun Chan
See Also:
JournalStructure, Serialized Form
Generated:

Constructor Summary
JournalStructureWrapper(JournalStructure journalStructure)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(JournalStructure journalStructure)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getId()
           
 java.lang.String getMergedXsd()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getParentStructureId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getStructureId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 JournalStructure getWrappedJournalStructure()
           
 java.lang.String getXsd()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setId(long id)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setParentStructureId(java.lang.String parentStructureId)
           
 void setPrimaryKey(long pk)
           
 void setStructureId(java.lang.String structureId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 void setXsd(java.lang.String xsd)
           
 JournalStructure toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JournalStructureWrapper

public JournalStructureWrapper(JournalStructure journalStructure)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface JournalStructureModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface JournalStructureModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface JournalStructureModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface JournalStructureModel

getId

public long getId()
Specified by:
getId in interface JournalStructureModel

setId

public void setId(long id)
Specified by:
setId in interface JournalStructureModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface JournalStructureModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface JournalStructureModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface JournalStructureModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface JournalStructureModel

getUserId

public long getUserId()
Specified by:
getUserId in interface JournalStructureModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface JournalStructureModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface JournalStructureModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface JournalStructureModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface JournalStructureModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface JournalStructureModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface JournalStructureModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface JournalStructureModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface JournalStructureModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface JournalStructureModel

getStructureId

public java.lang.String getStructureId()
Specified by:
getStructureId in interface JournalStructureModel

setStructureId

public void setStructureId(java.lang.String structureId)
Specified by:
setStructureId in interface JournalStructureModel

getParentStructureId

public java.lang.String getParentStructureId()
Specified by:
getParentStructureId in interface JournalStructureModel

setParentStructureId

public void setParentStructureId(java.lang.String parentStructureId)
Specified by:
setParentStructureId in interface JournalStructureModel

getName

public java.lang.String getName()
Specified by:
getName in interface JournalStructureModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface JournalStructureModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface JournalStructureModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface JournalStructureModel

getXsd

public java.lang.String getXsd()
Specified by:
getXsd in interface JournalStructureModel

setXsd

public void setXsd(java.lang.String xsd)
Specified by:
setXsd in interface JournalStructureModel

toEscapedModel

public JournalStructure toEscapedModel()
Specified by:
toEscapedModel in interface JournalStructureModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<JournalStructure>
Specified by:
isNew in interface JournalStructureModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<JournalStructure>
Specified by:
setNew in interface JournalStructureModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<JournalStructure>
Specified by:
isCachedModel in interface JournalStructureModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<JournalStructure>
Specified by:
setCachedModel in interface JournalStructureModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<JournalStructure>
Specified by:
isEscapedModel in interface JournalStructureModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<JournalStructure>
Specified by:
setEscapedModel in interface JournalStructureModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<JournalStructure>
Specified by:
getPrimaryKeyObj in interface JournalStructureModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<JournalStructure>
Specified by:
getExpandoBridge in interface JournalStructureModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<JournalStructure>
Specified by:
setExpandoBridgeAttributes in interface JournalStructureModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<JournalStructure>
Specified by:
clone in interface JournalStructureModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(JournalStructure journalStructure)
Specified by:
compareTo in interface JournalStructureModel
Specified by:
compareTo in interface java.lang.Comparable<JournalStructure>

hashCode

public int hashCode()
Specified by:
hashCode in interface JournalStructureModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface JournalStructureModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<JournalStructure>
Specified by:
toXmlString in interface JournalStructureModel

getMergedXsd

public java.lang.String getMergedXsd()
Specified by:
getMergedXsd in interface JournalStructure

getWrappedJournalStructure

public JournalStructure getWrappedJournalStructure()