public class TagReference extends Object
| Constructor and Description |
|---|
TagReference() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreatedOn() |
int |
getId() |
String |
getLink() |
String |
getTitle() |
ReferenceType |
getType() |
void |
setCreatedOn(org.joda.time.DateTime createdOn) |
void |
setId(int id) |
void |
setLink(String link) |
void |
setTitle(String title) |
void |
setType(ReferenceType type) |
public ReferenceType getType()
public void setType(ReferenceType type)
public int getId()
public void setId(int id)
public String getTitle()
public void setTitle(String title)
public org.joda.time.DateTime getCreatedOn()
public void setCreatedOn(org.joda.time.DateTime createdOn)
public String getLink()
public void setLink(String link)
Copyright © 2014. All Rights Reserved.