|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<WebDAVProps>
com.liferay.portal.model.impl.WebDAVPropsModelImpl
public class WebDAVPropsModelImpl
The base model implementation for the WebDAVProps service. Represents a row in the "WebDAVProps" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface WebDAVPropsModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WebDAVPropsImpl.
WebDAVPropsImpl,
WebDAVProps,
WebDAVPropsModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
WEBDAVPROPSID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
WebDAVPropsModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WebDAVProps webDAVProps)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this web d a v props. |
long |
getClassNameId()
Returns the class name ID of this web d a v props. |
long |
getClassPK()
Returns the class p k of this web d a v props. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this web d a v props. |
Date |
getCreateDate()
Returns the create date of this web d a v props. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this web d a v props. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getPrimaryKey()
Returns the primary key of this web d a v props. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getProps()
Returns the props of this web d a v props. |
long |
getWebDavPropsId()
Returns the web dav props ID of this web d a v props. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this web d a v props. |
void |
setClassPK(long classPK)
Sets the class p k of this web d a v props. |
void |
setCompanyId(long companyId)
Sets the company ID of this web d a v props. |
void |
setCreateDate(Date createDate)
Sets the create date of this web d a v props. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this web d a v props. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this web d a v props. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setProps(String props)
Sets the props of this web d a v props. |
void |
setWebDavPropsId(long webDavPropsId)
Sets the web dav props ID of this web d a v props. |
CacheModel<WebDAVProps> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
WebDAVProps |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.WebDAVPropsModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long CLASSNAMEID_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
public static long WEBDAVPROPSID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public WebDAVPropsModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
WebDAVPropsModel
getPrimaryKey in interface WebDAVPropsModelpublic void setPrimaryKey(long primaryKey)
WebDAVPropsModel
setPrimaryKey in interface WebDAVPropsModelprimaryKey - the primary key of this web d a v propspublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WebDAVProps>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface WebDAVPropsModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<WebDAVProps>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface WebDAVPropsModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<WebDAVProps>getModelAttributes in class BaseModelImpl<WebDAVProps>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<WebDAVProps>setModelAttributes in class BaseModelImpl<WebDAVProps>public long getWebDavPropsId()
WebDAVPropsModel
getWebDavPropsId in interface WebDAVPropsModelpublic void setWebDavPropsId(long webDavPropsId)
WebDAVPropsModel
setWebDavPropsId in interface WebDAVPropsModelwebDavPropsId - the web dav props ID of this web d a v propspublic long getCompanyId()
WebDAVPropsModel
getCompanyId in interface WebDAVPropsModelpublic void setCompanyId(long companyId)
WebDAVPropsModel
setCompanyId in interface WebDAVPropsModelcompanyId - the company ID of this web d a v propspublic Date getCreateDate()
WebDAVPropsModel
getCreateDate in interface WebDAVPropsModelpublic void setCreateDate(Date createDate)
WebDAVPropsModel
setCreateDate in interface WebDAVPropsModelcreateDate - the create date of this web d a v propspublic Date getModifiedDate()
WebDAVPropsModel
getModifiedDate in interface WebDAVPropsModelpublic void setModifiedDate(Date modifiedDate)
WebDAVPropsModel
setModifiedDate in interface WebDAVPropsModelmodifiedDate - the modified date of this web d a v propspublic String getClassName()
WebDAVPropsModel
getClassName in interface TypedModelgetClassName in interface WebDAVPropsModelpublic void setClassName(String className)
setClassName in interface WebDAVPropsModelpublic long getClassNameId()
WebDAVPropsModel
getClassNameId in interface TypedModelgetClassNameId in interface WebDAVPropsModelpublic void setClassNameId(long classNameId)
WebDAVPropsModel
setClassNameId in interface TypedModelsetClassNameId in interface WebDAVPropsModelclassNameId - the class name ID of this web d a v propspublic long getOriginalClassNameId()
public long getClassPK()
WebDAVPropsModel
getClassPK in interface AttachedModelgetClassPK in interface WebDAVPropsModelpublic void setClassPK(long classPK)
WebDAVPropsModel
setClassPK in interface AttachedModelsetClassPK in interface WebDAVPropsModelclassPK - the class p k of this web d a v propspublic long getOriginalClassPK()
public String getProps()
WebDAVPropsModel
getProps in interface WebDAVPropsModelpublic void setProps(String props)
WebDAVPropsModel
setProps in interface WebDAVPropsModelprops - the props of this web d a v propspublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WebDAVProps>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface WebDAVPropsModelgetExpandoBridge in class BaseModelImpl<WebDAVProps>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WebDAVProps>setExpandoBridgeAttributes in interface WebDAVPropsModelsetExpandoBridgeAttributes in class BaseModelImpl<WebDAVProps>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public WebDAVProps toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<WebDAVProps>toEscapedModel in interface WebDAVPropsModeltoEscapedModel in class BaseModelImpl<WebDAVProps>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<WebDAVProps>clone in interface WebDAVPropsModelclone in class BaseModelImpl<WebDAVProps>public int compareTo(WebDAVProps webDAVProps)
compareTo in interface WebDAVPropsModelcompareTo in interface Comparable<WebDAVProps>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface WebDAVPropsModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<WebDAVProps>resetOriginalValues in class BaseModelImpl<WebDAVProps>public CacheModel<WebDAVProps> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<WebDAVProps>toCacheModel in interface WebDAVPropsModeltoCacheModel in class BaseModelImpl<WebDAVProps>public String toString()
toString in interface WebDAVPropsModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WebDAVProps>toXmlString in interface WebDAVPropsModel
|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||