@Deprecated
public class SharingEntrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.sharing.service.http.SharingEntryServiceSoap
.Constructor and Description |
---|
SharingEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getActionIds()
Deprecated.
|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.util.Date |
getExpirationDate()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
boolean |
getShareable()
Deprecated.
|
long |
getSharingEntryId()
Deprecated.
|
long |
getToUserId()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
boolean |
isShareable()
Deprecated.
|
void |
setActionIds(long actionIds)
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setExpirationDate(java.util.Date expirationDate)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setShareable(boolean shareable)
Deprecated.
|
void |
setSharingEntryId(long sharingEntryId)
Deprecated.
|
void |
setToUserId(long toUserId)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static SharingEntrySoap |
toSoapModel(SharingEntry model)
Deprecated.
|
static SharingEntrySoap[] |
toSoapModels(java.util.List<SharingEntry> models)
Deprecated.
|
static SharingEntrySoap[] |
toSoapModels(SharingEntry[] models)
Deprecated.
|
static SharingEntrySoap[][] |
toSoapModels(SharingEntry[][] models)
Deprecated.
|
public static SharingEntrySoap toSoapModel(SharingEntry model)
public static SharingEntrySoap[] toSoapModels(SharingEntry[] models)
public static SharingEntrySoap[][] toSoapModels(SharingEntry[][] models)
public static SharingEntrySoap[] toSoapModels(java.util.List<SharingEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getSharingEntryId()
public void setSharingEntryId(long sharingEntryId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public long getToUserId()
public void setToUserId(long toUserId)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public boolean getShareable()
public boolean isShareable()
public void setShareable(boolean shareable)
public long getActionIds()
public void setActionIds(long actionIds)
public java.util.Date getExpirationDate()
public void setExpirationDate(java.util.Date expirationDate)