Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class RoleSoap

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

public class RoleSoap
extends Object
implements Serializable

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

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

Constructor Summary
RoleSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 String getDescription()
           
 String getName()
           
 long getPrimaryKey()
           
 long getRoleId()
           
 String getSubtype()
           
 String getTitle()
           
 int getType()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setRoleId(long roleId)
           
 void setSubtype(String subtype)
           
 void setTitle(String title)
           
 void setType(int type)
           
static RoleSoap toSoapModel(Role model)
           
static RoleSoap[] toSoapModels(List<Role> models)
           
static RoleSoap[] toSoapModels(Role[] models)
           
static RoleSoap[][] toSoapModels(Role[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSoap

public RoleSoap()
Method Detail

toSoapModel

public static RoleSoap toSoapModel(Role model)

toSoapModels

public static RoleSoap[] toSoapModels(Role[] models)

toSoapModels

public static RoleSoap[][] toSoapModels(Role[][] models)

toSoapModels

public static RoleSoap[] toSoapModels(List<Role> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getRoleId

public long getRoleId()

setRoleId

public void setRoleId(long roleId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getType

public int getType()

setType

public void setType(int type)

getSubtype

public String getSubtype()

setSubtype

public void setSubtype(String subtype)

Liferay 6.1.2-ce-ga3