|
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<DDMStructureLink> com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkModelImpl
public class DDMStructureLinkModelImpl
The base model implementation for the DDMStructureLink service. Represents a row in the "DDMStructureLink" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DDMStructureLinkModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStructureLinkImpl
.
DDMStructureLinkImpl
,
DDMStructureLink
,
DDMStructureLinkModel
,
Serialized FormField Summary | |
---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
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
|
Constructor Summary | |
---|---|
DDMStructureLinkModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMStructureLink ddmStructureLink)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this d d m structure link. |
long |
getClassNameId()
Returns the class name ID of this d d m structure link. |
long |
getClassPK()
Returns the class p k of this d d m structure link. |
long |
getColumnBitmask()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalStructureId()
|
long |
getPrimaryKey()
Returns the primary key of this d d m structure link. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getStructureId()
Returns the structure ID of this d d m structure link. |
long |
getStructureLinkId()
Returns the structure link ID of this d d m structure 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 structure link. |
void |
setClassPK(long classPK)
Sets the class p k of this d d m structure 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 structure link. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStructureId(long structureId)
Sets the structure ID of this d d m structure link. |
void |
setStructureLinkId(long structureLinkId)
Sets the structure link ID of this d d m structure link. |
CacheModel<DDMStructureLink> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DDMStructureLink |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
DDMStructureLink |
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.DDMStructureLinkModel |
---|
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 CLASSNAMEID_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
public static long STRUCTUREID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public DDMStructureLinkModelImpl()
Method Detail |
---|
public long getPrimaryKey()
DDMStructureLinkModel
getPrimaryKey
in interface DDMStructureLinkModel
public void setPrimaryKey(long primaryKey)
DDMStructureLinkModel
setPrimaryKey
in interface DDMStructureLinkModel
primaryKey
- the primary key of this d d m structure linkpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DDMStructureLink>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DDMStructureLinkModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DDMStructureLink>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DDMStructureLinkModel
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<DDMStructureLink>
getModelAttributes
in class BaseModelImpl<DDMStructureLink>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<DDMStructureLink>
setModelAttributes
in class BaseModelImpl<DDMStructureLink>
public long getStructureLinkId()
DDMStructureLinkModel
getStructureLinkId
in interface DDMStructureLinkModel
public void setStructureLinkId(long structureLinkId)
DDMStructureLinkModel
setStructureLinkId
in interface DDMStructureLinkModel
structureLinkId
- the structure link ID of this d d m structure linkpublic String getClassName()
DDMStructureLinkModel
getClassName
in interface AttachedModel
getClassName
in interface DDMStructureLinkModel
public void setClassName(String className)
setClassName
in interface DDMStructureLinkModel
public long getClassNameId()
DDMStructureLinkModel
getClassNameId
in interface AttachedModel
getClassNameId
in interface DDMStructureLinkModel
public void setClassNameId(long classNameId)
DDMStructureLinkModel
setClassNameId
in interface AttachedModel
setClassNameId
in interface DDMStructureLinkModel
classNameId
- the class name ID of this d d m structure linkpublic long getOriginalClassNameId()
public long getClassPK()
DDMStructureLinkModel
getClassPK
in interface AttachedModel
getClassPK
in interface DDMStructureLinkModel
public void setClassPK(long classPK)
DDMStructureLinkModel
setClassPK
in interface AttachedModel
setClassPK
in interface DDMStructureLinkModel
classPK
- the class p k of this d d m structure linkpublic long getOriginalClassPK()
public long getStructureId()
DDMStructureLinkModel
getStructureId
in interface DDMStructureLinkModel
public void setStructureId(long structureId)
DDMStructureLinkModel
setStructureId
in interface DDMStructureLinkModel
structureId
- the structure ID of this d d m structure linkpublic long getOriginalStructureId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DDMStructureLink>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DDMStructureLinkModel
getExpandoBridge
in class BaseModelImpl<DDMStructureLink>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DDMStructureLink>
setExpandoBridgeAttributes
in interface DDMStructureLinkModel
setExpandoBridgeAttributes
in class BaseModelImpl<DDMStructureLink>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public DDMStructureLink toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DDMStructureLink>
toEscapedModel
in interface DDMStructureLinkModel
toEscapedModel
in class BaseModelImpl<DDMStructureLink>
AutoEscapeBeanHandler
public DDMStructureLink toUnescapedModel()
toUnescapedModel
in interface BaseModel<DDMStructureLink>
toUnescapedModel
in interface DDMStructureLinkModel
toUnescapedModel
in class BaseModelImpl<DDMStructureLink>
public Object clone()
BaseModel
clone
in interface BaseModel<DDMStructureLink>
clone
in interface DDMStructureLinkModel
clone
in class BaseModelImpl<DDMStructureLink>
public int compareTo(DDMStructureLink ddmStructureLink)
compareTo
in interface DDMStructureLinkModel
compareTo
in interface Comparable<DDMStructureLink>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface DDMStructureLinkModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<DDMStructureLink>
resetOriginalValues
in class BaseModelImpl<DDMStructureLink>
public CacheModel<DDMStructureLink> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<DDMStructureLink>
toCacheModel
in interface DDMStructureLinkModel
toCacheModel
in class BaseModelImpl<DDMStructureLink>
public String toString()
toString
in interface DDMStructureLinkModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DDMStructureLink>
toXmlString
in interface DDMStructureLinkModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |