com.liferay.portal.model
Interface LayoutSetPrototypeModel
- All Superinterfaces:
- BaseModel<LayoutSetPrototype>, java.lang.Cloneable, java.lang.Comparable<LayoutSetPrototype>, java.io.Serializable
- All Known Subinterfaces:
- LayoutSetPrototype
- All Known Implementing Classes:
- LayoutSetPrototypeWrapper
public interface LayoutSetPrototypeModel
- extends BaseModel<LayoutSetPrototype>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the LayoutSetPrototype table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSetPrototype,
LayoutSetPrototypeImpl,
LayoutSetPrototypeModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getLayoutSetPrototypeId
long getLayoutSetPrototypeId()
setLayoutSetPrototypeId
void setLayoutSetPrototypeId(long layoutSetPrototypeId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getName
java.lang.String getName()
getName
java.lang.String getName(java.util.Locale locale)
getName
java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName
java.lang.String getName(java.lang.String languageId)
getName
java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getNameMap
java.util.Map<java.util.Locale,java.lang.String> getNameMap()
setName
void setName(java.lang.String name)
setName
void setName(java.util.Locale locale,
java.lang.String name)
setNameMap
void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
getDescription
java.lang.String getDescription()
setDescription
void setDescription(java.lang.String description)
getSettings
java.lang.String getSettings()
setSettings
void setSettings(java.lang.String settings)
getActive
boolean getActive()
isActive
boolean isActive()
setActive
void setActive(boolean active)
toEscapedModel
LayoutSetPrototype toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<LayoutSetPrototype>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<LayoutSetPrototype>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<LayoutSetPrototype>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<LayoutSetPrototype>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<LayoutSetPrototype>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<LayoutSetPrototype>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<LayoutSetPrototype>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<LayoutSetPrototype>
compareTo
int compareTo(LayoutSetPrototype layoutSetPrototype)
- Specified by:
compareTo in interface java.lang.Comparable<LayoutSetPrototype>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<LayoutSetPrototype>