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