@ProviderType
public class ServiceComponentSoap
extends Object
implements Serializable
Constructor and Description |
---|
ServiceComponentSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getBuildDate() |
String |
getBuildNamespace() |
long |
getBuildNumber() |
String |
getData() |
long |
getMvccVersion() |
long |
getPrimaryKey() |
long |
getServiceComponentId() |
void |
setBuildDate(long buildDate) |
void |
setBuildNamespace(String buildNamespace) |
void |
setBuildNumber(long buildNumber) |
void |
setData(String data) |
void |
setMvccVersion(long mvccVersion) |
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) |
public static ServiceComponentSoap toSoapModel(ServiceComponent model)
public static ServiceComponentSoap[] toSoapModels(ServiceComponent[] models)
public static ServiceComponentSoap[][] toSoapModels(ServiceComponent[][] models)
public static ServiceComponentSoap[] toSoapModels(List<ServiceComponent> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getServiceComponentId()
public void setServiceComponentId(long serviceComponentId)
public String getBuildNamespace()
public void setBuildNamespace(String buildNamespace)
public long getBuildNumber()
public void setBuildNumber(long buildNumber)
public long getBuildDate()
public void setBuildDate(long buildDate)
public String getData()
public void setData(String data)