Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.model
Class DDMStorageLinkWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMStorageLinkWrapper
All Implemented Interfaces:
AttachedModel, BaseModel<DDMStorageLink>, ClassedModel, ModelWrapper<DDMStorageLink>, PersistedModel, TypedModel, DDMStorageLink, DDMStorageLinkModel, Serializable, Cloneable, Comparable<DDMStorageLink>

@ProviderType
public class DDMStorageLinkWrapper
extends Object
implements DDMStorageLink, ModelWrapper<DDMStorageLink>

This class is a wrapper for DDMStorageLink.

See Also:
DDMStorageLink, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
           
 
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.
 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 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.
 String getStorageType()
           
 DDMStructure getStructure()
           
 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.
 DDMStorageLink getWrappedDDMStorageLink()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 DDMStorageLink 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 storage link.
 void setClassPK(long classPK)
          Sets the class p k of this d d m storage link.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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 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 java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DDMStorageLinkWrapper

public DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
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<DDMStorageLink>

setModelAttributes

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

getPrimaryKey

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

Specified by:
getPrimaryKey in interface DDMStorageLinkModel
Returns:
the primary key of this d d m storage link

setPrimaryKey

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

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

getUuid

public String getUuid()
Returns the uuid of this d d m storage link.

Specified by:
getUuid in interface DDMStorageLinkModel
Returns:
the uuid of this d d m storage link

setUuid

public void setUuid(String uuid)
Sets the uuid of this d d m storage link.

Specified by:
setUuid in interface DDMStorageLinkModel
Parameters:
uuid - the uuid of this d d m storage link

getStorageLinkId

public long getStorageLinkId()
Returns the storage link ID of this d d m storage link.

Specified by:
getStorageLinkId in interface DDMStorageLinkModel
Returns:
the storage link ID of this d d m storage link

setStorageLinkId

public void setStorageLinkId(long storageLinkId)
Sets the storage link ID of this d d m storage link.

Specified by:
setStorageLinkId in interface DDMStorageLinkModel
Parameters:
storageLinkId - the storage link ID of this d d m storage link

getClassName

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

Specified by:
getClassName in interface TypedModel
Specified by:
getClassName in interface DDMStorageLinkModel
Returns:
the fully qualified class name of this d d m storage link

setClassName

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

getClassNameId

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

Specified by:
getClassNameId in interface TypedModel
Specified by:
getClassNameId in interface DDMStorageLinkModel
Returns:
the class name ID of this d d m storage link

setClassNameId

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

Specified by:
setClassNameId in interface TypedModel
Specified by:
setClassNameId in interface DDMStorageLinkModel
Parameters:
classNameId - the class name ID of this d d m storage link

getClassPK

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

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

setClassPK

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

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

getStructureId

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

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

setStructureId

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

Specified by:
setStructureId in interface DDMStorageLinkModel
Parameters:
structureId - the structure ID of this d d m storage 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<DDMStorageLink>
Specified by:
isNew in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
setNew in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
isCachedModel in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
setCachedModel in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
isEscapedModel in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface DDMStorageLinkModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<DDMStorageLink>
Specified by:
setExpandoBridgeAttributes in interface DDMStorageLinkModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<DDMStorageLink>
Specified by:
setExpandoBridgeAttributes in interface DDMStorageLinkModel

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<DDMStorageLink>
Specified by:
setExpandoBridgeAttributes in interface DDMStorageLinkModel
Parameters:
serviceContext - the service context to be applied
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<DDMStorageLink>
Specified by:
clone in interface DDMStorageLinkModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(DDMStorageLink ddmStorageLink)
Specified by:
compareTo in interface DDMStorageLinkModel
Specified by:
compareTo in interface Comparable<DDMStorageLink>

hashCode

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

toCacheModel

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

Specified by:
toCacheModel in interface BaseModel<DDMStorageLink>
Specified by:
toCacheModel in interface DDMStorageLinkModel
Returns:
the cache model object

toEscapedModel

public DDMStorageLink 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<DDMStorageLink>
Specified by:
toEscapedModel in interface DDMStorageLinkModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public DDMStorageLink toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<DDMStorageLink>
Specified by:
toUnescapedModel in interface DDMStorageLinkModel

toString

public String toString()
Specified by:
toString in interface DDMStorageLinkModel
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<DDMStorageLink>
Specified by:
toXmlString in interface DDMStorageLinkModel
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

getStorageType

public String getStorageType()
                      throws PortalException,
                             SystemException
Specified by:
getStorageType in interface DDMStorageLink
Throws:
PortalException
SystemException

getStructure

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

equals

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

getWrappedDDMStorageLink

public DDMStorageLink getWrappedDDMStorageLink()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

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

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<DDMStorageLink>

Liferay 6.2-ce-ga5