Liferay 6.0.5

com.liferay.portlet.asset.model
Class AssetEntrySoap

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetEntrySoap
All Implemented Interfaces:
Serializable

public class AssetEntrySoap
extends Object
implements Serializable

This class is used by AssetEntryServiceSoap.

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

Constructor Summary
AssetEntrySoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 String getClassUuid()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 Date getEndDate()
           
 long getEntryId()
           
 Date getExpirationDate()
           
 long getGroupId()
           
 int getHeight()
           
 String getMimeType()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 double getPriority()
           
 Date getPublishDate()
           
 Date getStartDate()
           
 String getSummary()
           
 String getTitle()
           
 String getUrl()
           
 long getUserId()
           
 String getUserName()
           
 int getViewCount()
           
 boolean getVisible()
           
 int getWidth()
           
 boolean isVisible()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setClassUuid(String classUuid)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setEndDate(Date endDate)
           
 void setEntryId(long entryId)
           
 void setExpirationDate(Date expirationDate)
           
 void setGroupId(long groupId)
           
 void setHeight(int height)
           
 void setMimeType(String mimeType)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setPriority(double priority)
           
 void setPublishDate(Date publishDate)
           
 void setStartDate(Date startDate)
           
 void setSummary(String summary)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setViewCount(int viewCount)
           
 void setVisible(boolean visible)
           
 void setWidth(int width)
           
static AssetEntrySoap toSoapModel(AssetEntry model)
           
static AssetEntrySoap[] toSoapModels(AssetEntry[] models)
           
static AssetEntrySoap[][] toSoapModels(AssetEntry[][] models)
           
static AssetEntrySoap[] toSoapModels(List<AssetEntry> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntrySoap

public AssetEntrySoap()
Method Detail

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)

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)

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)

Liferay 6.0.5