com.liferay.portal.model
Interface AuditedModel

All Known Subinterfaces:
Account, AccountModel, Address, AddressModel, AnnouncementsEntry, AnnouncementsEntryModel, AssetCategory, AssetCategoryModel, AssetCategoryProperty, AssetCategoryPropertyModel, AssetEntry, AssetEntryModel, AssetTag, AssetTagModel, AssetTagProperty, AssetTagPropertyModel, AssetVocabulary, AssetVocabularyModel, BlogsEntry, BlogsEntryModel, BookmarksEntry, BookmarksEntryModel, BookmarksFolder, BookmarksFolderModel, CalEvent, CalEventModel, Contact, ContactModel, DDLRecord, DDLRecordModel, DDLRecordSet, DDLRecordSetModel, DDMContent, DDMContentModel, DDMStructure, DDMStructureModel, DDMTemplate, DDMTemplateModel, DLFileEntry, DLFileEntryModel, DLFileEntryType, DLFileEntryTypeModel, DLFileShortcut, DLFileShortcutModel, DLFileVersion, DLFileVersionModel, DLFolder, DLFolderModel, EmailAddress, EmailAddressModel, FileEntry, FileVersion, Folder, GroupedModel, JournalArticle, JournalArticleModel, JournalFeed, JournalFeedModel, JournalStructure, JournalStructureModel, JournalTemplate, JournalTemplateModel, LayoutRevision, LayoutRevisionModel, LayoutSetBranch, LayoutSetBranchModel, MBBan, MBBanModel, MBCategory, MBCategoryModel, MBMailingList, MBMailingListModel, MBMessage, MBMessageModel, MDRAction, MDRActionModel, MDRRule, MDRRuleGroup, MDRRuleGroupInstance, MDRRuleGroupInstanceModel, MDRRuleGroupModel, MDRRuleModel, PasswordPolicy, PasswordPolicyModel, Phone, PhoneModel, PollsQuestion, PollsQuestionModel, PollsVote, PollsVoteModel, PortletItem, PortletItemModel, RatingsEntry, RatingsEntryModel, Repository, RepositoryModel<T>, RepositoryModel, SCFrameworkVersion, SCFrameworkVersionModel, SCProductEntry, SCProductEntryModel, SCProductVersion, SCProductVersionModel, ShoppingCart, ShoppingCartModel, ShoppingCategory, ShoppingCategoryModel, ShoppingCoupon, ShoppingCouponModel, ShoppingItem, ShoppingItemModel, ShoppingOrder, ShoppingOrderModel, Subscription, SubscriptionModel, Team, TeamModel, Website, WebsiteModel, WikiNode, WikiNodeModel, WikiPage, WikiPageModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
All Known Implementing Classes:
AccountWrapper, AddressWrapper, AnnouncementsEntryWrapper, AssetCategoryPropertyWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetTagPropertyWrapper, AssetTagWrapper, AssetVocabularyWrapper, BlogsEntryWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, CalEventWrapper, ContactWrapper, DDLRecordSetWrapper, DDLRecordWrapper, DDMContentWrapper, DDMStructureWrapper, DDMTemplateWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, EmailAddressWrapper, FileEntryProxyBean, FileVersionProxyBean, FolderProxyBean, JournalArticleWrapper, JournalFeedWrapper, JournalStructureWrapper, JournalTemplateWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, MBBanWrapper, MBCategoryWrapper, MBMailingListWrapper, MBMessageWrapper, MDRActionWrapper, MDRRuleGroupInstanceWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, PasswordPolicyWrapper, PhoneWrapper, PollsQuestionWrapper, PollsVoteWrapper, PortletItemWrapper, RatingsEntryWrapper, RepositoryWrapper, SCFrameworkVersionWrapper, SCProductEntryWrapper, SCProductVersionWrapper, ShoppingCartWrapper, ShoppingCategoryWrapper, ShoppingCouponWrapper, ShoppingItemWrapper, ShoppingOrderWrapper, SubscriptionWrapper, TeamWrapper, WebsiteWrapper, WikiNodeWrapper, WikiPageWrapper, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper

public interface AuditedModel

Author:
Brian Wing Shun Chan

Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.util.Date getModifiedDate()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date date)
           
 void setModifiedDate(java.util.Date date)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 

Method Detail

getCompanyId

long getCompanyId()

getCreateDate

java.util.Date getCreateDate()

getModifiedDate

java.util.Date getModifiedDate()

getUserId

long getUserId()

getUserName

java.lang.String getUserName()

getUserUuid

java.lang.String getUserUuid()
                             throws SystemException
Throws:
SystemException

setCompanyId

void setCompanyId(long companyId)

setCreateDate

void setCreateDate(java.util.Date date)

setModifiedDate

void setModifiedDate(java.util.Date date)

setUserId

void setUserId(long userId)

setUserName

void setUserName(java.lang.String userName)

setUserUuid

void setUserUuid(java.lang.String userUuid)