com.liferay.counter.model
Class CounterSoap

java.lang.Object
  extended by 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:

Constructor Summary
CounterSoap()
           
 
Method Summary
 long getCurrentId()
           
 java.lang.String getName()
           
 java.lang.String getPrimaryKey()
           
 void setCurrentId(long currentId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(java.lang.String pk)
           
static CounterSoap toSoapModel(Counter model)
           
static CounterSoap[] toSoapModels(Counter[] models)
           
static CounterSoap[][] toSoapModels(Counter[][] models)
           
static CounterSoap[] toSoapModels(java.util.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(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)