com.liferay.portal.model
Class ListTypeWrapper

java.lang.Object
  extended by com.liferay.portal.model.ListTypeWrapper
All Implemented Interfaces:
BaseModel<ListType>, ListType, ListTypeModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ListType>

public class ListTypeWrapper
extends java.lang.Object
implements ListType

View Source

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

This class is a wrapper for ListType.

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

Constructor Summary
ListTypeWrapper(ListType listType)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(ListType listType)
           
 ExpandoBridge getExpandoBridge()
           
 int getListTypeId()
           
 java.lang.String getName()
           
 int getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getType()
           
 ListType getWrappedListType()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setListTypeId(int listTypeId)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(int pk)
           
 void setType(java.lang.String type)
           
 ListType 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

ListTypeWrapper

public ListTypeWrapper(ListType listType)
Method Detail

getPrimaryKey

public int getPrimaryKey()
Specified by:
getPrimaryKey in interface ListTypeModel

setPrimaryKey

public void setPrimaryKey(int pk)
Specified by:
setPrimaryKey in interface ListTypeModel

getListTypeId

public int getListTypeId()
Specified by:
getListTypeId in interface ListTypeModel

setListTypeId

public void setListTypeId(int listTypeId)
Specified by:
setListTypeId in interface ListTypeModel

getName

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

setName

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

getType

public java.lang.String getType()
Specified by:
getType in interface ListTypeModel

setType

public void setType(java.lang.String type)
Specified by:
setType in interface ListTypeModel

toEscapedModel

public ListType toEscapedModel()
Specified by:
toEscapedModel in interface ListTypeModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<ListType>
Specified by:
isNew in interface ListTypeModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<ListType>
Specified by:
setNew in interface ListTypeModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<ListType>
Specified by:
isCachedModel in interface ListTypeModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<ListType>
Specified by:
setCachedModel in interface ListTypeModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<ListType>
Specified by:
isEscapedModel in interface ListTypeModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<ListType>
Specified by:
setEscapedModel in interface ListTypeModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<ListType>
Specified by:
getExpandoBridge in interface ListTypeModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ListType>
Specified by:
setExpandoBridgeAttributes in interface ListTypeModel

clone

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

compareTo

public int compareTo(ListType listType)
Specified by:
compareTo in interface ListTypeModel
Specified by:
compareTo in interface java.lang.Comparable<ListType>

hashCode

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

toString

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

toXmlString

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

getWrappedListType

public ListType getWrappedListType()