Class TagRecordJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.TagRecordJson
-
- All Implemented Interfaces:
Serializable
public class TagRecordJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagRecordJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTagName()
Tag nameDocumentTagType
getTagType()
Tag typeDate
getUpdateDate()
date of creationvoid
setTagName(String tagName)
Tag namevoid
setTagType(DocumentTagType tagType)
Tag typevoid
setUpdateDate(Date updateDate)
date of creation-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getUpdateDate
public Date getUpdateDate()
date of creation- Returns:
- date of creation
-
setUpdateDate
public void setUpdateDate(Date updateDate)
date of creation- Parameters:
updateDate
- date of creation
-
getTagType
public DocumentTagType getTagType()
Tag type- Returns:
- Tag type
-
setTagType
public void setTagType(DocumentTagType tagType)
Tag type- Parameters:
tagType
- Tag type
-
getTagName
public String getTagName()
Tag name- Returns:
- Tag name
-
setTagName
public void setTagName(String tagName)
Tag name- Parameters:
tagName
- Tag name
-
-