Liferay 6.0.5

com.liferay.portlet.imagegallery.model
Class IGFolderSoap

java.lang.Object
  extended by com.liferay.portlet.imagegallery.model.IGFolderSoap
All Implemented Interfaces:
Serializable

public class IGFolderSoap
extends Object
implements Serializable

This class is used by IGFolderServiceSoap.

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

Constructor Summary
IGFolderSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentFolderId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentFolderId(long parentFolderId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUuid(String uuid)
           
static IGFolderSoap toSoapModel(IGFolder model)
           
static IGFolderSoap[] toSoapModels(IGFolder[] models)
           
static IGFolderSoap[][] toSoapModels(IGFolder[][] models)
           
static IGFolderSoap[] toSoapModels(List<IGFolder> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGFolderSoap

public IGFolderSoap()
Method Detail

toSoapModel

public static IGFolderSoap toSoapModel(IGFolder model)

toSoapModels

public static IGFolderSoap[] toSoapModels(IGFolder[] models)

toSoapModels

public static IGFolderSoap[][] toSoapModels(IGFolder[][] models)

toSoapModels

public static IGFolderSoap[] toSoapModels(List<IGFolder> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getFolderId

public long getFolderId()

setFolderId

public void setFolderId(long folderId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getParentFolderId

public long getParentFolderId()

setParentFolderId

public void setParentFolderId(long parentFolderId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Liferay 6.0.5