@ProviderType
public class CounterSoap
extends Object
implements Serializable
Constructor and Description |
---|
CounterSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentId() |
String |
getName() |
String |
getPrimaryKey() |
void |
setCurrentId(long currentId) |
void |
setName(String name) |
void |
setPrimaryKey(String pk) |
static CounterSoap |
toSoapModel(Counter model) |
static CounterSoap[] |
toSoapModels(Counter[] models) |
static CounterSoap[][] |
toSoapModels(Counter[][] models) |
static CounterSoap[] |
toSoapModels(List<Counter> models) |
public static CounterSoap toSoapModel(Counter model)
public static CounterSoap[] toSoapModels(Counter[] models)
public static CounterSoap[][] toSoapModels(Counter[][] models)
public static CounterSoap[] toSoapModels(List<Counter> models)
public String getPrimaryKey()
public void setPrimaryKey(String pk)
public String getName()
public void setName(String name)
public long getCurrentId()
public void setCurrentId(long currentId)