com.liferay.portal.model
Class ShardSoap

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

public class ShardSoap
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.ShardServiceSoap.

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

Constructor Summary
ShardSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getShardId()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setShardId(long shardId)
           
static ShardSoap toSoapModel(Shard model)
           
static ShardSoap[] toSoapModels(java.util.List<Shard> models)
           
static ShardSoap[] toSoapModels(Shard[] models)
           
static ShardSoap[][] toSoapModels(Shard[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShardSoap

public ShardSoap()
Method Detail

toSoapModel

public static ShardSoap toSoapModel(Shard model)

toSoapModels

public static ShardSoap[] toSoapModels(Shard[] models)

toSoapModels

public static ShardSoap[][] toSoapModels(Shard[][] models)

toSoapModels

public static ShardSoap[] toSoapModels(java.util.List<Shard> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getShardId

public long getShardId()

setShardId

public void setShardId(long shardId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)