com.liferay.portlet.announcements.model
Class AnnouncementsEntrySoap
java.lang.Object
com.liferay.portlet.announcements.model.AnnouncementsEntrySoap
- All Implemented Interfaces:
- Serializable
public class AnnouncementsEntrySoap
- extends Object
- implements Serializable
This class is used by
AnnouncementsEntryServiceSoap
.
- See Also:
AnnouncementsEntryServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsEntrySoap
public AnnouncementsEntrySoap()
toSoapModel
public static AnnouncementsEntrySoap toSoapModel(AnnouncementsEntry model)
toSoapModels
public static AnnouncementsEntrySoap[] toSoapModels(AnnouncementsEntry[] models)
toSoapModels
public static AnnouncementsEntrySoap[][] toSoapModels(AnnouncementsEntry[][] models)
toSoapModels
public static AnnouncementsEntrySoap[] toSoapModels(List<AnnouncementsEntry> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getEntryId
public long getEntryId()
setEntryId
public void setEntryId(long entryId)
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)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getContent
public String getContent()
setContent
public void setContent(String content)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getType
public String getType()
setType
public void setType(String type)
getDisplayDate
public Date getDisplayDate()
setDisplayDate
public void setDisplayDate(Date displayDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)
getAlert
public boolean getAlert()
isAlert
public boolean isAlert()
setAlert
public void setAlert(boolean alert)