|
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.LayoutSetPrototypeWrapper
public class LayoutSetPrototypeWrapper
This class is a wrapper for LayoutSetPrototype.
LayoutSetPrototype,
Serialized Form| Constructor Summary | |
|---|---|
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetPrototype layoutSetPrototype)
|
boolean |
getActive()
|
long |
getCompanyId()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Group |
getGroup()
|
LayoutSet |
getLayoutSet()
|
long |
getLayoutSetPrototypeId()
|
String |
getName()
|
String |
getName(Locale locale)
|
String |
getName(Locale locale,
boolean useDefault)
|
String |
getName(String languageId)
|
String |
getName(String languageId,
boolean useDefault)
|
Map<Locale,String> |
getNameMap()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getSettings()
|
LayoutSetPrototype |
getWrappedLayoutSetPrototype()
|
int |
hashCode()
|
boolean |
isActive()
|
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 |
setActive(boolean active)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
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 |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
|
void |
setName(Locale locale,
String name)
|
void |
setName(String name)
|
void |
setNameMap(Map<Locale,String> nameMap)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setSettings(String settings)
|
LayoutSetPrototype |
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 LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface LayoutSetPrototypeModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LayoutSetPrototypeModelpublic long getLayoutSetPrototypeId()
getLayoutSetPrototypeId in interface LayoutSetPrototypeModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
setLayoutSetPrototypeId in interface LayoutSetPrototypeModelpublic long getCompanyId()
getCompanyId in interface LayoutSetPrototypeModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutSetPrototypeModelpublic String getName()
getName in interface LayoutSetPrototypeModelpublic String getName(Locale locale)
getName in interface LayoutSetPrototypeModel
public String getName(Locale locale,
boolean useDefault)
getName in interface LayoutSetPrototypeModelpublic String getName(String languageId)
getName in interface LayoutSetPrototypeModel
public String getName(String languageId,
boolean useDefault)
getName in interface LayoutSetPrototypeModelpublic Map<Locale,String> getNameMap()
getNameMap in interface LayoutSetPrototypeModelpublic void setName(String name)
setName in interface LayoutSetPrototypeModel
public void setName(Locale locale,
String name)
setName in interface LayoutSetPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface LayoutSetPrototypeModelpublic String getDescription()
getDescription in interface LayoutSetPrototypeModelpublic void setDescription(String description)
setDescription in interface LayoutSetPrototypeModelpublic String getSettings()
getSettings in interface LayoutSetPrototypeModelpublic void setSettings(String settings)
setSettings in interface LayoutSetPrototypeModelpublic boolean getActive()
getActive in interface LayoutSetPrototypeModelpublic boolean isActive()
isActive in interface LayoutSetPrototypeModelpublic void setActive(boolean active)
setActive in interface LayoutSetPrototypeModelpublic LayoutSetPrototype toEscapedModel()
toEscapedModel in interface LayoutSetPrototypeModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<LayoutSetPrototype>isNew in interface LayoutSetPrototypeModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<LayoutSetPrototype>setNew in interface LayoutSetPrototypeModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<LayoutSetPrototype>isCachedModel in interface LayoutSetPrototypeModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<LayoutSetPrototype>setCachedModel in interface LayoutSetPrototypeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<LayoutSetPrototype>isEscapedModel in interface LayoutSetPrototypeModeltrue 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<LayoutSetPrototype>setEscapedModel in interface LayoutSetPrototypeModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>getPrimaryKeyObj in interface LayoutSetPrototypeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetPrototype>getExpandoBridge in interface LayoutSetPrototypeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutSetPrototype>clone in interface LayoutSetPrototypeModelclone in class Objectpublic int compareTo(LayoutSetPrototype layoutSetPrototype)
compareTo in interface LayoutSetPrototypeModelcompareTo in interface Comparable<LayoutSetPrototype>public int hashCode()
hashCode in interface LayoutSetPrototypeModelhashCode in class Objectpublic String toString()
toString in interface LayoutSetPrototypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetPrototype>toXmlString in interface LayoutSetPrototypeModel
public Group getGroup()
throws PortalException,
SystemException
getGroup in interface LayoutSetPrototypePortalException
SystemException
public LayoutSet getLayoutSet()
throws PortalException,
SystemException
getLayoutSet in interface LayoutSetPrototypePortalException
SystemExceptionpublic LayoutSetPrototype getWrappedLayoutSetPrototype()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||