Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Class DDMStorageLinkSoap

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMStorageLinkSoap
All Implemented Interfaces:
Serializable

public class DDMStorageLinkSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
DDMStorageLinkSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getPrimaryKey()
           
 long getStorageLinkId()
           
 long getStructureId()
           
 String getUuid()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setPrimaryKey(long pk)
           
 void setStorageLinkId(long storageLinkId)
           
 void setStructureId(long structureId)
           
 void setUuid(String uuid)
           
static DDMStorageLinkSoap toSoapModel(DDMStorageLink model)
           
static DDMStorageLinkSoap[] toSoapModels(DDMStorageLink[] models)
           
static DDMStorageLinkSoap[][] toSoapModels(DDMStorageLink[][] models)
           
static DDMStorageLinkSoap[] toSoapModels(List<DDMStorageLink> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStorageLinkSoap

public DDMStorageLinkSoap()
Method Detail

toSoapModel

public static DDMStorageLinkSoap toSoapModel(DDMStorageLink model)

toSoapModels

public static DDMStorageLinkSoap[] toSoapModels(DDMStorageLink[] models)

toSoapModels

public static DDMStorageLinkSoap[][] toSoapModels(DDMStorageLink[][] models)

toSoapModels

public static DDMStorageLinkSoap[] toSoapModels(List<DDMStorageLink> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getStorageLinkId

public long getStorageLinkId()

setStorageLinkId

public void setStorageLinkId(long storageLinkId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getStructureId

public long getStructureId()

setStructureId

public void setStructureId(long structureId)

Liferay 6.1.2-ce-ga3