com.liferay.counter.model
Class CounterSoap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterSoap
public CounterSoap()
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)