Liferay 6.0.5

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

The model interface for the Shard service. Represents a row in the "Shard" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ShardImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a shard model instance should use the Shard interface instead.

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.5