Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Shard

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

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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, setClassName, setClassNameId, setClassPK, 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.1.2-ce-ga3