public class Annotation extends Object
Constructor and Description |
---|
Annotation() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
getColor
Gets Color
|
String |
getContents()
getContents
Gets String
|
String |
getCreationDate()
getCreationDate
Gets String
|
List<Link> |
getLinks()
getLinks
Gets List
|
String |
getModified()
getModified
Gets String
|
String |
getSubject()
getSubject
Gets String
|
String |
getTitle()
getTitle
Gets String
|
void |
setColor(Color Color)
setColor
Sets Color
|
void |
setContents(String Contents)
setContents
Sets String
|
void |
setCreationDate(String CreationDate)
setCreationDate
Sets String
|
void |
setLinks(List<Link> Links)
setLinks
Sets List
|
void |
setModified(String Modified)
setModified
Sets String
|
void |
setSubject(String Subject)
setSubject
Sets String
|
void |
setTitle(String Title)
setTitle
Sets String
|
String |
toString() |
public Color getColor()
public void setColor(Color Color)
Color
- Colorpublic String getContents()
public void setContents(String Contents)
Contents
- Stringpublic String getCreationDate()
public void setCreationDate(String CreationDate)
CreationDate
- Stringpublic String getSubject()
public void setSubject(String Subject)
Subject
- Stringpublic String getTitle()
public void setTitle(String Title)
Title
- Stringpublic String getModified()
public void setModified(String Modified)
Modified
- StringCopyright © 2016. All rights reserved.