com.liferay.portal.model.impl
Class BaseModelImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
Direct Known Subclasses:
AccountModelImpl, AddressModelImpl, BlogsCategoryModelImpl, BlogsEntryModelImpl, BlogsStatsUserModelImpl, BookmarksEntryModelImpl, BookmarksFolderModelImpl, CalEventModelImpl, ClassNameModelImpl, CompanyModelImpl, ContactModelImpl, CountryModelImpl, DLFileEntryModelImpl, DLFileRankModelImpl, DLFileShortcutModelImpl, DLFileVersionModelImpl, DLFolderModelImpl, EmailAddressModelImpl, GroupModelImpl, IGFolderModelImpl, IGImageModelImpl, ImageModelImpl, JournalArticleImageModelImpl, JournalArticleModelImpl, JournalArticleResourceModelImpl, JournalContentSearchModelImpl, JournalStructureModelImpl, JournalTemplateModelImpl, LayoutModelImpl, LayoutSetModelImpl, ListTypeModelImpl, MBBanModelImpl, MBCategoryModelImpl, MBDiscussionModelImpl, MBMessageFlagModelImpl, MBMessageModelImpl, MBStatsUserModelImpl, MBThreadModelImpl, OrganizationModelImpl, OrgGroupPermissionModelImpl, OrgGroupRoleModelImpl, OrgLaborModelImpl, PasswordPolicyModelImpl, PasswordPolicyRelModelImpl, PasswordTrackerModelImpl, PermissionModelImpl, PhoneModelImpl, PluginSettingModelImpl, PollsChoiceModelImpl, PollsQuestionModelImpl, PollsVoteModelImpl, PortletModelImpl, PortletPreferencesModelImpl, RatingsEntryModelImpl, RatingsStatsModelImpl, RegionModelImpl, ReleaseModelImpl, ResourceCodeModelImpl, ResourceModelImpl, RoleModelImpl, SCFrameworkVersionModelImpl, SCLicenseModelImpl, SCProductEntryModelImpl, SCProductScreenshotModelImpl, SCProductVersionModelImpl, ServiceComponentModelImpl, ShoppingCartModelImpl, ShoppingCategoryModelImpl, ShoppingCouponModelImpl, ShoppingItemFieldModelImpl, ShoppingItemModelImpl, ShoppingItemPriceModelImpl, ShoppingOrderItemModelImpl, ShoppingOrderModelImpl, SubscriptionModelImpl, TagsAssetModelImpl, TagsEntryModelImpl, TagsPropertyModelImpl, TagsSourceModelImpl, UserGroupModelImpl, UserGroupRoleModelImpl, UserIdMapperModelImpl, UserModelImpl, UserTrackerModelImpl, UserTrackerPathModelImpl, WebsiteModelImpl, WikiNodeModelImpl, WikiPageModelImpl, WikiPageResourceModelImpl

public abstract class BaseModelImpl
extends java.lang.Object
implements com.liferay.portal.model.BaseModel

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static boolean XSS_ALLOW
           
 
Constructor Summary
BaseModelImpl()
           
 
Method Summary
abstract  java.lang.Object clone()
           
 boolean isNew()
           
 boolean setNew(boolean n)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getPrimaryKeyObj
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

XSS_ALLOW

public static boolean XSS_ALLOW
Constructor Detail

BaseModelImpl

public BaseModelImpl()
Method Detail

isNew

public boolean isNew()
Specified by:
isNew in interface com.liferay.portal.model.BaseModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface com.liferay.portal.model.BaseModel

clone

public abstract java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel