|
Liferay 6.2.0-ce-m1 | |||||||||
| 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 Form| Constructor Summary | |
|---|---|
DLFileEntryTypeWrapper(DLFileEntryType dlFileEntryType)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileEntryType dlFileEntryType)
|
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()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileEntryTypeWrapper(DLFileEntryType dlFileEntryType)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic 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 DLFileEntryTypeModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLFileEntryTypeModelprimaryKey - the primary key of this document library file entry typepublic String getUuid()
getUuid in interface DLFileEntryTypeModelpublic void setUuid(String uuid)
setUuid in interface DLFileEntryTypeModeluuid - the uuid of this document library file entry typepublic long getFileEntryTypeId()
getFileEntryTypeId in interface DLFileEntryTypeModelpublic void setFileEntryTypeId(long fileEntryTypeId)
setFileEntryTypeId in interface DLFileEntryTypeModelfileEntryTypeId - the file entry type ID of this document library file entry typepublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface DLFileEntryTypeModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface DLFileEntryTypeModelgroupId - the group ID of this document library file entry typepublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface DLFileEntryTypeModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface DLFileEntryTypeModelcompanyId - the company ID of this document library file entry typepublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface DLFileEntryTypeModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface DLFileEntryTypeModeluserId - the user ID of this document library file entry type
public String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface DLFileEntryTypeModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface DLFileEntryTypeModeluserUuid - the user uuid of this document library file entry typepublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface DLFileEntryTypeModelpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface DLFileEntryTypeModeluserName - the user name of this document library file entry typepublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface DLFileEntryTypeModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface DLFileEntryTypeModelcreateDate - the create date of this document library file entry typepublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface DLFileEntryTypeModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface DLFileEntryTypeModelmodifiedDate - the modified date of this document library file entry typepublic String getName()
getName in interface DLFileEntryTypeModelpublic void setName(String name)
setName in interface DLFileEntryTypeModelname - the name of this document library file entry typepublic String getDescription()
getDescription in interface DLFileEntryTypeModelpublic void setDescription(String description)
setDescription in interface DLFileEntryTypeModeldescription - the description of this document library file entry typepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<DLFileEntryType>isNew in interface DLFileEntryTypeModeltrue 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 DLFileEntryTypeModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<DLFileEntryType>isCachedModel in interface DLFileEntryTypeModeltrue 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 DLFileEntryTypeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<DLFileEntryType>isEscapedModel in interface DLFileEntryTypeModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileEntryType>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLFileEntryTypeModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileEntryType>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFileEntryTypeModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileEntryType>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFileEntryTypeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileEntryType>setExpandoBridgeAttributes in interface DLFileEntryTypeModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<DLFileEntryType>clone in interface DLFileEntryTypeModelclone in class Objectpublic int compareTo(DLFileEntryType dlFileEntryType)
compareTo in interface DLFileEntryTypeModelcompareTo in interface Comparable<DLFileEntryType>public int hashCode()
hashCode in interface DLFileEntryTypeModelhashCode in class Objectpublic CacheModel<DLFileEntryType> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileEntryType>toCacheModel in interface DLFileEntryTypeModelpublic DLFileEntryType toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileEntryType>toEscapedModel in interface DLFileEntryTypeModelAutoEscapeBeanHandlerpublic String toString()
toString in interface DLFileEntryTypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileEntryType>toXmlString in interface DLFileEntryTypeModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurred
public List<DDMStructure> getDDMStructures()
throws SystemException
getDDMStructures in interface DLFileEntryTypeSystemExceptionpublic DLFileEntryType getWrappedDLFileEntryType()
getWrappedModel()
public DLFileEntryType getWrappedModel()
getWrappedModel in interface ModelWrapper<DLFileEntryType>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLFileEntryType>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||