com.liferay.portal.model
Class ClassNameSoap

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

public class ClassNameSoap
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.portal.service.http.ClassNameServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.ClassNameServiceSoap, Serialized Form

Constructor Summary
ClassNameSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getPrimaryKey()
           
 java.lang.String getValue()
           
 void setClassNameId(long classNameId)
           
 void setPrimaryKey(long pk)
           
 void setValue(java.lang.String value)
           
static ClassNameSoap toSoapModel(ClassName model)
           
static ClassNameSoap[] toSoapModels(java.util.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(java.util.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 java.lang.String getValue()

setValue

public void setValue(java.lang.String value)