@JSON(strict=true)
@ProviderType
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
,
LayoutBranch
,
LayoutBranchModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LAYOUTBRANCHID_COLUMN_BITMASK |
static long |
LAYOUTSETBRANCHID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
MASTER_COLUMN_BITMASK |
static long |
NAME_COLUMN_BITMASK |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PLID_COLUMN_BITMASK |
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() |
int |
compareTo(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) |
boolean |
equals(Object obj) |
long |
getColumnBitmask() |
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() |
boolean |
getOriginalMaster() |
String |
getOriginalName() |
long |
getOriginalPlid() |
long |
getPlid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
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() |
static com.liferay.portal.kernel.model.LayoutBranch |
toModel(com.liferay.portal.kernel.model.LayoutBranchSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.portal.kernel.model.LayoutBranch> |
toModels(com.liferay.portal.kernel.model.LayoutBranchSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
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 LAYOUTSETBRANCHID_COLUMN_BITMASK
public static final long MASTER_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PLID_COLUMN_BITMASK
public static final long LAYOUTBRANCHID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.kernel.model.LayoutBranch toModel(com.liferay.portal.kernel.model.LayoutBranchSoap soapModel)
soapModel
- the soap model instance to convertpublic static List<com.liferay.portal.kernel.model.LayoutBranch> toModels(com.liferay.portal.kernel.model.LayoutBranchSoap[] soapModels)
soapModels
- the soap model instances to convertpublic 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
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.LayoutBranchModel
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
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.LayoutBranchModel
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>
@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
public long getOriginalLayoutSetBranchId()
@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
public long getOriginalPlid()
@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
public String getOriginalName()
@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
public boolean getOriginalMaster()
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 interface com.liferay.portal.kernel.model.LayoutBranchModel
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 interface com.liferay.portal.kernel.model.LayoutBranchModel
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 interface com.liferay.portal.kernel.model.LayoutBranchModel
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 interface com.liferay.portal.kernel.model.LayoutBranchModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public int compareTo(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
compareTo
in interface com.liferay.portal.kernel.model.LayoutBranchModel
compareTo
in interface Comparable<com.liferay.portal.kernel.model.LayoutBranch>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.portal.kernel.model.LayoutBranchModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
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 interface com.liferay.portal.kernel.model.LayoutBranchModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
public String toString()
toString
in interface com.liferay.portal.kernel.model.LayoutBranchModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
toXmlString
in interface com.liferay.portal.kernel.model.LayoutBranchModel