|
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.impl.BaseModelImpl<LayoutPrototype>
com.liferay.portal.model.impl.LayoutPrototypeModelImpl
public class LayoutPrototypeModelImpl
This interface is a model that represents the LayoutPrototype table in the database.
LayoutPrototypeImpl,
LayoutPrototype,
LayoutPrototypeModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
LayoutPrototypeModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutPrototype layoutPrototype)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
|
long |
getCompanyId()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getLayoutPrototypeId()
|
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()
|
int |
hashCode()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setCompanyId(long companyId)
|
void |
setDescription(String description)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setLayoutPrototypeId(long layoutPrototypeId)
|
void |
setName(Locale locale,
String name)
|
void |
setName(String name)
|
void |
setNameMap(Map<Locale,String> nameMap)
|
void |
setPrimaryKey(long pk)
|
void |
setSettings(String settings)
|
LayoutPrototype |
toEscapedModel()
|
static LayoutPrototype |
toModel(LayoutPrototypeSoap soapModel)
|
static List<LayoutPrototype> |
toModels(LayoutPrototypeSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.LayoutPrototypeModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutPrototypeModelImpl()
| Method Detail |
|---|
public static LayoutPrototype toModel(LayoutPrototypeSoap soapModel)
public static List<LayoutPrototype> toModels(LayoutPrototypeSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface LayoutPrototypeModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LayoutPrototypeModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutPrototype>getPrimaryKeyObj in interface LayoutPrototypeModelpublic long getLayoutPrototypeId()
getLayoutPrototypeId in interface LayoutPrototypeModelpublic void setLayoutPrototypeId(long layoutPrototypeId)
setLayoutPrototypeId in interface LayoutPrototypeModelpublic long getCompanyId()
getCompanyId in interface LayoutPrototypeModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutPrototypeModelpublic String getName()
getName in interface LayoutPrototypeModelpublic String getName(Locale locale)
getName in interface LayoutPrototypeModel
public String getName(Locale locale,
boolean useDefault)
getName in interface LayoutPrototypeModelpublic String getName(String languageId)
getName in interface LayoutPrototypeModel
public String getName(String languageId,
boolean useDefault)
getName in interface LayoutPrototypeModelpublic Map<Locale,String> getNameMap()
getNameMap in interface LayoutPrototypeModelpublic void setName(String name)
setName in interface LayoutPrototypeModel
public void setName(Locale locale,
String name)
setName in interface LayoutPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface LayoutPrototypeModelpublic String getDescription()
getDescription in interface LayoutPrototypeModelpublic void setDescription(String description)
setDescription in interface LayoutPrototypeModelpublic String getSettings()
getSettings in interface LayoutPrototypeModelpublic void setSettings(String settings)
setSettings in interface LayoutPrototypeModelpublic boolean getActive()
getActive in interface LayoutPrototypeModelpublic boolean isActive()
isActive in interface LayoutPrototypeModelpublic void setActive(boolean active)
setActive in interface LayoutPrototypeModelpublic LayoutPrototype toEscapedModel()
toEscapedModel in interface LayoutPrototypeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutPrototype>getExpandoBridge in interface LayoutPrototypeModelgetExpandoBridge in class BaseModelImpl<LayoutPrototype>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutPrototype>setExpandoBridgeAttributes in interface LayoutPrototypeModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutPrototype>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutPrototype>clone in interface LayoutPrototypeModelclone in class BaseModelImpl<LayoutPrototype>public int compareTo(LayoutPrototype layoutPrototype)
compareTo in interface LayoutPrototypeModelcompareTo in interface Comparable<LayoutPrototype>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutPrototypeModelhashCode in class Objectpublic String toString()
toString in interface LayoutPrototypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutPrototype>toXmlString in interface LayoutPrototypeModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||