com.liferay.portal.model
Class ResourceSoap
java.lang.Object
com.liferay.portal.model.ResourceSoap
- All Implemented Interfaces:
- java.io.Serializable
- public class ResourceSoap
- 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.ResourceServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.ResourceServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceSoap
public ResourceSoap()
toSoapModel
public static ResourceSoap toSoapModel(Resource model)
toSoapModels
public static ResourceSoap[] toSoapModels(java.util.List models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getResourceId
public long getResourceId()
setResourceId
public void setResourceId(long resourceId)
getCodeId
public long getCodeId()
setCodeId
public void setCodeId(long codeId)
getPrimKey
public java.lang.String getPrimKey()
setPrimKey
public void setPrimKey(java.lang.String primKey)