@ProviderType public interface DepotEntryGroupRelModel extends BaseModel<DepotEntryGroupRel>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.depot.model.impl.DepotEntryGroupRelModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.depot.model.impl.DepotEntryGroupRelImpl.
DepotEntryGroupRel| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this depot entry group rel.
|
boolean |
getDdmStructuresAvailable()
Returns the ddm structures available of this depot entry group rel.
|
long |
getDepotEntryGroupRelId()
Returns the depot entry group rel ID of this depot entry group rel.
|
long |
getDepotEntryId()
Returns the depot entry ID of this depot entry group rel.
|
long |
getMvccVersion()
Returns the mvcc version of this depot entry group rel.
|
long |
getPrimaryKey()
Returns the primary key of this depot entry group rel.
|
boolean |
getSearchable()
Returns the searchable of this depot entry group rel.
|
long |
getToGroupId()
Returns the to group ID of this depot entry group rel.
|
boolean |
isDdmStructuresAvailable()
Returns
true if this depot entry group rel is ddm structures available. |
boolean |
isSearchable()
Returns
true if this depot entry group rel is searchable. |
void |
setCompanyId(long companyId)
Sets the company ID of this depot entry group rel.
|
void |
setDdmStructuresAvailable(boolean ddmStructuresAvailable)
Sets whether this depot entry group rel is ddm structures available.
|
void |
setDepotEntryGroupRelId(long depotEntryGroupRelId)
Sets the depot entry group rel ID of this depot entry group rel.
|
void |
setDepotEntryId(long depotEntryId)
Sets the depot entry ID of this depot entry group rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this depot entry group rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this depot entry group rel.
|
void |
setSearchable(boolean searchable)
Sets whether this depot entry group rel is searchable.
|
void |
setToGroupId(long toGroupId)
Sets the to group ID of this depot entry group rel.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this depot entry group rellong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this depot entry group rellong getDepotEntryGroupRelId()
void setDepotEntryGroupRelId(long depotEntryGroupRelId)
depotEntryGroupRelId - the depot entry group rel ID of this depot entry group rellong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this depot entry group relboolean getDdmStructuresAvailable()
boolean isDdmStructuresAvailable()
true if this depot entry group rel is ddm structures available.true if this depot entry group rel is ddm structures available; false otherwisevoid setDdmStructuresAvailable(boolean ddmStructuresAvailable)
ddmStructuresAvailable - the ddm structures available of this depot entry group rellong getDepotEntryId()
void setDepotEntryId(long depotEntryId)
depotEntryId - the depot entry ID of this depot entry group relboolean getSearchable()
boolean isSearchable()
true if this depot entry group rel is searchable.true if this depot entry group rel is searchable; false otherwisevoid setSearchable(boolean searchable)
searchable - the searchable of this depot entry group rellong getToGroupId()
void setToGroupId(long toGroupId)
toGroupId - the to group ID of this depot entry group rel