com.liferay.counter.model
Class CounterSoap
java.lang.Object
com.liferay.counter.model.CounterSoap
- All Implemented Interfaces:
- java.io.Serializable
public class CounterSoap
- extends java.lang.Object
- implements java.io.Serializable
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is used by
com.liferay.counter.service.http.CounterServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.counter.service.http.CounterServiceSoap
,
Serialized Form- Generated:
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(java.util.List<Counter> models)
getPrimaryKey
public java.lang.String getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(java.lang.String pk)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getCurrentId
public long getCurrentId()
setCurrentId
public void setCurrentId(long currentId)