com.liferay.portal.model
Interface Shard

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

public interface Shard
extends ShardModel

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.

Customize com.liferay.portal.model.impl.ShardImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ShardModel
getClassName, getClassNameId, getClassPK, getName, getPrimaryKey, getShardId, setClassNameId, setClassPK, setName, setPrimaryKey, setShardId, 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