com.liferay.portal.model
Interface ShardModel

All Superinterfaces:
BaseModel<Shard>, java.lang.Cloneable, java.lang.Comparable<Shard>, java.io.Serializable
All Known Subinterfaces:
Shard

public interface ShardModel
extends BaseModel<Shard>

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 Shard table in the database.

Author:
Brian Wing Shun Chan
See Also:
Shard, ShardImpl, ShardModelImpl

Method Summary
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getShardId()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setShardId(long shardId)
           
 Shard toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getShardId

long getShardId()

setShardId

void setShardId(long shardId)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

toEscapedModel

Shard toEscapedModel()