Interface Repository

All Superinterfaces:
AuditedModel, BaseModel<Repository>, ClassedModel, Cloneable, Comparable<Repository>, CTModel<Repository>, ExternalReferenceCodeModel, GroupedModel, MVCCModel, PersistedModel, RepositoryModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel, TypedModel
All Known Implementing Classes:
RepositoryWrapper

@ProviderType public interface Repository extends PersistedModel, 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.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Method Details

    • getTypeSettingsProperties

      UnicodeProperties getTypeSettingsProperties()
    • setTypeSettingsProperties

      void setTypeSettingsProperties(UnicodeProperties typeSettingsUnicodeProperties)