|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<LayoutSetBranch>
com.liferay.portal.model.impl.LayoutSetBranchModelImpl
@JSON(strict=true) public class LayoutSetBranchModelImpl
The base model implementation for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutSetBranchModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetBranchImpl.
LayoutSetBranchImpl,
LayoutSetBranch,
LayoutSetBranchModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
NAME_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PRIVATELAYOUT_COLUMN_BITMASK
|
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 | |
|---|---|
LayoutSetBranchModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetBranch layoutSetBranch)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this layout set branch. |
Date |
getCreateDate()
Returns the create date of this layout set branch. |
String |
getDescription()
Returns the description of this layout set branch. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this layout set branch. |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this layout set branch. |
boolean |
getMaster()
Returns the master of this layout set branch. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout set branch. |
String |
getName()
Returns the name of this layout set branch. |
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
boolean |
getOriginalPrivateLayout()
|
long |
getPrimaryKey()
Returns the primary key of this layout set branch. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getPrivateLayout()
Returns the private layout of this layout set branch. |
long |
getUserId()
Returns the user ID of this layout set branch. |
String |
getUserName()
Returns the user name of this layout set branch. |
String |
getUserUuid()
Returns the user uuid of this layout set branch. |
int |
hashCode()
|
boolean |
isMaster()
Returns true if this layout set branch is master. |
boolean |
isPrivateLayout()
Returns true if this layout set branch is private layout. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout set branch. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout set branch. |
void |
setDescription(String description)
Sets the description of this layout set branch. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this layout set branch. |
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this layout set branch. |
void |
setMaster(boolean master)
Sets whether this layout set branch is master. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set branch. |
void |
setName(String name)
Sets the name of this layout set branch. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set branch. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout set branch is private layout. |
void |
setUserId(long userId)
Sets the user ID of this layout set branch. |
void |
setUserName(String userName)
Sets the user name of this layout set branch. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout set branch. |
CacheModel<LayoutSetBranch> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutSetBranch |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static LayoutSetBranch |
toModel(LayoutSetBranchSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutSetBranch> |
toModels(LayoutSetBranchSoap[] 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, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.LayoutSetBranchModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, 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 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 long GROUPID_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
public static long PRIVATELAYOUT_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutSetBranchModelImpl()
| Method Detail |
|---|
public static LayoutSetBranch toModel(LayoutSetBranchSoap soapModel)
soapModel - the soap model instance to convert
public static List<LayoutSetBranch> toModels(LayoutSetBranchSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
LayoutSetBranchModel
getPrimaryKey in interface LayoutSetBranchModelpublic void setPrimaryKey(long primaryKey)
LayoutSetBranchModel
setPrimaryKey in interface LayoutSetBranchModelprimaryKey - the primary key of this layout set branchpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetBranch>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutSetBranchModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutSetBranch>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutSetBranchModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModel@JSON public long getLayoutSetBranchId()
LayoutSetBranchModel
getLayoutSetBranchId in interface LayoutSetBranchModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
LayoutSetBranchModel
setLayoutSetBranchId in interface LayoutSetBranchModellayoutSetBranchId - the layout set branch ID of this layout set branch@JSON public long getGroupId()
LayoutSetBranchModel
getGroupId in interface GroupedModelgetGroupId in interface LayoutSetBranchModelpublic void setGroupId(long groupId)
LayoutSetBranchModel
setGroupId in interface GroupedModelsetGroupId in interface LayoutSetBranchModelgroupId - the group ID of this layout set branchpublic long getOriginalGroupId()
@JSON public long getCompanyId()
LayoutSetBranchModel
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutSetBranchModelpublic void setCompanyId(long companyId)
LayoutSetBranchModel
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutSetBranchModelcompanyId - the company ID of this layout set branch@JSON public long getUserId()
LayoutSetBranchModel
getUserId in interface AuditedModelgetUserId in interface LayoutSetBranchModelpublic void setUserId(long userId)
LayoutSetBranchModel
setUserId in interface AuditedModelsetUserId in interface LayoutSetBranchModeluserId - the user ID of this layout set branch
public String getUserUuid()
throws SystemException
LayoutSetBranchModel
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutSetBranchModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
LayoutSetBranchModel
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutSetBranchModeluserUuid - the user uuid of this layout set branch@JSON public String getUserName()
LayoutSetBranchModel
getUserName in interface AuditedModelgetUserName in interface LayoutSetBranchModelpublic void setUserName(String userName)
LayoutSetBranchModel
setUserName in interface AuditedModelsetUserName in interface LayoutSetBranchModeluserName - the user name of this layout set branch@JSON public Date getCreateDate()
LayoutSetBranchModel
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutSetBranchModelpublic void setCreateDate(Date createDate)
LayoutSetBranchModel
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutSetBranchModelcreateDate - the create date of this layout set branch@JSON public Date getModifiedDate()
LayoutSetBranchModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutSetBranchModelpublic void setModifiedDate(Date modifiedDate)
LayoutSetBranchModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutSetBranchModelmodifiedDate - the modified date of this layout set branch@JSON public boolean getPrivateLayout()
LayoutSetBranchModel
getPrivateLayout in interface LayoutSetBranchModelpublic boolean isPrivateLayout()
LayoutSetBranchModeltrue if this layout set branch is private layout.
isPrivateLayout in interface LayoutSetBranchModeltrue if this layout set branch is private layout; false otherwisepublic void setPrivateLayout(boolean privateLayout)
LayoutSetBranchModel
setPrivateLayout in interface LayoutSetBranchModelprivateLayout - the private layout of this layout set branchpublic boolean getOriginalPrivateLayout()
@JSON public String getName()
LayoutSetBranchModel
getName in interface LayoutSetBranchModelpublic void setName(String name)
LayoutSetBranchModel
setName in interface LayoutSetBranchModelname - the name of this layout set branchpublic String getOriginalName()
@JSON public String getDescription()
LayoutSetBranchModel
getDescription in interface LayoutSetBranchModelpublic void setDescription(String description)
LayoutSetBranchModel
setDescription in interface LayoutSetBranchModeldescription - the description of this layout set branch@JSON public boolean getMaster()
LayoutSetBranchModel
getMaster in interface LayoutSetBranchModelpublic boolean isMaster()
LayoutSetBranchModeltrue if this layout set branch is master.
isMaster in interface LayoutSetBranchModeltrue if this layout set branch is master; false otherwisepublic void setMaster(boolean master)
LayoutSetBranchModel
setMaster in interface LayoutSetBranchModelmaster - the master of this layout set branchpublic long getColumnBitmask()
public LayoutSetBranch toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutSetBranch>toEscapedModel in interface LayoutSetBranchModeltoEscapedModel in class BaseModelImpl<LayoutSetBranch>AutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetBranch>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutSetBranchModelgetExpandoBridge in class BaseModelImpl<LayoutSetBranch>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>setExpandoBridgeAttributes in interface LayoutSetBranchModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutSetBranch>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutSetBranch>clone in interface LayoutSetBranchModelclone in class BaseModelImpl<LayoutSetBranch>public int compareTo(LayoutSetBranch layoutSetBranch)
compareTo in interface LayoutSetBranchModelcompareTo in interface Comparable<LayoutSetBranch>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutSetBranchModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutSetBranch>resetOriginalValues in class BaseModelImpl<LayoutSetBranch>public CacheModel<LayoutSetBranch> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutSetBranch>toCacheModel in interface LayoutSetBranchModeltoCacheModel in class BaseModelImpl<LayoutSetBranch>public String toString()
toString in interface LayoutSetBranchModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetBranch>toXmlString in interface LayoutSetBranchModel
|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||