Liferay 6.2-ce-ga5

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 RoleServiceSoap.

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

Constructor Summary
RoleSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getRoleId()
           
 String getSubtype()
           
 String getTitle()
           
 int getType()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setRoleId(long roleId)
           
 void setSubtype(String subtype)
           
 void setTitle(String title)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
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)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getRoleId

public long getRoleId()

setRoleId

public void setRoleId(long roleId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

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.2-ce-ga5