public class PFApplicationComment
extends java.lang.Object
implements java.io.Serializable
コンストラクタと説明 |
---|
PFApplicationComment() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getComment()
コメントを取得する。
|
boolean |
isDrawBottomLine()
下線有無を取得する。
|
boolean |
isDrawTopLine()
上線有無を取得する。
|
void |
setComment(java.lang.String comment)
コメントを設定する。
|
void |
setDrawBottomLine(boolean bottomLine)
下線有無を設定する。
|
void |
setDrawTopLine(boolean topLine)
上線有無を設定する。
|
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- コメント文字列public boolean isDrawTopLine()
public void setDrawTopLine(boolean topLine)
topLine
- 上線有無public boolean isDrawBottomLine()
public void setDrawBottomLine(boolean bottomLine)
bottomLine
- 下線有無