org.jopendocument.model.text
Class TextDdeConnectionDecl

java.lang.Object
  extended by org.jopendocument.model.text.TextDdeConnectionDecl

public class TextDdeConnectionDecl
extends Object


Field Summary
protected  String officeAutomaticUpdate
           
protected  String officeDdeApplication
           
protected  String officeDdeItem
           
protected  String officeDdeTopic
           
protected  String textName
           
 
Constructor Summary
TextDdeConnectionDecl()
           
 
Method Summary
 String getOfficeAutomaticUpdate()
          Gets the value of the officeAutomaticUpdate property.
 String getOfficeDdeApplication()
          Gets the value of the officeDdeApplication property.
 String getOfficeDdeItem()
          Gets the value of the officeDdeItem property.
 String getOfficeDdeTopic()
          Gets the value of the officeDdeTopic property.
 String getTextName()
          Gets the value of the textName property.
 void setOfficeAutomaticUpdate(String value)
          Sets the value of the officeAutomaticUpdate property.
 void setOfficeDdeApplication(String value)
          Sets the value of the officeDdeApplication property.
 void setOfficeDdeItem(String value)
          Sets the value of the officeDdeItem property.
 void setOfficeDdeTopic(String value)
          Sets the value of the officeDdeTopic property.
 void setTextName(String value)
          Sets the value of the textName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

officeAutomaticUpdate

protected String officeAutomaticUpdate

officeDdeApplication

protected String officeDdeApplication

officeDdeItem

protected String officeDdeItem

officeDdeTopic

protected String officeDdeTopic

textName

protected String textName
Constructor Detail

TextDdeConnectionDecl

public TextDdeConnectionDecl()
Method Detail

getOfficeAutomaticUpdate

public String getOfficeAutomaticUpdate()
Gets the value of the officeAutomaticUpdate property.

Returns:
possible object is String

getOfficeDdeApplication

public String getOfficeDdeApplication()
Gets the value of the officeDdeApplication property.

Returns:
possible object is String

getOfficeDdeItem

public String getOfficeDdeItem()
Gets the value of the officeDdeItem property.

Returns:
possible object is String

getOfficeDdeTopic

public String getOfficeDdeTopic()
Gets the value of the officeDdeTopic property.

Returns:
possible object is String

getTextName

public String getTextName()
Gets the value of the textName property.

Returns:
possible object is String

setOfficeAutomaticUpdate

public void setOfficeAutomaticUpdate(String value)
Sets the value of the officeAutomaticUpdate property.

Parameters:
value - allowed object is String

setOfficeDdeApplication

public void setOfficeDdeApplication(String value)
Sets the value of the officeDdeApplication property.

Parameters:
value - allowed object is String

setOfficeDdeItem

public void setOfficeDdeItem(String value)
Sets the value of the officeDdeItem property.

Parameters:
value - allowed object is String

setOfficeDdeTopic

public void setOfficeDdeTopic(String value)
Sets the value of the officeDdeTopic property.

Parameters:
value - allowed object is String

setTextName

public void setTextName(String value)
Sets the value of the textName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.