|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DDMStorageLink>
com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkModelImpl
public class DDMStorageLinkModelImpl
The base model implementation for the DDMStorageLink service. Represents a row in the "DDMStorageLink" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DDMStorageLinkModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStorageLinkImpl.
DDMStorageLinkImpl,
DDMStorageLink,
DDMStorageLinkModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSPK_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static long |
STORAGELINKID_COLUMN_BITMASK
|
static long |
STRUCTUREID_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
DDMStorageLinkModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMStorageLink ddmStorageLink)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this d d m storage link. |
long |
getClassNameId()
Returns the class name ID of this d d m storage link. |
long |
getClassPK()
Returns the class p k of this d d m storage link. |
long |
getColumnBitmask()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalClassPK()
|
long |
getOriginalStructureId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this d d m storage link. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getStorageLinkId()
Returns the storage link ID of this d d m storage link. |
long |
getStructureId()
Returns the structure ID of this d d m storage link. |
String |
getUuid()
Returns the uuid of this d d m storage link. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this d d m storage link. |
void |
setClassPK(long classPK)
Sets the class p k of this d d m storage link. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m storage link. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStorageLinkId(long storageLinkId)
Sets the storage link ID of this d d m storage link. |
void |
setStructureId(long structureId)
Sets the structure ID of this d d m storage link. |
void |
setUuid(String uuid)
Sets the uuid of this d d m storage link. |
CacheModel<DDMStorageLink> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DDMStorageLink |
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 com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStorageLinkModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 boolean COLUMN_BITMASK_ENABLED
public static long CLASSPK_COLUMN_BITMASK
public static long STRUCTUREID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long STORAGELINKID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DDMStorageLinkModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
DDMStorageLinkModel
getPrimaryKey in interface DDMStorageLinkModelpublic void setPrimaryKey(long primaryKey)
DDMStorageLinkModel
setPrimaryKey in interface DDMStorageLinkModelprimaryKey - the primary key of this d d m storage linkpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DDMStorageLink>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMStorageLinkModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DDMStorageLink>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMStorageLinkModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStorageLink>getModelAttributes in class BaseModelImpl<DDMStorageLink>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DDMStorageLink>setModelAttributes in class BaseModelImpl<DDMStorageLink>public String getUuid()
DDMStorageLinkModel
getUuid in interface DDMStorageLinkModelpublic void setUuid(String uuid)
DDMStorageLinkModel
setUuid in interface DDMStorageLinkModeluuid - the uuid of this d d m storage linkpublic String getOriginalUuid()
public long getStorageLinkId()
DDMStorageLinkModel
getStorageLinkId in interface DDMStorageLinkModelpublic void setStorageLinkId(long storageLinkId)
DDMStorageLinkModel
setStorageLinkId in interface DDMStorageLinkModelstorageLinkId - the storage link ID of this d d m storage linkpublic String getClassName()
DDMStorageLinkModel
getClassName in interface TypedModelgetClassName in interface DDMStorageLinkModelpublic void setClassName(String className)
setClassName in interface DDMStorageLinkModelpublic long getClassNameId()
DDMStorageLinkModel
getClassNameId in interface TypedModelgetClassNameId in interface DDMStorageLinkModelpublic void setClassNameId(long classNameId)
DDMStorageLinkModel
setClassNameId in interface TypedModelsetClassNameId in interface DDMStorageLinkModelclassNameId - the class name ID of this d d m storage linkpublic long getClassPK()
DDMStorageLinkModel
getClassPK in interface AttachedModelgetClassPK in interface DDMStorageLinkModelpublic void setClassPK(long classPK)
DDMStorageLinkModel
setClassPK in interface AttachedModelsetClassPK in interface DDMStorageLinkModelclassPK - the class p k of this d d m storage linkpublic long getOriginalClassPK()
public long getStructureId()
DDMStorageLinkModel
getStructureId in interface DDMStorageLinkModelpublic void setStructureId(long structureId)
DDMStorageLinkModel
setStructureId in interface DDMStorageLinkModelstructureId - the structure ID of this d d m storage linkpublic long getOriginalStructureId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DDMStorageLink>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMStorageLinkModelgetExpandoBridge in class BaseModelImpl<DDMStorageLink>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DDMStorageLink>setExpandoBridgeAttributes in interface DDMStorageLinkModelsetExpandoBridgeAttributes in class BaseModelImpl<DDMStorageLink>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public DDMStorageLink toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DDMStorageLink>toEscapedModel in interface DDMStorageLinkModeltoEscapedModel in class BaseModelImpl<DDMStorageLink>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DDMStorageLink>clone in interface DDMStorageLinkModelclone in class BaseModelImpl<DDMStorageLink>public int compareTo(DDMStorageLink ddmStorageLink)
compareTo in interface DDMStorageLinkModelcompareTo in interface Comparable<DDMStorageLink>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DDMStorageLinkModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DDMStorageLink>resetOriginalValues in class BaseModelImpl<DDMStorageLink>public CacheModel<DDMStorageLink> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DDMStorageLink>toCacheModel in interface DDMStorageLinkModeltoCacheModel in class BaseModelImpl<DDMStorageLink>public String toString()
toString in interface DDMStorageLinkModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DDMStorageLink>toXmlString in interface DDMStorageLinkModel
|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||