@JSON(strict=true)
public class LayoutBranchModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
implements com.liferay.portal.kernel.model.LayoutBranchModel
This implementation and its corresponding interface LayoutBranchModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutBranchImpl
.
LayoutBranchImpl
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
LAYOUTBRANCHID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LAYOUTSETBRANCHID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static long |
MASTER_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
NAME_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PLID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
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 |
Constructor and Description |
---|
LayoutBranchModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
com.liferay.portal.kernel.model.LayoutBranch |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.portal.kernel.model.LayoutBranch,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutBranch,Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
String |
getDescription() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
long |
getLayoutBranchId() |
long |
getLayoutSetBranchId() |
boolean |
getMaster() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion() |
String |
getName() |
long |
getOriginalLayoutSetBranchId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalMaster()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalName()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalPlid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPlid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isMaster() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setDescription(String description) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setLayoutBranchId(long layoutBranchId) |
void |
setLayoutSetBranchId(long layoutSetBranchId) |
void |
setMaster(boolean master) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPlid(long plid) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutBranch> |
toCacheModel() |
com.liferay.portal.kernel.model.LayoutBranch |
toEscapedModel() |
String |
toString() |
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
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long LAYOUTSETBRANCHID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long MASTER_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long NAME_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long PLID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long LAYOUTBRANCHID_COLUMN_BITMASK
getColumnBitmask(String)
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public Map<String,Function<com.liferay.portal.kernel.model.LayoutBranch,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutBranch,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
@JSON public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.LayoutBranchModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.LayoutBranchModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
@JSON public long getLayoutBranchId()
getLayoutBranchId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setLayoutBranchId(long layoutBranchId)
setLayoutBranchId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@JSON public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
@JSON public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@JSON public String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setUserName(String userName)
setUserName
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@JSON public long getLayoutSetBranchId()
getLayoutSetBranchId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@Deprecated public long getOriginalLayoutSetBranchId()
getColumnOriginalValue(String)
@JSON public long getPlid()
getPlid
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setPlid(long plid)
setPlid
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@Deprecated public long getOriginalPlid()
getColumnOriginalValue(String)
@JSON public String getName()
getName
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setName(String name)
setName
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@Deprecated public String getOriginalName()
getColumnOriginalValue(String)
@JSON public String getDescription()
getDescription
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setDescription(String description)
setDescription
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@JSON public boolean getMaster()
getMaster
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@JSON public boolean isMaster()
isMaster
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public void setMaster(boolean master)
setMaster
in interface com.liferay.portal.kernel.model.LayoutBranchModel
@Deprecated public boolean getOriginalMaster()
getColumnOriginalValue(String)
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public com.liferay.portal.kernel.model.LayoutBranch toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public com.liferay.portal.kernel.model.LayoutBranch cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.LayoutBranchModel
public int compareTo(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
compareTo
in interface Comparable<com.liferay.portal.kernel.model.LayoutBranch>
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutBranch> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public String toString()
toString
in class Object
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)