Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface AttachedModel

All Superinterfaces:
TypedModel
All Known Subinterfaces:
Address, AddressModel, AnnouncementsEntry, AnnouncementsEntryModel, AssetEntry, AssetEntryModel, Contact, ContactModel, DDMStorageLink, DDMStorageLinkModel, DDMStructureLink, DDMStructureLinkModel, DDMTemplate, DDMTemplateModel, DLFileEntry, DLFileEntryModel, EmailAddress, EmailAddressModel, ExpandoValue, ExpandoValueModel, Group, GroupModel, JournalArticle, JournalArticleModel, MBDiscussion, MBDiscussionModel, MBMessage, MBMessageModel, MDRAction, MDRActionModel, MDRRuleGroupInstance, MDRRuleGroupInstanceModel, PasswordPolicyRel, PasswordPolicyRelModel, Phone, PhoneModel, RatingsEntry, RatingsEntryModel, RatingsStats, RatingsStatsModel, Role, RoleModel, Shard, ShardModel, SocialActivity, SocialActivityCounter, SocialActivityCounterModel, SocialActivityLimit, SocialActivityLimitModel, SocialActivityModel, SocialActivitySet, SocialActivitySetModel, SocialRequest, SocialRequestModel, Subscription, SubscriptionModel, SystemEvent, SystemEventModel, Ticket, TicketModel, TrashEntry, TrashEntryModel, TrashVersion, TrashVersionModel, WebDAVProps, WebDAVPropsModel, Website, WebsiteModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
All Known Implementing Classes:
AddressBaseImpl, AddressImpl, AddressModelImpl, AddressWrapper, AnnouncementsEntryBaseImpl, AnnouncementsEntryImpl, AnnouncementsEntryModelImpl, AnnouncementsEntryWrapper, AssetEntryBaseImpl, AssetEntryImpl, AssetEntryModelImpl, AssetEntryWrapper, ContactBaseImpl, ContactImpl, ContactModelImpl, ContactWrapper, DDMStorageLinkBaseImpl, DDMStorageLinkImpl, DDMStorageLinkModelImpl, DDMStorageLinkWrapper, DDMStructureLinkBaseImpl, DDMStructureLinkImpl, DDMStructureLinkModelImpl, DDMStructureLinkWrapper, DDMTemplateBaseImpl, DDMTemplateImpl, DDMTemplateModelImpl, DDMTemplateWrapper, DLFileEntryBaseImpl, DLFileEntryImpl, DLFileEntryModelImpl, DLFileEntryWrapper, EmailAddressBaseImpl, EmailAddressImpl, EmailAddressModelImpl, EmailAddressWrapper, ExpandoValueBaseImpl, ExpandoValueImpl, ExpandoValueModelImpl, ExpandoValueWrapper, GroupBaseImpl, GroupImpl, GroupModelImpl, GroupWrapper, JournalArticleBaseImpl, JournalArticleImpl, JournalArticleModelImpl, JournalArticleWrapper, MBDiscussionBaseImpl, MBDiscussionImpl, MBDiscussionModelImpl, MBDiscussionWrapper, MBMessageBaseImpl, MBMessageImpl, MBMessageModelImpl, MBMessageWrapper, MDRActionBaseImpl, MDRActionImpl, MDRActionModelImpl, MDRActionWrapper, MDRRuleGroupInstanceBaseImpl, MDRRuleGroupInstanceImpl, MDRRuleGroupInstanceModelImpl, MDRRuleGroupInstanceWrapper, PasswordPolicyRelBaseImpl, PasswordPolicyRelImpl, PasswordPolicyRelModelImpl, PasswordPolicyRelWrapper, PhoneBaseImpl, PhoneImpl, PhoneModelImpl, PhoneWrapper, RatingsEntryBaseImpl, RatingsEntryImpl, RatingsEntryModelImpl, RatingsEntryWrapper, RatingsStatsBaseImpl, RatingsStatsImpl, RatingsStatsModelImpl, RatingsStatsWrapper, RoleBaseImpl, RoleImpl, RoleModelImpl, RoleWrapper, ShardBaseImpl, ShardImpl, ShardModelImpl, ShardWrapper, SocialActivityBaseImpl, SocialActivityCounterBaseImpl, SocialActivityCounterImpl, SocialActivityCounterModelImpl, SocialActivityCounterWrapper, SocialActivityImpl, SocialActivityLimitBaseImpl, SocialActivityLimitImpl, SocialActivityLimitModelImpl, SocialActivityLimitWrapper, SocialActivityModelImpl, SocialActivitySetBaseImpl, SocialActivitySetImpl, SocialActivitySetModelImpl, SocialActivitySetWrapper, SocialActivityWrapper, SocialRequestBaseImpl, SocialRequestImpl, SocialRequestModelImpl, SocialRequestWrapper, SubscriptionBaseImpl, SubscriptionImpl, SubscriptionModelImpl, SubscriptionWrapper, SystemEventBaseImpl, SystemEventImpl, SystemEventModelImpl, SystemEventWrapper, TicketBaseImpl, TicketImpl, TicketModelImpl, TicketWrapper, TrashEntryBaseImpl, TrashEntryImpl, TrashEntryModelImpl, TrashEntryWrapper, TrashVersionBaseImpl, TrashVersionImpl, TrashVersionModelImpl, TrashVersionWrapper, WebDAVPropsBaseImpl, WebDAVPropsImpl, WebDAVPropsModelImpl, WebDAVPropsWrapper, WebsiteBaseImpl, WebsiteImpl, WebsiteModelImpl, WebsiteWrapper, WorkflowDefinitionLinkBaseImpl, WorkflowDefinitionLinkImpl, WorkflowDefinitionLinkModelImpl, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkBaseImpl, WorkflowInstanceLinkImpl, WorkflowInstanceLinkModelImpl, WorkflowInstanceLinkWrapper

public interface AttachedModel
extends TypedModel


Method Summary
 long getClassPK()
           
 void setClassPK(long classPK)
           
 
Methods inherited from interface com.liferay.portal.model.TypedModel
getClassName, getClassNameId, setClassNameId
 

Method Detail

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

Liferay 6.2-ce-ga5