|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Shard>
com.liferay.portal.model.impl.ShardModelImpl
public class ShardModelImpl
This interface is a model that represents the Shard table in the database.
ShardImpl,
Shard,
ShardModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
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 | |
|---|---|
ShardModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Shard shard)
|
boolean |
equals(Object obj)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getName()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
String |
getOriginalName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getShardId()
|
int |
hashCode()
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setName(String name)
|
void |
setPrimaryKey(long pk)
|
void |
setShardId(long shardId)
|
Shard |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.ShardModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ShardModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface ShardModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ShardModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Shard>getPrimaryKeyObj in interface ShardModelpublic long getShardId()
getShardId in interface ShardModelpublic void setShardId(long shardId)
setShardId in interface ShardModelpublic String getClassName()
getClassName in interface ShardModelpublic long getClassNameId()
getClassNameId in interface ShardModelpublic void setClassNameId(long classNameId)
setClassNameId in interface ShardModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface ShardModelpublic void setClassPK(long classPK)
setClassPK in interface ShardModelpublic long getOriginalClassPK()
public String getName()
getName in interface ShardModelpublic void setName(String name)
setName in interface ShardModelpublic String getOriginalName()
public Shard toEscapedModel()
toEscapedModel in interface ShardModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Shard>getExpandoBridge in interface ShardModelgetExpandoBridge in class BaseModelImpl<Shard>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Shard>setExpandoBridgeAttributes in interface ShardModelsetExpandoBridgeAttributes in class BaseModelImpl<Shard>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Shard>clone in interface ShardModelclone in class BaseModelImpl<Shard>public int compareTo(Shard shard)
compareTo in interface ShardModelcompareTo in interface Comparable<Shard>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ShardModelhashCode in class Objectpublic String toString()
toString in interface ShardModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Shard>toXmlString in interface ShardModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||