com.liferay.portal.model
Class LockSoap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockSoap
public LockSoap()
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)