|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextFileName
public class TextFileName
Field Summary | |
---|---|
protected String |
textDisplay
|
protected String |
textFixed
|
protected String |
value
|
Constructor Summary | |
---|---|
TextFileName()
|
Method Summary | |
---|---|
String |
getTextDisplay()
Gets the value of the textDisplay property. |
String |
getTextFixed()
Gets the value of the textFixed property. |
String |
getvalue()
Gets the value of the value property. |
void |
setTextDisplay(String value)
Sets the value of the textDisplay property. |
void |
setTextFixed(String value)
Sets the value of the textFixed property. |
void |
setvalue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String textDisplay
protected String textFixed
protected String value
Constructor Detail |
---|
public TextFileName()
Method Detail |
---|
public String getTextDisplay()
String
public String getTextFixed()
String
public String getvalue()
String
public void setTextDisplay(String value)
value
- allowed object is String
public void setTextFixed(String value)
value
- allowed object is String
public void setvalue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |