public class WikiPageContents extends Object implements Serializable
コンストラクタと説明 |
---|
WikiPageContents() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getComment() |
String |
getContents() |
FormatType |
getFormatType() |
int |
getVersion() |
String |
getWikiPageCd() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setContents(String contents) |
void |
setFormatType(FormatType formatType) |
void |
setVersion(int version) |
void |
setWikiPageCd(String wikiPageCd) |
String |
toString() |
public String getWikiPageCd()
public int getVersion()
public FormatType getFormatType()
public String getContents()
public String getComment()
public void setWikiPageCd(String wikiPageCd)
public void setVersion(int version)
public void setFormatType(FormatType formatType)
public void setContents(String contents)
public void setComment(String comment)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION