|
Liferay 6.0-ee | |||||||||
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 FormField 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 entity 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 WebDAVPropsModel
public void setPrimaryKey(long pk)
WebDAVPropsModel
setPrimaryKey
in interface WebDAVPropsModel
pk
- the primary key of this web d a v propspublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<WebDAVProps>
getPrimaryKeyObj
in interface WebDAVPropsModel
public long getWebDavPropsId()
WebDAVPropsModel
getWebDavPropsId
in interface WebDAVPropsModel
public void setWebDavPropsId(long webDavPropsId)
WebDAVPropsModel
setWebDavPropsId
in interface WebDAVPropsModel
webDavPropsId
- the web dav props id of this web d a v propspublic long getCompanyId()
WebDAVPropsModel
getCompanyId
in interface WebDAVPropsModel
public void setCompanyId(long companyId)
WebDAVPropsModel
setCompanyId
in interface WebDAVPropsModel
companyId
- the company id of this web d a v propspublic Date getCreateDate()
WebDAVPropsModel
getCreateDate
in interface WebDAVPropsModel
public void setCreateDate(Date createDate)
WebDAVPropsModel
setCreateDate
in interface WebDAVPropsModel
createDate
- the create date of this web d a v propspublic Date getModifiedDate()
WebDAVPropsModel
getModifiedDate
in interface WebDAVPropsModel
public void setModifiedDate(Date modifiedDate)
WebDAVPropsModel
setModifiedDate
in interface WebDAVPropsModel
modifiedDate
- the modified date of this web d a v propspublic String getClassName()
WebDAVPropsModel
getClassName
in interface WebDAVPropsModel
public long getClassNameId()
WebDAVPropsModel
getClassNameId
in interface WebDAVPropsModel
public void setClassNameId(long classNameId)
WebDAVPropsModel
setClassNameId
in interface WebDAVPropsModel
classNameId
- the class name id of this web d a v propspublic long getOriginalClassNameId()
public long getClassPK()
WebDAVPropsModel
getClassPK
in interface WebDAVPropsModel
public void setClassPK(long classPK)
WebDAVPropsModel
setClassPK
in interface WebDAVPropsModel
classPK
- the class p k of this web d a v propspublic long getOriginalClassPK()
public String getProps()
WebDAVPropsModel
getProps
in interface WebDAVPropsModel
public void setProps(String props)
WebDAVPropsModel
setProps
in interface WebDAVPropsModel
props
- the props of this web d a v propspublic WebDAVProps toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<WebDAVProps>
toEscapedModel
in interface WebDAVPropsModel
toEscapedModel
in class BaseModelImpl<WebDAVProps>
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<WebDAVProps>
getExpandoBridge
in interface WebDAVPropsModel
getExpandoBridge
in class BaseModelImpl<WebDAVProps>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<WebDAVProps>
setExpandoBridgeAttributes
in interface WebDAVPropsModel
setExpandoBridgeAttributes
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 WebDAVPropsModel
clone
in class BaseModelImpl<WebDAVProps>
public int compareTo(WebDAVProps webDAVProps)
compareTo
in interface WebDAVPropsModel
compareTo
in interface Comparable<WebDAVProps>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface WebDAVPropsModel
hashCode
in class Object
public String toString()
toString
in interface WebDAVPropsModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<WebDAVProps>
toXmlString
in interface WebDAVPropsModel
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |