Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Shard

All Superinterfaces:
AttachedModel, BaseModel<Shard>, ClassedModel, Cloneable, Comparable<Shard>, PersistedModel, Serializable, ShardModel, TypedModel
All Known Implementing Classes:
ShardWrapper

@ProviderType
public interface Shard
extends ShardModel, PersistedModel

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

See Also:
ShardModel, ShardImpl, ShardModelImpl

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, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setShardId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5