|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 |
SESSION_FACTORY
|
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()
|
DDMStorageLink |
toUnescapedModel()
|
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, setNew |
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, 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 boolean COLUMN_BITMASK_ENABLED
public static long CLASSPK_COLUMN_BITMASK
public static long STRUCTUREID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public DDMStorageLinkModelImpl()
Method Detail |
---|
public long getPrimaryKey()
DDMStorageLinkModel
getPrimaryKey
in interface DDMStorageLinkModel
public void setPrimaryKey(long primaryKey)
DDMStorageLinkModel
setPrimaryKey
in interface DDMStorageLinkModel
primaryKey
- the primary key of this d d m storage linkpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DDMStorageLink>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DDMStorageLinkModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DDMStorageLink>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DDMStorageLinkModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public 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 DDMStorageLinkModel
public void setUuid(String uuid)
DDMStorageLinkModel
setUuid
in interface DDMStorageLinkModel
uuid
- the uuid of this d d m storage linkpublic String getOriginalUuid()
public long getStorageLinkId()
DDMStorageLinkModel
getStorageLinkId
in interface DDMStorageLinkModel
public void setStorageLinkId(long storageLinkId)
DDMStorageLinkModel
setStorageLinkId
in interface DDMStorageLinkModel
storageLinkId
- the storage link ID of this d d m storage linkpublic String getClassName()
DDMStorageLinkModel
getClassName
in interface AttachedModel
getClassName
in interface DDMStorageLinkModel
public void setClassName(String className)
setClassName
in interface DDMStorageLinkModel
public long getClassNameId()
DDMStorageLinkModel
getClassNameId
in interface AttachedModel
getClassNameId
in interface DDMStorageLinkModel
public void setClassNameId(long classNameId)
DDMStorageLinkModel
setClassNameId
in interface AttachedModel
setClassNameId
in interface DDMStorageLinkModel
classNameId
- the class name ID of this d d m storage linkpublic long getClassPK()
DDMStorageLinkModel
getClassPK
in interface AttachedModel
getClassPK
in interface DDMStorageLinkModel
public void setClassPK(long classPK)
DDMStorageLinkModel
setClassPK
in interface AttachedModel
setClassPK
in interface DDMStorageLinkModel
classPK
- the class p k of this d d m storage linkpublic long getOriginalClassPK()
public long getStructureId()
DDMStorageLinkModel
getStructureId
in interface DDMStorageLinkModel
public void setStructureId(long structureId)
DDMStorageLinkModel
setStructureId
in interface DDMStorageLinkModel
structureId
- 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 ClassedModel
getExpandoBridge
in interface DDMStorageLinkModel
getExpandoBridge
in class BaseModelImpl<DDMStorageLink>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DDMStorageLink>
setExpandoBridgeAttributes
in interface DDMStorageLinkModel
setExpandoBridgeAttributes
in class BaseModelImpl<DDMStorageLink>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public DDMStorageLink toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DDMStorageLink>
toEscapedModel
in interface DDMStorageLinkModel
toEscapedModel
in class BaseModelImpl<DDMStorageLink>
AutoEscapeBeanHandler
public DDMStorageLink toUnescapedModel()
toUnescapedModel
in interface BaseModel<DDMStorageLink>
toUnescapedModel
in interface DDMStorageLinkModel
toUnescapedModel
in class BaseModelImpl<DDMStorageLink>
public Object clone()
BaseModel
clone
in interface BaseModel<DDMStorageLink>
clone
in interface DDMStorageLinkModel
clone
in class BaseModelImpl<DDMStorageLink>
public int compareTo(DDMStorageLink ddmStorageLink)
compareTo
in interface DDMStorageLinkModel
compareTo
in interface Comparable<DDMStorageLink>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface DDMStorageLinkModel
hashCode
in class Object
public 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 DDMStorageLinkModel
toCacheModel
in class BaseModelImpl<DDMStorageLink>
public String toString()
toString
in interface DDMStorageLinkModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DDMStorageLink>
toXmlString
in interface DDMStorageLinkModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |