org.hkzo.atnd4j
クラス Event
java.lang.Object
org.hkzo.atnd4j.Event
- すべての実装されたインタフェース:
- java.io.Serializable
public class Event
- extends java.lang.Object
- implements java.io.Serializable
イベント情報クラスです。
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event()
getEventId
public long getEventId()
- 戻り値:
- the eventId
setEventId
public void setEventId(long eventId)
- パラメータ:
eventId
- the eventId to set
getTitle
public java.lang.String getTitle()
- 戻り値:
- the title
setTitle
public void setTitle(java.lang.String title)
- パラメータ:
title
- the title to set
getCatch
public java.lang.String getCatch()
- 戻り値:
- the catch
setCatch
public void setCatch(java.lang.String s)
- パラメータ:
s
- the catch to set
getDescription
public java.lang.String getDescription()
- 戻り値:
- the description
setDescription
public void setDescription(java.lang.String description)
- パラメータ:
description
- the description to set
getEventUrl
public java.lang.String getEventUrl()
- 戻り値:
- the eventUrl
setEventUrl
public void setEventUrl(java.lang.String eventUrl)
- パラメータ:
eventUrl
- the eventUrl to set
getStartedAt
public java.util.Date getStartedAt()
- 戻り値:
- the startedAt
setStartedAt
public void setStartedAt(java.util.Date startedAt)
- パラメータ:
startedAt
- the startedAt to set
getEndedAt
public java.util.Date getEndedAt()
- 戻り値:
- the endedAt
setEndedAt
public void setEndedAt(java.util.Date endedAt)
- パラメータ:
endedAt
- the endedAt to set
getUrl
public java.lang.String getUrl()
- 戻り値:
- the url
setUrl
public void setUrl(java.lang.String url)
- パラメータ:
url
- the url to set
getLimit
public long getLimit()
- 戻り値:
- the limit
setLimit
public void setLimit(long limit)
- パラメータ:
limit
- the limit to set
getAddress
public java.lang.String getAddress()
- 戻り値:
- the address
setAddress
public void setAddress(java.lang.String address)
- パラメータ:
address
- the address to set
getPlace
public java.lang.String getPlace()
- 戻り値:
- the place
setPlace
public void setPlace(java.lang.String place)
- パラメータ:
place
- the place to set
getLat
public double getLat()
- 戻り値:
- the lat
setLat
public void setLat(double lat)
- パラメータ:
lat
- the lat to set
getLon
public double getLon()
- 戻り値:
- the lon
setLon
public void setLon(double lon)
- パラメータ:
lon
- the lon to set
getOwnerId
public long getOwnerId()
- 戻り値:
- the ownerId
setOwnerId
public void setOwnerId(long ownerId)
- パラメータ:
ownerId
- the ownerId to set
getOwnerNickname
public java.lang.String getOwnerNickname()
- 戻り値:
- the ownerNickname
setOwnerNickname
public void setOwnerNickname(java.lang.String ownerNickname)
- パラメータ:
ownerNickname
- the ownerNickname to set
getOwnerTwitterId
public java.lang.String getOwnerTwitterId()
- 戻り値:
- the ownerTwitterId
setOwnerTwitterId
public void setOwnerTwitterId(java.lang.String ownerTwitterId)
- パラメータ:
ownerTwitterId
- the ownerTwitterId to set
getOwnerTwitterImg
public java.lang.String getOwnerTwitterImg()
- 戻り値:
- the ownerTwitterImg
setOwnerTwitterImg
public void setOwnerTwitterImg(java.lang.String ownerTwitterImg)
- パラメータ:
ownerTwitterImg
- the ownerTwitterImg to set
getAccepted
public long getAccepted()
- 戻り値:
- the accepted
setAccepted
public void setAccepted(long accepted)
- パラメータ:
accepted
- the accepted to set
getWaiting
public long getWaiting()
- 戻り値:
- the waiting
setWaiting
public void setWaiting(long waiting)
- パラメータ:
waiting
- the waiting to set
getUpdatedAt
public java.util.Date getUpdatedAt()
- 戻り値:
- the updatedAt
setUpdatedAt
public void setUpdatedAt(java.util.Date updatedAt)
- パラメータ:
updatedAt
- the updatedAt to set
getUsers
public java.util.List<User> getUsers()
- 戻り値:
- the users
setUsers
public void setUsers(java.util.List<User> users)
- パラメータ:
users
- the users to set