Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class RepositoryEntrySoap

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

public class RepositoryEntrySoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
RepositoryEntrySoap()
           
 
Method Summary
 long getGroupId()
           
 String getMappedId()
           
 long getPrimaryKey()
           
 long getRepositoryEntryId()
           
 long getRepositoryId()
           
 String getUuid()
           
 void setGroupId(long groupId)
           
 void setMappedId(String mappedId)
           
 void setPrimaryKey(long pk)
           
 void setRepositoryEntryId(long repositoryEntryId)
           
 void setRepositoryId(long repositoryId)
           
 void setUuid(String uuid)
           
static RepositoryEntrySoap toSoapModel(RepositoryEntry model)
           
static RepositoryEntrySoap[] toSoapModels(List<RepositoryEntry> models)
           
static RepositoryEntrySoap[] toSoapModels(RepositoryEntry[] models)
           
static RepositoryEntrySoap[][] toSoapModels(RepositoryEntry[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryEntrySoap

public RepositoryEntrySoap()
Method Detail

toSoapModel

public static RepositoryEntrySoap toSoapModel(RepositoryEntry model)

toSoapModels

public static RepositoryEntrySoap[] toSoapModels(RepositoryEntry[] models)

toSoapModels

public static RepositoryEntrySoap[][] toSoapModels(RepositoryEntry[][] models)

toSoapModels

public static RepositoryEntrySoap[] toSoapModels(List<RepositoryEntry> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getRepositoryEntryId

public long getRepositoryEntryId()

setRepositoryEntryId

public void setRepositoryEntryId(long repositoryEntryId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getRepositoryId

public long getRepositoryId()

setRepositoryId

public void setRepositoryId(long repositoryId)

getMappedId

public String getMappedId()

setMappedId

public void setMappedId(String mappedId)

Liferay 6.1.2-ce-ga3