|
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<LayoutSetPrototype>
com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
public class LayoutSetPrototypeModelImpl
This interface is a model that represents the LayoutSetPrototype table in the database.
LayoutSetPrototypeImpl,
LayoutSetPrototype,
LayoutSetPrototypeModel,
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 | |
|---|---|
LayoutSetPrototypeModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetPrototype layoutSetPrototype)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
|
long |
getCompanyId()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
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()
|
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 |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
|
void |
setName(Locale locale,
String name)
|
void |
setName(String name)
|
void |
setNameMap(Map<Locale,String> nameMap)
|
void |
setPrimaryKey(long pk)
|
void |
setSettings(String settings)
|
LayoutSetPrototype |
toEscapedModel()
|
static LayoutSetPrototype |
toModel(LayoutSetPrototypeSoap soapModel)
|
static List<LayoutSetPrototype> |
toModels(LayoutSetPrototypeSoap[] 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.LayoutSetPrototypeModel |
|---|
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 LayoutSetPrototypeModelImpl()
| Method Detail |
|---|
public static LayoutSetPrototype toModel(LayoutSetPrototypeSoap soapModel)
public static List<LayoutSetPrototype> toModels(LayoutSetPrototypeSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface LayoutSetPrototypeModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LayoutSetPrototypeModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>getPrimaryKeyObj 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetPrototype>getExpandoBridge in interface LayoutSetPrototypeModelgetExpandoBridge in class BaseModelImpl<LayoutSetPrototype>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutSetPrototype>serviceContext - 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 BaseModelImpl<LayoutSetPrototype>public int compareTo(LayoutSetPrototype layoutSetPrototype)
compareTo in interface LayoutSetPrototypeModelcompareTo in interface Comparable<LayoutSetPrototype>public boolean equals(Object obj)
equals in class Objectpublic 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
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||