Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ResourceBlockSoap

java.lang.Object
  extended by com.liferay.portal.model.ResourceBlockSoap
All Implemented Interfaces:
Serializable

public class ResourceBlockSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.ResourceBlockServiceSoap.

See Also:
com.liferay.portal.service.http.ResourceBlockServiceSoap, Serialized Form

Constructor Summary
ResourceBlockSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getGroupId()
           
 String getName()
           
 String getPermissionsHash()
           
 long getPrimaryKey()
           
 long getReferenceCount()
           
 long getResourceBlockId()
           
 void setCompanyId(long companyId)
           
 void setGroupId(long groupId)
           
 void setName(String name)
           
 void setPermissionsHash(String permissionsHash)
           
 void setPrimaryKey(long pk)
           
 void setReferenceCount(long referenceCount)
           
 void setResourceBlockId(long resourceBlockId)
           
static ResourceBlockSoap toSoapModel(ResourceBlock model)
           
static ResourceBlockSoap[] toSoapModels(List<ResourceBlock> models)
           
static ResourceBlockSoap[] toSoapModels(ResourceBlock[] models)
           
static ResourceBlockSoap[][] toSoapModels(ResourceBlock[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBlockSoap

public ResourceBlockSoap()
Method Detail

toSoapModel

public static ResourceBlockSoap toSoapModel(ResourceBlock model)

toSoapModels

public static ResourceBlockSoap[] toSoapModels(ResourceBlock[] models)

toSoapModels

public static ResourceBlockSoap[][] toSoapModels(ResourceBlock[][] models)

toSoapModels

public static ResourceBlockSoap[] toSoapModels(List<ResourceBlock> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getResourceBlockId

public long getResourceBlockId()

setResourceBlockId

public void setResourceBlockId(long resourceBlockId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getName

public String getName()

setName

public void setName(String name)

getPermissionsHash

public String getPermissionsHash()

setPermissionsHash

public void setPermissionsHash(String permissionsHash)

getReferenceCount

public long getReferenceCount()

setReferenceCount

public void setReferenceCount(long referenceCount)

Liferay 6.1.2-ce-ga3