Class TagDateValueAddJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.TagDateValueAddJson
-
- All Implemented Interfaces:
Serializable
public class TagDateValueAddJson extends BaseJson
A tag date value- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagDateValueAddJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTagName()
The tag field name.Date
getTagValue()
The tag value, must be date.void
setTagName(String tagName)
The tag field name.void
setTagValue(Date tagValue)
The tag value, must be date.-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getTagValue
public Date getTagValue()
The tag value, must be date.- Returns:
- The tag value, must be date.
-
setTagValue
public void setTagValue(Date tagValue)
The tag value, must be date.- Parameters:
tagValue
- The tag value, must be date.
-
getTagName
public String getTagName()
The tag field name.- Returns:
- The tag field name.
-
setTagName
public void setTagName(String tagName)
The tag field name.- Parameters:
tagName
- The tag field name.
-
-