|
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.ListTypeWrapper
public class ListTypeWrapper
This class is a wrapper for ListType.
ListType,
Serialized Form| Constructor Summary | |
|---|---|
ListTypeWrapper(ListType listType)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ListType listType)
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getListTypeId()
|
String |
getName()
|
int |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getType()
|
ListType |
getWrappedListType()
|
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 |
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 |
setListTypeId(int listTypeId)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(int pk)
|
void |
setType(String type)
|
ListType |
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 ListTypeWrapper(ListType listType)
| Method Detail |
|---|
public int getPrimaryKey()
getPrimaryKey in interface ListTypeModelpublic void setPrimaryKey(int pk)
setPrimaryKey in interface ListTypeModelpublic int getListTypeId()
getListTypeId in interface ListTypeModelpublic void setListTypeId(int listTypeId)
setListTypeId in interface ListTypeModelpublic String getName()
getName in interface ListTypeModelpublic void setName(String name)
setName in interface ListTypeModelpublic String getType()
getType in interface ListTypeModelpublic void setType(String type)
setType in interface ListTypeModelpublic ListType toEscapedModel()
toEscapedModel in interface ListTypeModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<ListType>isNew in interface ListTypeModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<ListType>setNew in interface ListTypeModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<ListType>isCachedModel in interface ListTypeModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<ListType>setCachedModel in interface ListTypeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<ListType>isEscapedModel in interface ListTypeModeltrue 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<ListType>setEscapedModel in interface ListTypeModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ListType>getPrimaryKeyObj in interface ListTypeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ListType>getExpandoBridge in interface ListTypeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ListType>setExpandoBridgeAttributes in interface ListTypeModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ListType>clone in interface ListTypeModelclone in class Objectpublic int compareTo(ListType listType)
compareTo in interface ListTypeModelcompareTo in interface Comparable<ListType>public int hashCode()
hashCode in interface ListTypeModelhashCode in class Objectpublic String toString()
toString in interface ListTypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ListType>toXmlString in interface ListTypeModelpublic ListType getWrappedListType()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||