com.evdb.javaapi.data
Class Tag
java.lang.Object
com.evdb.javaapi.data.Tag
public class Tag
- extends java.lang.Object
Tag object implementation
- Author:
- tylerv
|
Constructor Summary |
Tag()
Creates a tag |
Tag(java.lang.String title)
Creates a tag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tag
public Tag()
- Creates a tag
Tag
public Tag(java.lang.String title)
- Creates a tag
- Parameters:
title - Title element
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
getOwner
public java.lang.String getOwner()
- Returns:
- the owner
setOwner
public void setOwner(java.lang.String owner)
- Parameters:
owner - the owner to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
Copyright © 2007 Eventful Inc. All Rights Reserved.