Interface CTModel<T>

All Superinterfaces:
BaseModel<T>, ClassedModel, Cloneable, Comparable<T>, MVCCModel, Serializable
All Known Subinterfaces:
Address, AddressModel, AnnouncementsDelivery, AnnouncementsDeliveryModel, AnnouncementsEntry, AnnouncementsEntryModel, AnnouncementsFlag, AnnouncementsFlagModel, AssetCategory, AssetCategoryModel, AssetEntry, AssetEntryModel, AssetTag, AssetTagModel, AssetVocabulary, AssetVocabularyModel, Country, CountryLocalization, CountryLocalizationModel, CountryModel, DLFileEntry, DLFileEntryMetadata, DLFileEntryMetadataModel, DLFileEntryModel, DLFileEntryType, DLFileEntryTypeModel, DLFileShortcut, DLFileShortcutModel, DLFileVersion, DLFileVersionModel, DLFolder, DLFolderModel, EmailAddress, EmailAddressModel, ExpandoColumn, ExpandoColumnModel, ExpandoRow, ExpandoRowModel, ExpandoTable, ExpandoTableModel, ExpandoValue, ExpandoValueModel, Group, GroupModel, Image, ImageModel, Layout, LayoutFriendlyURL, LayoutFriendlyURLModel, LayoutModel, LayoutPrototype, LayoutPrototypeModel, LayoutSet, LayoutSetModel, Organization, OrganizationModel, Phone, PhoneModel, PortletPreferences, PortletPreferencesModel, PortletPreferenceValue, PortletPreferenceValueModel, RatingsEntry, RatingsEntryModel, RatingsStats, RatingsStatsModel, Region, RegionLocalization, RegionLocalizationModel, RegionModel, Repository, RepositoryEntry, RepositoryEntryModel, RepositoryModel, ResourcePermission, ResourcePermissionModel, Role, RoleModel, SocialActivity, SocialActivityAchievement, SocialActivityAchievementModel, SocialActivityCounter, SocialActivityCounterModel, SocialActivityLimit, SocialActivityLimitModel, SocialActivityModel, SocialActivitySet, SocialActivitySetModel, SocialActivitySetting, SocialActivitySettingModel, SocialRelation, SocialRelationModel, SocialRequest, SocialRequestModel, StagedExpandoColumn, StagedGroupedWorkflowDefinitionLink, SystemEvent, SystemEventModel, Team, TeamModel, User, UserGroup, UserGroupGroupRole, UserGroupGroupRoleModel, UserGroupModel, UserGroupRole, UserGroupRoleModel, UserModel, VirtualHost, VirtualHostModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
All Known Implementing Classes:
AddressWrapper, AnnouncementsDeliveryWrapper, AnnouncementsEntryWrapper, AnnouncementsFlagWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetTagWrapper, AssetVocabularyWrapper, CountryLocalizationWrapper, CountryWrapper, DLFileEntryMetadataWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, EmailAddressWrapper, ExpandoColumnWrapper, ExpandoRowWrapper, ExpandoTableWrapper, ExpandoValueWrapper, GroupWrapper, ImageWrapper, LayoutFriendlyURLWrapper, LayoutPrototypeWrapper, LayoutSetWrapper, LayoutWrapper, OrganizationWrapper, PhoneWrapper, PortletPreferencesWrapper, PortletPreferenceValueWrapper, RatingsEntryWrapper, RatingsStatsWrapper, RegionLocalizationWrapper, RegionWrapper, RepositoryEntryWrapper, RepositoryWrapper, ResourcePermissionWrapper, RoleWrapper, SocialActivityAchievementWrapper, SocialActivityCounterWrapper, SocialActivityLimitWrapper, SocialActivitySettingWrapper, SocialActivitySetWrapper, SocialActivityWrapper, SocialRelationWrapper, SocialRequestWrapper, SystemEventWrapper, TeamWrapper, UserGroupGroupRoleWrapper, UserGroupRoleWrapper, UserGroupWrapper, UserWrapper, VirtualHostWrapper, VirtualLayout, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper

public interface CTModel<T> extends BaseModel<T>, MVCCModel
Author:
Preston Crary
  • Method Details

    • getCtCollectionId

      long getCtCollectionId()
    • getPrimaryKey

      long getPrimaryKey()
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)