Package com.podio.tag
Class TagReference
- java.lang.Object
-
- com.podio.tag.TagReference
-
public class TagReference extends Object
-
-
Constructor Summary
Constructors Constructor Description TagReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetCreatedOn()intgetId()StringgetLink()StringgetTitle()ReferenceTypegetType()voidsetCreatedOn(org.joda.time.DateTime createdOn)voidsetId(int id)voidsetLink(String link)voidsetTitle(String title)voidsetType(ReferenceType type)
-
-
-
Method Detail
-
getType
public ReferenceType getType()
-
setType
public void setType(ReferenceType type)
-
getId
public int getId()
-
setId
public void setId(int id)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getCreatedOn
public org.joda.time.DateTime getCreatedOn()
-
setCreatedOn
public void setCreatedOn(org.joda.time.DateTime createdOn)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
-