Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Class DDMStructureLinkWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMStructureLinkWrapper
All Implemented Interfaces:
AttachedModel, BaseModel<DDMStructureLink>, ClassedModel, ModelWrapper<DDMStructureLink>, PersistedModel, DDMStructureLink, DDMStructureLinkModel, Serializable, Cloneable, Comparable<DDMStructureLink>

public class DDMStructureLinkWrapper
extends Object
implements DDMStructureLink, ModelWrapper<DDMStructureLink>

This class is a wrapper for DDMStructureLink.

See Also:
DDMStructureLink, Serialized Form

Constructor Summary
DDMStructureLinkWrapper(DDMStructureLink ddmStructureLink)
           
 
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.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getPrimaryKey()
          Returns the primary key of this d d m structure link.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 DDMStructure getStructure()
           
 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.
 DDMStructureLink getWrappedDDMStructureLink()
          Deprecated. Renamed to getWrappedModel()
 DDMStructureLink 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 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 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 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 java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DDMStructureLinkWrapper

public DDMStructureLinkWrapper(DDMStructureLink ddmStructureLink)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<DDMStructureLink>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<DDMStructureLink>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this d d m structure link.

Specified by:
getPrimaryKey in interface DDMStructureLinkModel
Returns:
the primary key of this d d m structure link

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this d d m structure link.

Specified by:
setPrimaryKey in interface DDMStructureLinkModel
Parameters:
primaryKey - the primary key of this d d m structure link

getStructureLinkId

public long getStructureLinkId()
Returns the structure link ID of this d d m structure link.

Specified by:
getStructureLinkId in interface DDMStructureLinkModel
Returns:
the structure link ID of this d d m structure link

setStructureLinkId

public void setStructureLinkId(long structureLinkId)
Sets the structure link ID of this d d m structure link.

Specified by:
setStructureLinkId in interface DDMStructureLinkModel
Parameters:
structureLinkId - the structure link ID of this d d m structure link

getClassName

public String getClassName()
Returns the fully qualified class name of this d d m structure link.

Specified by:
getClassName in interface AttachedModel
Specified by:
getClassName in interface DDMStructureLinkModel
Returns:
the fully qualified class name of this d d m structure link

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface DDMStructureLinkModel

getClassNameId

public long getClassNameId()
Returns the class name ID of this d d m structure link.

Specified by:
getClassNameId in interface AttachedModel
Specified by:
getClassNameId in interface DDMStructureLinkModel
Returns:
the class name ID of this d d m structure link

setClassNameId

public void setClassNameId(long classNameId)
Sets the class name ID of this d d m structure link.

Specified by:
setClassNameId in interface AttachedModel
Specified by:
setClassNameId in interface DDMStructureLinkModel
Parameters:
classNameId - the class name ID of this d d m structure link

getClassPK

public long getClassPK()
Returns the class p k of this d d m structure link.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface DDMStructureLinkModel
Returns:
the class p k of this d d m structure link

setClassPK

public void setClassPK(long classPK)
Sets the class p k of this d d m structure link.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface DDMStructureLinkModel
Parameters:
classPK - the class p k of this d d m structure link

getStructureId

public long getStructureId()
Returns the structure ID of this d d m structure link.

Specified by:
getStructureId in interface DDMStructureLinkModel
Returns:
the structure ID of this d d m structure link

setStructureId

public void setStructureId(long structureId)
Sets the structure ID of this d d m structure link.

Specified by:
setStructureId in interface DDMStructureLinkModel
Parameters:
structureId - the structure ID of this d d m structure link

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<DDMStructureLink>
Specified by:
isNew in interface DDMStructureLinkModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<DDMStructureLink>
Specified by:
setNew in interface DDMStructureLinkModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<DDMStructureLink>
Specified by:
isCachedModel in interface DDMStructureLinkModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<DDMStructureLink>
Specified by:
setCachedModel in interface DDMStructureLinkModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<DDMStructureLink>
Specified by:
isEscapedModel in interface DDMStructureLinkModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<DDMStructureLink>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface DDMStructureLinkModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<DDMStructureLink>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface DDMStructureLinkModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<DDMStructureLink>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface DDMStructureLinkModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<DDMStructureLink>
Specified by:
setExpandoBridgeAttributes in interface DDMStructureLinkModel
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<DDMStructureLink>
Specified by:
clone in interface DDMStructureLinkModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(DDMStructureLink ddmStructureLink)
Specified by:
compareTo in interface DDMStructureLinkModel
Specified by:
compareTo in interface Comparable<DDMStructureLink>

hashCode

public int hashCode()
Specified by:
hashCode in interface DDMStructureLinkModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<DDMStructureLink> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<DDMStructureLink>
Specified by:
toCacheModel in interface DDMStructureLinkModel
Returns:
the cache model object

toEscapedModel

public DDMStructureLink toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<DDMStructureLink>
Specified by:
toEscapedModel in interface DDMStructureLinkModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public DDMStructureLink toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<DDMStructureLink>
Specified by:
toUnescapedModel in interface DDMStructureLinkModel

toString

public String toString()
Specified by:
toString in interface DDMStructureLinkModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<DDMStructureLink>
Specified by:
toXmlString in interface DDMStructureLinkModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

getStructure

public DDMStructure getStructure()
                          throws PortalException,
                                 SystemException
Specified by:
getStructure in interface DDMStructureLink
Throws:
PortalException
SystemException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedDDMStructureLink

public DDMStructureLink getWrappedDDMStructureLink()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

public DDMStructureLink getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<DDMStructureLink>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<DDMStructureLink>

Liferay 6.1.2-ce-ga3