com.liferay.portal.model
Class RoleSoap
java.lang.Object
com.liferay.portal.model.RoleSoap
- All Implemented Interfaces:
- Serializable
public class RoleSoap
- extends Object
- implements Serializable
This class is used by
RoleServiceSoap
.
- See Also:
RoleServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleSoap
public RoleSoap()
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)