com.liferay.portal.model
Class ResourceCodeSoap
java.lang.Object
com.liferay.portal.model.ResourceCodeSoap
- All Implemented Interfaces:
- java.io.Serializable
- public class ResourceCodeSoap
- extends java.lang.Object
- implements java.io.Serializable
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This class is used by com.liferay.portal.service.http.ResourceCodeServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.ResourceCodeServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceCodeSoap
public ResourceCodeSoap()
toSoapModel
public static ResourceCodeSoap toSoapModel(ResourceCode model)
toSoapModels
public static ResourceCodeSoap[] toSoapModels(java.util.List models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getCodeId
public long getCodeId()
setCodeId
public void setCodeId(long codeId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getScope
public int getScope()
setScope
public void setScope(int scope)