|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.documentlibrary.model.DLFileEntryTypeWrapper
public class DLFileEntryTypeWrapper
This class is a wrapper for DLFileEntryType
.
DLFileEntryType
,
Serialized FormConstructor Summary | |
---|---|
DLFileEntryTypeWrapper(DLFileEntryType dlFileEntryType)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileEntryType dlFileEntryType)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Returns the company ID of this document library file entry type. |
Date |
getCreateDate()
Returns the create date of this document library file entry type. |
List<DDMStructure> |
getDDMStructures()
|
String |
getDescription()
Returns the description of this document library file entry type. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileEntryTypeId()
Returns the file entry type ID of this document library file entry type. |
long |
getGroupId()
Returns the group ID of this document library file entry type. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this document library file entry type. |
String |
getName()
Returns the name of this document library file entry type. |
long |
getPrimaryKey()
Returns the primary key of this document library file entry type. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this document library file entry type. |
String |
getUserName()
Returns the user name of this document library file entry type. |
String |
getUserUuid()
Returns the user uuid of this document library file entry type. |
String |
getUuid()
Returns the uuid of this document library file entry type. |
DLFileEntryType |
getWrappedDLFileEntryType()
Deprecated. Renamed to getWrappedModel() |
DLFileEntryType |
getWrappedModel()
|
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 |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this document library file entry type. |
void |
setCreateDate(Date createDate)
Sets the create date of this document library file entry type. |
void |
setDescription(String description)
Sets the description of this document library file entry type. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileEntryTypeId(long fileEntryTypeId)
Sets the file entry type ID of this document library file entry type. |
void |
setGroupId(long groupId)
Sets the group ID of this document library file entry type. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this document library file entry type. |
void |
setName(String name)
Sets the name of this document library file entry type. |
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 document library file entry type. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this document library file entry type. |
void |
setUserName(String userName)
Sets the user name of this document library file entry type. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this document library file entry type. |
void |
setUuid(String uuid)
Sets the uuid of this document library file entry type. |
CacheModel<DLFileEntryType> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileEntryType |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
DLFileEntryType |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DLFileEntryTypeWrapper(DLFileEntryType dlFileEntryType)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<DLFileEntryType>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<DLFileEntryType>
public long getPrimaryKey()
getPrimaryKey
in interface DLFileEntryTypeModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DLFileEntryTypeModel
primaryKey
- the primary key of this document library file entry typepublic String getUuid()
getUuid
in interface DLFileEntryTypeModel
public void setUuid(String uuid)
setUuid
in interface DLFileEntryTypeModel
uuid
- the uuid of this document library file entry typepublic long getFileEntryTypeId()
getFileEntryTypeId
in interface DLFileEntryTypeModel
public void setFileEntryTypeId(long fileEntryTypeId)
setFileEntryTypeId
in interface DLFileEntryTypeModel
fileEntryTypeId
- the file entry type ID of this document library file entry typepublic long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface DLFileEntryTypeModel
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface DLFileEntryTypeModel
groupId
- the group ID of this document library file entry typepublic long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface DLFileEntryTypeModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface DLFileEntryTypeModel
companyId
- the company ID of this document library file entry typepublic long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface DLFileEntryTypeModel
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface DLFileEntryTypeModel
userId
- the user ID of this document library file entry typepublic String getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
getUserUuid
in interface DLFileEntryTypeModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface DLFileEntryTypeModel
userUuid
- the user uuid of this document library file entry typepublic String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface DLFileEntryTypeModel
public void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface DLFileEntryTypeModel
userName
- the user name of this document library file entry typepublic Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface DLFileEntryTypeModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface DLFileEntryTypeModel
createDate
- the create date of this document library file entry typepublic Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface DLFileEntryTypeModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface DLFileEntryTypeModel
modifiedDate
- the modified date of this document library file entry typepublic String getName()
getName
in interface DLFileEntryTypeModel
public void setName(String name)
setName
in interface DLFileEntryTypeModel
name
- the name of this document library file entry typepublic String getDescription()
getDescription
in interface DLFileEntryTypeModel
public void setDescription(String description)
setDescription
in interface DLFileEntryTypeModel
description
- the description of this document library file entry typepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<DLFileEntryType>
isNew
in interface DLFileEntryTypeModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<DLFileEntryType>
setNew
in interface DLFileEntryTypeModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<DLFileEntryType>
isCachedModel
in interface DLFileEntryTypeModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<DLFileEntryType>
setCachedModel
in interface DLFileEntryTypeModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<DLFileEntryType>
isEscapedModel
in interface DLFileEntryTypeModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLFileEntryType>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DLFileEntryTypeModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DLFileEntryType>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DLFileEntryTypeModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFileEntryType>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLFileEntryTypeModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLFileEntryType>
setExpandoBridgeAttributes
in interface DLFileEntryTypeModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<DLFileEntryType>
clone
in interface DLFileEntryTypeModel
clone
in class Object
public int compareTo(DLFileEntryType dlFileEntryType)
compareTo
in interface DLFileEntryTypeModel
compareTo
in interface Comparable<DLFileEntryType>
public int hashCode()
hashCode
in interface DLFileEntryTypeModel
hashCode
in class Object
public CacheModel<DLFileEntryType> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<DLFileEntryType>
toCacheModel
in interface DLFileEntryTypeModel
public DLFileEntryType toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DLFileEntryType>
toEscapedModel
in interface DLFileEntryTypeModel
AutoEscapeBeanHandler
public DLFileEntryType toUnescapedModel()
toUnescapedModel
in interface BaseModel<DLFileEntryType>
toUnescapedModel
in interface DLFileEntryTypeModel
public String toString()
toString
in interface DLFileEntryTypeModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLFileEntryType>
toXmlString
in interface DLFileEntryTypeModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic List<DDMStructure> getDDMStructures() throws SystemException
getDDMStructures
in interface DLFileEntryType
SystemException
public boolean equals(Object obj)
equals
in class Object
public DLFileEntryType getWrappedDLFileEntryType()
getWrappedModel()
public DLFileEntryType getWrappedModel()
getWrappedModel
in interface ModelWrapper<DLFileEntryType>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<DLFileEntryType>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |