Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ClassNameSoap

java.lang.Object
  extended by com.liferay.portal.model.ClassNameSoap
All Implemented Interfaces:
Serializable

public class ClassNameSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically ClassNameServiceSoap.

See Also:
ClassNameServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ClassNameSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getPrimaryKey()
           
 String getValue()
           
 void setClassNameId(long classNameId)
           
 void setPrimaryKey(long pk)
           
 void setValue(String value)
           
static ClassNameSoap toSoapModel(ClassName model)
           
static ClassNameSoap[] toSoapModels(ClassName[] models)
           
static ClassNameSoap[][] toSoapModels(ClassName[][] models)
           
static ClassNameSoap[] toSoapModels(List<ClassName> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNameSoap

public ClassNameSoap()
Method Detail

toSoapModel

public static ClassNameSoap toSoapModel(ClassName model)

toSoapModels

public static ClassNameSoap[] toSoapModels(ClassName[] models)

toSoapModels

public static ClassNameSoap[][] toSoapModels(ClassName[][] models)

toSoapModels

public static ClassNameSoap[] toSoapModels(List<ClassName> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getValue

public String getValue()

setValue

public void setValue(String value)

Liferay 6.1.2-ce-ga3