public class TagRecordJson extends BaseJson
Constructor and Description |
---|
TagRecordJson() |
Modifier and Type | Method and Description |
---|---|
String |
getTagName()
Tag name
|
DocumentTagType |
getTagType()
Tag type
|
Date |
getUpdateDate()
date of creation
|
void |
setTagName(String tagName)
Tag name
|
void |
setTagType(DocumentTagType tagType)
Tag type
|
void |
setUpdateDate(Date updateDate)
date of creation
|
getObjType, setObjType, toString
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- date of creationpublic DocumentTagType getTagType()
public void setTagType(DocumentTagType tagType)
tagType
- Tag typepublic String getTagName()
public void setTagName(String tagName)
tagName
- Tag nameCopyright © 2019. All rights reserved.