-
public final class FieldGroupFormatterCreated by vincent on 17-8-2. Copyright @ 2013-2017 Platon AI. All rights reserved
-
-
Field Summary
Fields Modifier and Type Field Description private Stringnameprivate Stringtitleprivate Stringauthorprivate List<String>authorsprivate List<String>directorsprivate Stringcreatedprivate Stringcontentprivate StringlastModifiedprivate Integervoteprivate Integerreviewprivate Integerforwardprivate Integeropposeprivate StringsourceLinkprivate StringsourceTitleprivate Longidprivate final Map<String, Object>fields
-
Constructor Summary
Constructors Constructor Description FieldGroupFormatter(GFieldGroup fieldGroup)FieldGroupFormatter(FieldGroup fieldGroup)
-
Method Summary
-
-
Constructor Detail
-
FieldGroupFormatter
FieldGroupFormatter(GFieldGroup fieldGroup)
-
FieldGroupFormatter
FieldGroupFormatter(FieldGroup fieldGroup)
-
-
Method Detail
-
getAuthors
final List<String> getAuthors()
-
setAuthors
final Unit setAuthors(List<String> authors)
-
getDirectors
final List<String> getDirectors()
-
setDirectors
final Unit setDirectors(List<String> directors)
-
getCreated
final String getCreated()
-
setCreated
final Unit setCreated(String created)
-
getContent
final String getContent()
-
setContent
final Unit setContent(String content)
-
getLastModified
final String getLastModified()
-
setLastModified
final Unit setLastModified(String lastModified)
-
getForward
final Integer getForward()
-
setForward
final Unit setForward(Integer forward)
-
getSourceLink
final String getSourceLink()
-
setSourceLink
final Unit setSourceLink(String sourceLink)
-
getSourceTitle
final String getSourceTitle()
-
setSourceTitle
final Unit setSourceTitle(String sourceTitle)
-
parseFields
final Unit parseFields()
-
-
-
-