Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ServiceComponentSoap

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

public class ServiceComponentSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
ServiceComponentSoap()
           
 
Method Summary
 long getBuildDate()
           
 String getBuildNamespace()
           
 long getBuildNumber()
           
 String getData()
           
 long getPrimaryKey()
           
 long getServiceComponentId()
           
 void setBuildDate(long buildDate)
           
 void setBuildNamespace(String buildNamespace)
           
 void setBuildNumber(long buildNumber)
           
 void setData(String data)
           
 void setPrimaryKey(long pk)
           
 void setServiceComponentId(long serviceComponentId)
           
static ServiceComponentSoap toSoapModel(ServiceComponent model)
           
static ServiceComponentSoap[] toSoapModels(List<ServiceComponent> models)
           
static ServiceComponentSoap[] toSoapModels(ServiceComponent[] models)
           
static ServiceComponentSoap[][] toSoapModels(ServiceComponent[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceComponentSoap

public ServiceComponentSoap()
Method Detail

toSoapModel

public static ServiceComponentSoap toSoapModel(ServiceComponent model)

toSoapModels

public static ServiceComponentSoap[] toSoapModels(ServiceComponent[] models)

toSoapModels

public static ServiceComponentSoap[][] toSoapModels(ServiceComponent[][] models)

toSoapModels

public static ServiceComponentSoap[] toSoapModels(List<ServiceComponent> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getServiceComponentId

public long getServiceComponentId()

setServiceComponentId

public void setServiceComponentId(long serviceComponentId)

getBuildNamespace

public String getBuildNamespace()

setBuildNamespace

public void setBuildNamespace(String buildNamespace)

getBuildNumber

public long getBuildNumber()

setBuildNumber

public void setBuildNumber(long buildNumber)

getBuildDate

public long getBuildDate()

setBuildDate

public void setBuildDate(long buildDate)

getData

public String getData()

setData

public void setData(String data)

Liferay 6.1.2-ce-ga3