Liferay 6.2-ce-ga5

com.liferay.counter.model
Class CounterSoap

java.lang.Object
  extended by com.liferay.counter.model.CounterSoap
All Implemented Interfaces:
Serializable

public class CounterSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
CounterSoap()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterSoap

public CounterSoap()
Method Detail

toSoapModel

public static CounterSoap toSoapModel(Counter model)

toSoapModels

public static CounterSoap[] toSoapModels(Counter[] models)

toSoapModels

public static CounterSoap[][] toSoapModels(Counter[][] models)

toSoapModels

public static CounterSoap[] toSoapModels(List<Counter> models)

getPrimaryKey

public String getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(String pk)

getName

public String getName()

setName

public void setName(String name)

getCurrentId

public long getCurrentId()

setCurrentId

public void setCurrentId(long currentId)

Liferay 6.2-ce-ga5