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
Methods inherited from interface java.lang.Comparable |
compareTo |
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()