Liferay 6.2-ce-ga5

com.liferay.portal.model
Class LockSoap

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

public class LockSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

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

Constructor Summary
LockSoap()
           
 
Method Summary
 String getClassName()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 Date getExpirationDate()
           
 boolean getInheritable()
           
 String getKey()
           
 long getLockId()
           
 String getOwner()
           
 long getPrimaryKey()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isInheritable()
           
 void setClassName(String className)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setInheritable(boolean inheritable)
           
 void setKey(String key)
           
 void setLockId(long lockId)
           
 void setOwner(String owner)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static LockSoap toSoapModel(Lock model)
           
static LockSoap[] toSoapModels(List<Lock> models)
           
static LockSoap[] toSoapModels(Lock[] models)
           
static LockSoap[][] toSoapModels(Lock[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockSoap

public LockSoap()
Method Detail

toSoapModel

public static LockSoap toSoapModel(Lock model)

toSoapModels

public static LockSoap[] toSoapModels(Lock[] models)

toSoapModels

public static LockSoap[][] toSoapModels(Lock[][] models)

toSoapModels

public static LockSoap[] toSoapModels(List<Lock> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getLockId

public long getLockId()

setLockId

public void setLockId(long lockId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getKey

public String getKey()

setKey

public void setKey(String key)

getOwner

public String getOwner()

setOwner

public void setOwner(String owner)

getInheritable

public boolean getInheritable()

isInheritable

public boolean isInheritable()

setInheritable

public void setInheritable(boolean inheritable)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

Liferay 6.2-ce-ga5