Liferay 6.0.3

com.liferay.portal.model
Interface Shard

All Superinterfaces:
BaseModel<Shard>, Cloneable, Comparable<Shard>, Serializable, ShardModel
All Known Implementing Classes:
ShardImpl, ShardWrapper

public interface Shard
extends ShardModel

This interface is a model that represents the Shard table in the database.

Customize ShardImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ShardModel, ShardImpl, ShardModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ShardModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getShardId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setShardId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3