com.liferay.portal.model
Interface Repository
- All Superinterfaces:
- BaseModel<Repository>, ClassedModel, Cloneable, Comparable<Repository>, RepositoryModel, Serializable
- All Known Implementing Classes:
- RepositoryBaseImpl, RepositoryImpl, RepositoryWrapper
public interface Repository
- extends RepositoryModel
The extended model interface for the Repository service. Represents a row in the "Repository" database table, with each column mapped to a property of this class.
- See Also:
RepositoryModel,
RepositoryImpl,
RepositoryModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from interface com.liferay.portal.model.RepositoryModel |
clone, compareTo, getClassName, getClassNameId, getCompanyId, getCreateDate, getDescription, getDlFolderId, getExpandoBridge, getGroupId, getModifiedDate, getName, getPortletId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setCompanyId, setCreateDate, setDescription, setDlFolderId, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPortletId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, toCacheModel, toEscapedModel, toString, toXmlString |
getTypeSettings
String getTypeSettings()
- Description copied from interface:
RepositoryModel
- Returns the type settings of this repository.
- Specified by:
getTypeSettings in interface RepositoryModel
- Returns:
- the type settings of this repository
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
setTypeSettings
void setTypeSettings(String typeSettings)
- Description copied from interface:
RepositoryModel
- Sets the type settings of this repository.
- Specified by:
setTypeSettings in interface RepositoryModel
- Parameters:
typeSettings - the type settings of this repository
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)