com.liferay.portlet.asset.model
Class AssetEntrySoap
java.lang.Object
com.liferay.portlet.asset.model.AssetEntrySoap
- All Implemented Interfaces:
- Serializable
public class AssetEntrySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically AssetEntryServiceSoap
.
- See Also:
AssetEntryServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetEntrySoap
public AssetEntrySoap()
toSoapModel
public static AssetEntrySoap toSoapModel(AssetEntry model)
toSoapModels
public static AssetEntrySoap[] toSoapModels(AssetEntry[] models)
toSoapModels
public static AssetEntrySoap[][] toSoapModels(AssetEntry[][] models)
toSoapModels
public static AssetEntrySoap[] toSoapModels(List<AssetEntry> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getEntryId
public long getEntryId()
setEntryId
public void setEntryId(long entryId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
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)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getClassUuid
public String getClassUuid()
setClassUuid
public void setClassUuid(String classUuid)
getClassTypeId
public long getClassTypeId()
setClassTypeId
public void setClassTypeId(long classTypeId)
getVisible
public boolean getVisible()
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getPublishDate
public Date getPublishDate()
setPublishDate
public void setPublishDate(Date publishDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getMimeType
public String getMimeType()
setMimeType
public void setMimeType(String mimeType)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getSummary
public String getSummary()
setSummary
public void setSummary(String summary)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getLayoutUuid
public String getLayoutUuid()
setLayoutUuid
public void setLayoutUuid(String layoutUuid)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getPriority
public double getPriority()
setPriority
public void setPriority(double priority)
getViewCount
public int getViewCount()
setViewCount
public void setViewCount(int viewCount)