Package com.liferay.portal.kernel.model
Interface AuditedModel
- All Superinterfaces:
ClassedModel
- All Known Subinterfaces:
Address
,AddressModel
,AnnouncementsEntry
,AnnouncementsEntryModel
,AssetCategory
,AssetCategoryModel
,AssetEntry
,AssetEntryModel
,AssetTag
,AssetTagModel
,AssetVocabulary
,AssetVocabularyModel
,Company
,CompanyModel
,Contact
,ContactModel
,Country
,CountryModel
,DDMStructure
,DDMTemplate
,DLFileEntry
,DLFileEntryModel
,DLFileEntryType
,DLFileEntryTypeModel
,DLFileShortcut
,DLFileShortcutModel
,DLFileVersion
,DLFileVersionModel
,DLFolder
,DLFolderModel
,EmailAddress
,EmailAddressModel
,ExportImportConfiguration
,ExportImportConfigurationModel
,FileEntry
,FileShortcut
,FileVersion
,Folder
,GroupedModel
,Layout
,LayoutFriendlyURL
,LayoutFriendlyURLModel
,LayoutModel
,LayoutPrototype
,LayoutPrototypeModel
,LayoutRevision
,LayoutRevisionModel
,LayoutSetBranch
,LayoutSetBranchModel
,LayoutSetPrototype
,LayoutSetPrototypeModel
,ListType
,ListTypeModel
,Organization
,OrganizationModel
,PasswordPolicy
,PasswordPolicyModel
,Phone
,PhoneModel
,PortletItem
,PortletItemModel
,RatingsEntry
,RatingsEntryModel
,Region
,RegionModel
,Repository
,RepositoryEntry
,RepositoryEntryModel
,RepositoryModel
,RepositoryModel<T>
,Role
,RoleModel
,StagedAuditedModel
,StagedGroupedModel
,StagedGroupedWorkflowDefinitionLink
,Subscription
,SubscriptionModel
,Team
,TeamModel
,UserGroup
,UserGroupModel
,Website
,WebsiteModel
,WorkflowDefinitionLink
,WorkflowDefinitionLinkModel
,WorkflowInstanceLink
,WorkflowInstanceLinkModel
- All Known Implementing Classes:
AddressWrapper
,AnnouncementsEntryWrapper
,AssetCategoryWrapper
,AssetEntryWrapper
,AssetTagWrapper
,AssetVocabularyWrapper
,CompanyWrapper
,ContactWrapper
,CountryWrapper
,DLFileEntryTypeWrapper
,DLFileEntryWrapper
,DLFileShortcutWrapper
,DLFileVersionWrapper
,DLFolderWrapper
,EmailAddressWrapper
,ExportImportConfigurationWrapper
,FileEntryProxyBean
,FileEntryWrapper
,FileShortcutProxyBean
,FileShortcutWrapper
,FileVersionProxyBean
,FileVersionWrapper
,FolderProxyBean
,FolderWrapper
,LayoutFriendlyURLWrapper
,LayoutPrototypeWrapper
,LayoutRevisionWrapper
,LayoutSetBranchWrapper
,LayoutSetPrototypeWrapper
,LayoutWrapper
,ListTypeWrapper
,OrganizationWrapper
,PasswordPolicyWrapper
,PhoneWrapper
,PortletItemWrapper
,RatingsEntryWrapper
,RegionWrapper
,RepositoryEntryWrapper
,RepositoryWrapper
,RoleWrapper
,SubscriptionWrapper
,TeamWrapper
,UserGroupWrapper
,VirtualLayout
,WebsiteWrapper
,WorkflowDefinitionLinkWrapper
,WorkflowInstanceLinkWrapper
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setCompanyId
(long companyId) void
setCreateDate
(Date date) void
setModifiedDate
(Date date) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
-
Method Details
-
getCompanyId
long getCompanyId() -
getCreateDate
Date getCreateDate() -
getModifiedDate
Date getModifiedDate() -
getUserId
long getUserId() -
getUserName
String getUserName() -
getUserUuid
String getUserUuid() -
setCompanyId
void setCompanyId(long companyId) -
setCreateDate
-
setModifiedDate
-
setUserId
void setUserId(long userId) -
setUserName
-
setUserUuid
-