@ProviderType public interface WebDAVPropsModel extends AttachedModel, BaseModel<WebDAVProps>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.WebDAVPropsModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.WebDAVPropsImpl.
WebDAVProps,
com.liferay.portal.model.impl.WebDAVPropsImpl,
com.liferay.portal.model.impl.WebDAVPropsModelImpl| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(WebDAVProps webDAVProps) |
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 |
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.
|
Date |
getModifiedDate()
Returns the modified date of this web d a v props.
|
long |
getMvccVersion()
Returns the mvcc version of this web d a v props.
|
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() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
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(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this web d a v props.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
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() |
WebDAVProps |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this web d a v propslong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this web d a v propslong getWebDavPropsId()
void setWebDavPropsId(long webDavPropsId)
webDavPropsId - the web dav props ID of this web d a v propslong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this web d a v propsDate getCreateDate()
void setCreateDate(Date createDate)
createDate - the create date of this web d a v propsDate getModifiedDate()
void setModifiedDate(Date modifiedDate)
modifiedDate - the modified date of this web d a v propsString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this web d a v propslong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class p k of this web d a v props@AutoEscape String getProps()
void setProps(String props)
props - the props of this web d a v propsboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<WebDAVProps>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<WebDAVProps>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<WebDAVProps>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<WebDAVProps>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<WebDAVProps>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<WebDAVProps>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<WebDAVProps>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<WebDAVProps>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<WebDAVProps>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<WebDAVProps>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<WebDAVProps>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()Object clone()
BaseModelclone in interface BaseModel<WebDAVProps>int compareTo(WebDAVProps webDAVProps)
compareTo in interface Comparable<WebDAVProps>CacheModel<WebDAVProps> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<WebDAVProps>WebDAVProps toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<WebDAVProps>AutoEscapeBeanHandlerWebDAVProps toUnescapedModel()
toUnescapedModel in interface BaseModel<WebDAVProps>String toXmlString()
BaseModeltoXmlString in interface BaseModel<WebDAVProps>