|
Liferay 7.0-ce-b4 | |||||||||
| 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
@JSON(strict=true) @ProviderType public class LayoutSetPrototypeModelImpl
The base model implementation for the LayoutSetPrototype service. Represents a row in the "LayoutSetPrototype" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutSetPrototypeModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetPrototypeImpl.
LayoutSetPrototypeImpl,
LayoutSetPrototype,
LayoutSetPrototypeModel,
Serialized Form| Field Summary | |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LAYOUTSETPROTOTYPEID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| 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()
Returns the active of this layout set prototype. |
String[] |
getAvailableLanguageIds()
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this layout set prototype. |
Date |
getCreateDate()
Returns the create date of this layout set prototype. |
String |
getDefaultLanguageId()
|
String |
getDescription()
Returns the description of this layout set prototype. |
String |
getDescription(Locale locale)
Returns the localized description of this layout set prototype in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this layout set prototype in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this layout set prototype in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this layout set prototype in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this layout set prototype. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getLayoutSetPrototypeId()
Returns the layout set prototype ID of this layout set prototype. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout set prototype. |
long |
getMvccVersion()
Returns the mvcc version of this layout set prototype. |
String |
getName()
Returns the name of this layout set prototype. |
String |
getName(Locale locale)
Returns the localized name of this layout set prototype in the language. |
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this layout set prototype in the language, optionally using the default language if no localization exists for the requested language. |
String |
getName(String languageId)
Returns the localized name of this layout set prototype in the language. |
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this layout set prototype in the language, optionally using the default language if no localization exists for the requested language. |
String |
getNameCurrentLanguageId()
|
String |
getNameCurrentValue()
|
Map<Locale,String> |
getNameMap()
Returns a map of the locales and localized names of this layout set prototype. |
boolean |
getOriginalActive()
|
long |
getOriginalCompanyId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this layout set prototype. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getSettings()
Returns the settings of this layout set prototype. |
StagedModelType |
getStagedModelType()
|
long |
getUserId()
Returns the user ID of this layout set prototype. |
String |
getUserName()
Returns the user name of this layout set prototype. |
String |
getUserUuid()
Returns the user uuid of this layout set prototype. |
String |
getUuid()
Returns the uuid of this layout set prototype. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isActive()
Returns true if this layout set prototype is active. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this layout set prototype is active. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout set prototype. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout set prototype. |
void |
setDescription(String description)
Sets the description of this layout set prototype. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this layout set prototype in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this layout set prototype in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this layout set prototype from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this layout set prototype from the map of locales and localized descriptions, and sets the default locale. |
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)
Sets the layout set prototype ID of this layout set prototype. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set prototype. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout set prototype. |
void |
setName(String name)
Sets the name of this layout set prototype. |
void |
setName(String name,
Locale locale)
Sets the localized name of this layout set prototype in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this layout set prototype in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this layout set prototype from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this layout set prototype from the map of locales and localized names, and sets the default locale. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set prototype. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSettings(String settings)
Sets the settings of this layout set prototype. |
void |
setUserId(long userId)
Sets the user ID of this layout set prototype. |
void |
setUserName(String userName)
Sets the user name of this layout set prototype. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout set prototype. |
void |
setUuid(String uuid)
Sets the uuid of this layout set prototype. |
CacheModel<LayoutSetPrototype> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutSetPrototype |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static LayoutSetPrototype |
toModel(LayoutSetPrototypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutSetPrototype> |
toModels(LayoutSetPrototypeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 boolean COLUMN_BITMASK_ENABLED
public static final long ACTIVE_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long LAYOUTSETPROTOTYPEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutSetPrototypeModelImpl()
| Method Detail |
|---|
public static LayoutSetPrototype toModel(LayoutSetPrototypeSoap soapModel)
soapModel - the soap model instance to convert
public static List<LayoutSetPrototype> toModels(LayoutSetPrototypeSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
LayoutSetPrototypeModel
getPrimaryKey in interface LayoutSetPrototypeModelpublic void setPrimaryKey(long primaryKey)
LayoutSetPrototypeModel
setPrimaryKey in interface LayoutSetPrototypeModelprimaryKey - the primary key of this layout set prototypepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutSetPrototypeModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutSetPrototypeModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSetPrototype>getModelAttributes in class BaseModelImpl<LayoutSetPrototype>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetPrototype>setModelAttributes in class BaseModelImpl<LayoutSetPrototype>@JSON public long getMvccVersion()
LayoutSetPrototypeModel
getMvccVersion in interface LayoutSetPrototypeModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
LayoutSetPrototypeModel
setMvccVersion in interface LayoutSetPrototypeModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout set prototype@JSON public String getUuid()
LayoutSetPrototypeModel
getUuid in interface LayoutSetPrototypeModelgetUuid in interface StagedModelpublic void setUuid(String uuid)
LayoutSetPrototypeModel
setUuid in interface LayoutSetPrototypeModelsetUuid in interface StagedModeluuid - the uuid of this layout set prototypepublic String getOriginalUuid()
@JSON public long getLayoutSetPrototypeId()
LayoutSetPrototypeModel
getLayoutSetPrototypeId in interface LayoutSetPrototypeModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
LayoutSetPrototypeModel
setLayoutSetPrototypeId in interface LayoutSetPrototypeModellayoutSetPrototypeId - the layout set prototype ID of this layout set prototype@JSON public long getCompanyId()
LayoutSetPrototypeModel
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutSetPrototypeModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic void setCompanyId(long companyId)
LayoutSetPrototypeModel
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutSetPrototypeModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout set prototypepublic long getOriginalCompanyId()
@JSON public long getUserId()
LayoutSetPrototypeModel
getUserId in interface AuditedModelgetUserId in interface LayoutSetPrototypeModelpublic void setUserId(long userId)
LayoutSetPrototypeModel
setUserId in interface AuditedModelsetUserId in interface LayoutSetPrototypeModeluserId - the user ID of this layout set prototypepublic String getUserUuid()
LayoutSetPrototypeModel
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutSetPrototypeModelpublic void setUserUuid(String userUuid)
LayoutSetPrototypeModel
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutSetPrototypeModeluserUuid - the user uuid of this layout set prototype@JSON public String getUserName()
LayoutSetPrototypeModel
getUserName in interface AuditedModelgetUserName in interface LayoutSetPrototypeModelpublic void setUserName(String userName)
LayoutSetPrototypeModel
setUserName in interface AuditedModelsetUserName in interface LayoutSetPrototypeModeluserName - the user name of this layout set prototype@JSON public Date getCreateDate()
LayoutSetPrototypeModel
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutSetPrototypeModelgetCreateDate in interface StagedModelpublic void setCreateDate(Date createDate)
LayoutSetPrototypeModel
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutSetPrototypeModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout set prototype@JSON public Date getModifiedDate()
LayoutSetPrototypeModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutSetPrototypeModelgetModifiedDate in interface StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
LayoutSetPrototypeModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutSetPrototypeModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout set prototype@JSON public String getName()
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModelpublic String getName(Locale locale)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getName(String languageId)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface LayoutSetPrototypeModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface LayoutSetPrototypeModelpublic Map<Locale,String> getNameMap()
LayoutSetPrototypeModel
getNameMap in interface LayoutSetPrototypeModelpublic void setName(String name)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the name of this layout set prototype
public void setName(String name,
Locale locale)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the localized name of this layout set prototypelocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the localized name of this layout set prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface LayoutSetPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
LayoutSetPrototypeModel
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototype
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
LayoutSetPrototypeModel
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototypedefaultLocale - the default locale@JSON public String getDescription()
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModelpublic String getDescription(Locale locale)
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface LayoutSetPrototypeModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface LayoutSetPrototypeModelpublic Map<Locale,String> getDescriptionMap()
LayoutSetPrototypeModel
getDescriptionMap in interface LayoutSetPrototypeModelpublic void setDescription(String description)
LayoutSetPrototypeModel
setDescription in interface LayoutSetPrototypeModeldescription - the description of this layout set prototype
public void setDescription(String description,
Locale locale)
LayoutSetPrototypeModel
setDescription in interface LayoutSetPrototypeModeldescription - the localized description of this layout set prototypelocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
LayoutSetPrototypeModel
setDescription in interface LayoutSetPrototypeModeldescription - the localized description of this layout set prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface LayoutSetPrototypeModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
LayoutSetPrototypeModel
setDescriptionMap in interface LayoutSetPrototypeModeldescriptionMap - the locales and localized descriptions of this layout set prototype
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
LayoutSetPrototypeModel
setDescriptionMap in interface LayoutSetPrototypeModeldescriptionMap - the locales and localized descriptions of this layout set prototypedefaultLocale - the default locale@JSON public String getSettings()
LayoutSetPrototypeModel
getSettings in interface LayoutSetPrototypeModelpublic void setSettings(String settings)
LayoutSetPrototypeModel
setSettings in interface LayoutSetPrototypeModelsettings - the settings of this layout set prototype@JSON public boolean getActive()
LayoutSetPrototypeModel
getActive in interface LayoutSetPrototypeModelpublic boolean isActive()
LayoutSetPrototypeModeltrue if this layout set prototype is active.
isActive in interface LayoutSetPrototypeModeltrue if this layout set prototype is active; false otherwisepublic void setActive(boolean active)
LayoutSetPrototypeModel
setActive in interface LayoutSetPrototypeModelactive - the active of this layout set prototypepublic boolean getOriginalActive()
public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetPrototype>getExpandoBridge in interface ClassedModelgetExpandoBridge 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 be appliedServiceContext.getExpandoBridgeAttributes()public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LayoutSetPrototypeModelgetAvailableLanguageIds in interface LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LayoutSetPrototypeModelgetDefaultLanguageId in interface LocalizedModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSetPrototypeModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSetPrototypeModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic LayoutSetPrototype toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutSetPrototype>toEscapedModel in interface LayoutSetPrototypeModeltoEscapedModel in class BaseModelImpl<LayoutSetPrototype>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<LayoutSetPrototype>clone in interface LayoutSetPrototypeModelclone in interface StagedModelclone 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 boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<LayoutSetPrototype>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<LayoutSetPrototype>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutSetPrototype>resetOriginalValues in class BaseModelImpl<LayoutSetPrototype>public CacheModel<LayoutSetPrototype> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutSetPrototype>toCacheModel in interface LayoutSetPrototypeModeltoCacheModel in class BaseModelImpl<LayoutSetPrototype>public String toString()
toString in interface LayoutSetPrototypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetPrototype>toXmlString in interface LayoutSetPrototypeModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||