public class CreateAttributeTask
extends java.lang.Object
It is used as a data transfer object and hold the attribute with its getter and setter method.
Constructor and Description |
---|
CreateAttributeTask(XMLDBAttribute attribute)
Construct an instance of the object and set the attribute to be created
in the database.
|
Modifier and Type | Method and Description |
---|---|
XMLDBAttribute |
getXMLDBAttribute()
Return the attribute to be created in the database.
|
void |
setXMLDBAttribute(XMLDBAttribute attribute)
Set the attribute to be created in the database.
|
public CreateAttributeTask(XMLDBAttribute attribute)
attribute
- the attribute to be created in the database.public XMLDBAttribute getXMLDBAttribute()
setXMLDBAttribute(ptdb.common.dto.XMLDBAttribute)
public void setXMLDBAttribute(XMLDBAttribute attribute)
attribute
- the attribute to be created in the database.getXMLDBAttribute()