|
Liferay 6.0.4 | |||||||||
| 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.
Never modify or reference this class directly. All methods that expect a web d a v props model instance should use the WebDAVProps interface instead.
WebDAVPropsImpl,
WebDAVProps,
WebDAVPropsModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
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
|
| 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()
Gets the class name of the model instance this web d a v props is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this web d a v props. |
long |
getClassPK()
Gets the class p k of this web d a v props. |
long |
getCompanyId()
Gets the company id of this web d a v props. |
Date |
getCreateDate()
Gets the create date of this web d a v props. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
Gets the modified date of this web d a v props. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getPrimaryKey()
Gets the primary key of this web d a v props. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getProps()
Gets the props of this web d a v props. |
long |
getWebDavPropsId()
Gets the web dav props id of this web d a v props. |
int |
hashCode()
|
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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this web d a v props. |
void |
setPrimaryKey(long pk)
Sets the primary key of this web d a v props |
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. |
WebDAVProps |
toEscapedModel()
Gets a copy of this web d a v props as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| 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, setEscapedModel, setNew |
| 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 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public WebDAVPropsModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
WebDAVPropsModel
getPrimaryKey in interface WebDAVPropsModelpublic void setPrimaryKey(long pk)
WebDAVPropsModel
setPrimaryKey in interface WebDAVPropsModelpk - the primary key of this web d a v propspublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WebDAVProps>getPrimaryKeyObj in interface WebDAVPropsModelpublic 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 WebDAVPropsModelpublic long getClassNameId()
WebDAVPropsModel
getClassNameId in interface WebDAVPropsModelpublic void setClassNameId(long classNameId)
WebDAVPropsModel
setClassNameId in interface WebDAVPropsModelclassNameId - the class name id of this web d a v propspublic long getOriginalClassNameId()
public long getClassPK()
WebDAVPropsModel
getClassPK in interface WebDAVPropsModelpublic void setClassPK(long classPK)
WebDAVPropsModel
setClassPK 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 WebDAVProps toEscapedModel()
WebDAVPropsModelAutoEscapeBeanHandler.
toEscapedModel in interface WebDAVPropsModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WebDAVProps>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface WebDAVPropsModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WebDAVProps>toXmlString in interface WebDAVPropsModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||