com.evdb.javaapi.data
Class Link
java.lang.Object
com.evdb.javaapi.data.Link
public class Link
- extends java.lang.Object
Implementation of the Link object
- Author:
- tylerv
|
Constructor Summary |
Link()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Link
public Link()
getCreatedTime
public java.util.Date getCreatedTime()
- Returns:
- the createdTime
setCreatedTime
public void setCreatedTime(java.util.Date createdTime)
- Parameters:
createdTime - the createdTime to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id - the id to set
getType
public int getType()
- Returns:
- the type
setType
public void setType(Link.LinkType type)
- Parameters:
type - the type to set
getUrl
public java.lang.String getUrl()
- Returns:
- the url
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url - the url to set
getUsername
public java.lang.String getUsername()
- Returns:
- the username
setUsername
public void setUsername(java.lang.String username)
- Parameters:
username - the username to set
Copyright © 2007 Eventful Inc. All Rights Reserved.